What is the advantage of structures? How do you use them in
the ABAP programs?
Answers were Sorted based on User's Feedback
Answer / tech3
Advantages:- GLOBAL EXISTANCE(these could be used by any
other program without creating it again).
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramachandran
you can make the structure as a separate table by referring
an internal table for that structure, we can add fields
from various transparent tables,hence we can use it for
various purposes.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lokesh
Structure does not contain data in it.ADV. Global existance
Is This Answer Correct ? | 1 Yes | 0 No |
can u send the results from report to sap memory?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, TCS, Wipro,
How do you delete duplicate records from internal table?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How do you generate Interactive report using ALV's?
Explain the disadvantages of logical databases?
how to create form without mainwindow
What are the dis-advantages of logical databases? : abap hr
What are interactive reports?
How 10 Digits are stored in Packed Decimal?
What does an extract statement do in the ABAP program?
Sort statement?
difference between TYPE and LIKE ?