What is the step by step process to create a table in data dictionary?
Answer Posted / yogendra pandey
• Create Domain.
• Create Data Element.
• Create Actual Table.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain different types of locks?
Work most on which module: name a few tables?
What is difference between check table and value table ?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What is sap abap data classes?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
what is user specific parameter?
What is sap luw or update transaction?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What are the function of the transport system and workbench organiser? : abap data dictionary
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Explain the Importance of pa20? : abap hr
What is a development class? : abap data dictionary
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/