2、Trans parent TableSAP Table Nam e(Table Description)SAP Field Name (Field Description)SAP Table InformationSAP Table Nam e (Table Description)Useful FieldsSAP Field Name (Field Description)Link KeyOneOne-to-OneOneOneOne-to-ManyManyMaster Data TablesCEPC = Profit Center Master Data Table CSKS ...
步骤1 - 转到事务 SE11,选择 Database table (数据库表)单选按钮,然后输入要创建的表的名称。在本例中,我们输入了名称 ZCUSTOMERS1。单击 Create 创建按钮。此时出现表的维护界面。此处默认选择 Delivery and Maintenance 选项卡。 步骤2 - 在 Short Description 字段中输入解释性简短文本。 步骤3 - 单击 "Deliv...
DD02T Tables description DD03L Field names in SAP DD03T Field description in SAP 2.1.2 Workbench TADIR Directory of R/3 Repository Objects TRDIR System table TRDIR TFDIR Function Module TLIBG Person responsible for function class TLIBT Function Group Short Texts TFTIT Function Module Short T...
Expand table FieldDescription DBLogID DB log ID Host Host Instance ABAP instance, in the following syntax: <HOST>_<SYSID>_<SYSNR> Language Language LogKey Log key NewValue Field new value OldValue Field old value OperationTypeSQL Operation type, Insert, Update, Delete Program Program name ...
no_fielddescription = 6 undefind_error = 7 others = 8. if sy-subrc <> 0. endif. endmodule. " MATNR_F4 这里用物料来举例,当然也可以自己做帮助,也可以是系统的标准帮助,有兴趣的可以试一试,只有真正测试成功的时候,你才会感觉到自己又学到了新的知识!
● Short description - Short text describing the meaning of the field.You can also include the fields of a structure in the table. FeaturesYou can assign the data type, length and short text in different ways:● You can directly assign to the field a data type, a field length (and, ...
3.Back out to the "Technical Information" dialog box and double-click on the field labeled “Field data/Data element”. This will show you the value table if there is one. If you're just looking for master data like customer name - KUNNR - then the value table will give you what yo...
where is the table-field short description store in ? carlos_zhang3 Participant on 2007 Jun 14 0 Kudos 2,228 SAP Managed Tags: Oracle Database Hi all , Has someone can tell me where can i find the field short description in the database ? Or maybe this informations are...
1. From table DD03L, give your tablename and get all of its field names and corresponding data element names. 2. From table DD03T, get the description of each data element you have got in step 1. Then Use Function Module DDIF_FIELDINFO_GET The sample program will look like this...
All the table description store in table DD02T. Reply Former Member 2008 Sep 16 9:09 AM 0 Kudos 8,956 SAP Managed Tags: ABAP Development Hi SM, For table text : Table :DD02T : R/3 DD: SAP table texts Text field: DDTEXT :Short Text Describing R/3 Repository Objects ...