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
Can a domain, assigned to a data element be changed?
What is the difference between semi-monthly and Bi-weekly payroll area
Explain the difference between free and refresh?
How to give programe name as input in BDC report of abap ?
What does the extract statement do in extract datasets? : abap modularization
Tell me a scenario where did you use secondary index?
What is amdp (abap managed data procedures)?
What is the tcode for sapscript forms?
On which event we can validate the input fields in module programs?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How would you define the exponents for a type ‘f’ field?
Explain sap abap 3-tier architecture?
What are the tcodes for performance tuning?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary