SAP ABAP Question:
What is the difference between Get and Get Late?
Answer:
GET - After the logical database has read an entry from the node table Tag.
GET LATE - After all of the nodes of the logical database have been processed that are below <table> in the database hierarchy.
GET LATE - After all of the nodes of the logical database have been processed that are below <table> in the database hierarchy.
Previous Question | Next Question |
Explain What are the events used for Logical Database? | What are the data types of Internal Tables? |