What is the advantage of structures? How do you use them in
the ABAP programs?
Answer Posted / ashwinurkude
Structures are flat files they do not have underlying
DataBase for them, they have global declaration so can be
used any where.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are user exits? What is involved in writing them? What precations are needed?
Explain the client concept of sap.
What happens if only one of the commands set screen and leave screen is used without using the other?
What are the types of subroutines? : abap modularization
What are the differences between a database index and a match code? : abap data dictionary
What are the system fields you have worked with? Explain?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are the restrictions on subscreens?
Can you print decimals in type n? What is difference between float and packed data type?
Explain how do you get output from idoc?
What are the events used in abap in the order of execution?
What kind of BDC programs are written ?
What are different data types in abap/4?