Answers

Question and Answer:

  Home  SAP ABAP

⟩ Explain What are the events used for Logical Database?

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.

 176 views

More Questions for you: