what will happen if you don't give occurs clause while
creating an internal table ?
Answer Posted / sivaramakrishna
data: itab type kna1 occurs 0 with header line.
this is the old syntex for creating the internal table, occurs crated the body of the internal tblae and with header line creates the work area for the internal table here the first line in the crated internal table acts as a work area.
the body of the internal table will not be created .
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the diff between database view and maintenance view?
What is the difference between native sql & open sql? : abap data dictionary
Explain what are the events in screen programming?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
How can you find the field/data underlying a transaction?
What is the syntax for ‘call transaction’?
Define subtype ? : abap hr
How do you find out who has transported a transport request?
What primary key and foreign key relationship
How did you test the form you developed? How did you taken print?
What are extracts?
What are the system fields you have worked with? Explain?
How can I make a differentiation between dependent and independent data? : abap hr
What does the insert statement in extract datasets do?
Different between Interface and Abstract classes?