Answer Posted / dipa
internal table is an array of structure and is used for data storing and processing during execution of program.
Ex: data : begin of itab occurs 3,
a type i,
b type i,
end of itab.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How we can retrieve data using secondary index. Explain with simple example?
How are the function code handles in flow logic?
how to capture the errors in bdc Call transaction method?
what is difference between user exit, customer exit and badi?
What is the use of the raising exception?
How does the interface between the dynpro and the abap/4 modules take place?
What are the differences between table and structure in data dictionary?
What are the disadvantages of using explicit enhancement?
How to find Kernal badi ?
How to create a button in selection screen ?
How do you process errors in call transaction method? : abap bdc
What are interface/conversion programs in SAP?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What is example class
What are the requirements a dialog program must fulfill?