⟩ Explain What is a Logical Database?
Logical Databases are special ABAP programs that retrieve data and make it available to application programs.
Use of LDB – is used to read data from database tables by linking them to executable ABAP programs
Logical Databases are special ABAP programs that retrieve data and make it available to application programs.
Use of LDB – is used to read data from database tables by linking them to executable ABAP programs
How data is stored in cluster table?
What are client dependant objects in ABAP / SAP?
On which event we can validate the input fields in module programs?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plant dynamically?
How do you get output from IDOC?
When top of the page event is triggered?
Can we create field without data element and how?
Which transaction code can I used to analyze the performance of ABAP program?
How can I copy a standard table to make my own Z_TABLE?
What is runtime analysis? Have you used this?