SAP ABAP Question:
Explain What are the events used for Logical Database?
Answer:
Two Events –
1) GET - This is the most important event for executable programs that use a logical database. It occurs when the logical database has read a line from the node <table> and made it available to the program in the work area declared using the statement NODES table Tag. The depth to which the logical database is read is determined by the GET statements
2) PUT - The PUT statement directs the program flow according to the structure of the logical database.
1) GET - This is the most important event for executable programs that use a logical database. It occurs when the logical database has read a line from the node <table> and made it available to the program in the work area declared using the statement NODES table Tag. The depth to which the logical database is read is determined by the GET statements
2) PUT - The PUT statement directs the program flow according to the structure of the logical database.
Previous Question | Next Question |
Explain What is a Logical Database? | What is the difference between Get and Get Late? |