All database tables in SAP ECC are created in ABAP Data Dictionary (transaction SE11) in a similar way. However, different table types have their peculiarities one should be aware of. In the first part of the tutorial, we will consider the general procedu
ABAP dictionary handles the DDL part of SQL in SAP. Go to ABAP dictionary (SE11) to create a SAP table. Enter the name of the table to be created and press enter. Enter a proper short description for the table and maintain delivery class as ‘A'(Appl
The database table in SAP ABAP data dictionary can be created by two methods, i.e. 1. Direct method / Predefined type 2. Data element type. Technical reqiuirements to create table in SAP.
Post a Comment:
Showing 0 Comments: