DDIC - ooxxvv/MySAPnotes GitHub Wiki
PageOutline {{{#!comment -------------------- 以上的部份是固定的,不要變動 ----- ---------------------------------------- 在建立連結時,請標明連結的頁面類型,例如:wiki:WikiStart,而不要只用 WikiStart ----- }}}
DDIC
-
Data DICtionary information
-
透過 DDIC ,使用者可定義資料結構,不需在意實際上在資料庫中的細節。
-
DDIC is an administrative super user issued by SAP during the ECC installation.
-
DDIC is a specific user of SAP, use to update system. See also about the other user/ SAP*
-
DDIC can mean Data Dictionary.... the DB infrastructure in SAP/ here you can create data types, fields, tables and so on.
Tcode
- SE11 => 管理 ABAP Dictionary 中的各種物件
- SE12
- SE13
- SE14 => 可刪除 Database 的 Table ,及 Table 裡全部的資料(跨 Client)
- SE16 => 查詢 Table 中的資料
- SE36 => 管理 Logical Database
- SE54 => 將多個 Table Maintain 合成一個 (View Cluster)
- SM30 => 執行 Table Maintain 的功能
- SM34 => 執行 View Cluster 的功能
Table
Function
- GET_FIELDTAB => 取得表格欄位的屬性
- DDIF_FIELDINFO_GET => 取得表格欄位的屬性
- DDIF_NAMETAB_GET => 取得表格欄位的屬性
- DDIF_TABL_GET => 取得表格欄位的屬性
- DDIF_DTEL_GET => 取得 Data Element 的屬性
- DDIF_DOMA_GET => 取得 Domain 的屬性
Others
- Transparent Table
- Pooled Table
- Cluster Table
- Table 字母 => Table 中字母所代表的意義
- Field Name
- Table Maintenance