how many structures are in sap R/3(ABAP)
Answer Posted / jayaram
generally we have two types of structure.
local structure: this we will define in program and we can
used in any where of that program.
Global structure: This we will define in SE11 and we can
used globally.
And we have another two structures like
append structure and
include structure
these two we will used for modifying the standard sap tables.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Explain what is sequence of event triggered in report?
What are the differences between interactive and drill down reports?
What are datasets in abap?
What is the meaning of client independent?
Sal abap on hana interview
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What is function group?
How memory management happens for internal tables and work areas in abap?
In sap scripts, how will you link form with the event driven?
What are the buffering types?
What is the significance of delivery class? : abap data dictionary
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
Explain what are the events in screen programming?
How do you convert non-char field into char type fields ?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?