Answer Posted / girish m
there r so many ways to define internal table
1. data: begin of itab occurs 100,
matnr like mara-matnr,
mtart like mara-mtart,
end of itab.
2.data: begin of itab.
include mara.
data: end of itab.
3. data: begin of itab.
matnr like mara-matnr,
mtart like mara-mtart,
end of itab.
data: jtab type standard table itab,
gtab type itab.
4. data: itab like standard table of mara.
data: jtab like table itab.
5. data: itab like table of mara with header line.
| Is This Answer Correct ? | 24 Yes | 10 No |
Post New Answer View All Answers
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Have you set up a back ground job ? How to create a background job without a variant ?
Define abap/4 layer?
What are the different types of data dictionary objects? : abap data dictionary
wat is the difference between A-gate & W-gate?where are they used?
Have you processed BDCs ?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is meant by hide area?
What happens if a function module runs in an update task? : abap modularization
List some of the many different ways that the sap standard functionality can be changed by a customer?
Fallback class
What are the different kinds of lock modes?
How can we create callable modules of program code within one abap/4 program?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is sap luw or update transaction?