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
foreign key enforcement?
What is view proxy in abap?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What is client in the sap system? : sap abap hr
What are the different abap editors? What is the used of different editors in abap?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What are the domains and data elements?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What are the fields in the memory table ‘screen’?
What is page window?
What are the system fields? Explain?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
How do you do bdc for a table control? : abap bdc
what are the two methods of modifying sap standard tables? : abap data dictionary