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


Please Help Members By Posting Answers For Below Questions

how can you display data say "your name"in sap script without print program or driver program??

1724


What are the advantages of abap query tool?

544


What are interface/conversion programs in SAP?

590


What is asap methodology? : sap abap hr

564


Have you set up a back ground job ? How to create a background job without a variant ?

643






In events, start-of-selection is a default event. When we have to use this event explicitly? Why?

577


What are conditional chain statement?

749


What is a predefined type in abap?

639


What are the properties of selection screen?

561


How do you find the information on the current screen? : abap bdc

605


Explain what is runtime analysis?

565


Explain the difference between float and packed data type?

748


The max number of calling modes stacked at one time is?

587


What two statements are required in an abap program to output an icon using a written statement?

661


Where do you use help views?

561