Education Presentation ABAP Week-9
Education Presentation ABAP Week-9
Su CREATE TABLE
02
Su CREATE DOMAIN
03
Su CREATE ENTRY
05
Su DISPLAY ENTRY
06
ABAP DICTIONARY
Click Here
CREATE TRANSPARENT
TABLE
Display/Maintenance
Select A Allowed
After that click on the data class and select APPL0 Technical
(Master Data, transparent tables). Settings
The most important data classes are,
APPL0 Master data
APPL1 Transaction data
APPL2 Organizational and customizing data
Master data is data which is frequently read, but rarely
updated.
Transaction data is data which is frequently updated.
Organizational And customizing data is data which is
defined when the system is initialized and then rarely
changed.
Technical Settings
Size Category
It’s not mandatory that fields you add should start with
Z or Y. It can be any name with any letter up to
16characters.
Creating Fields
• Technical settings
• Primary key
Further Step for Creating Data Element and Domain
After this when you activate the table, a window will pop
up.
Choose the data type that you want to choose for this
data domain.
After this when you activate the table, a window will pop
up.
Creating Domain
Choose the data type that you want to choose for this
data domain.
After this when you activate the table, a window will pop
up.
Activating Domain
Creating Entry
Or by ctrl+shift+f10
Display Entry
Run SE11 command write the table name you want top copy press the copy button and specify the table name
into which you want to copy the table. Only the table structure will be copied not the underlying data.
Data can be enter here like you have created earlier
Buttons
To add new fields in the table open the table in the change mode and add the field name data elements etc. Functionality:
as added before.
Following Buttons Functionality
can be used to modify table.
ABAP DICTIONARY
Objects may have both active and inactive components at the same time
in ABAP dictionary. Objects of ABAP dictionary changed any number of
times before activating and available to the all components of the system.
Inactive objects have no impact on the system and uses for modifications.
Related Transactions -
Thank you!