what will happen if you don't give occurs clause while
creating an internal table?
Answer Posted / reddy pn
If you decare internal table without 'OCCURS 0' means it
simply specifies internal table work area.means it is
equivalant to field string syntax.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the disadvantage of using exec sql statement in abap?
What will you code in start-of-selection & end-of-selection ?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
Where are you used type casting?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is your current client number?
What are the differences between primary and secondary indexes?
What is database utility?
Explain get cursor field?
What is the significance of hide?
What is a maintenance view? : abap data dictionary
What is primary index?
What are the types of subroutines? : abap modularization
Abstract class and interface, multiple inheritance, live example