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
Where do you find info on new developments in SAP?
how can you display data say "your name"in sap script without print program or driver program??
Explain the client concept of sap.
What is the difference b/t Session method and call transaction method ??
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
How do you work with semi colon se[arated files in BDC ?
What is a logical database?
How many detail lists can be created in interactive reporting?
When is the top-of-page event triggered? : abap data dictionary
How to find the return code of a statement in abap programs?
when does a list get sent to the screen on the presentation layer?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Explain how data is stored in cluster table?
What are the control break events in abap? : abap data dictionary
How to create any functions?