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
When the get cursor command used in interactive lists?
Have you set up a back ground job ? How to create a background job without a variant ?
How can we use / display table in a screen?
What is database utility? : abap data dictionary
What is pretty printer?
Can we create an abap program without using y or z?
When, how and how would you control changes to standard SAP objects.
Explain the sequences of event block?
10) How to get Item Header in Sales Order?
What are the differences between sap memory and abap memory?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Can a filed occur in several field groups?
Explain the use of table maintenance allowed?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What is the use of the raising exception? : abap modularization