Difference between Occurs0,occurs10 and occurs100?
Answer Posted / bandivenkateswarlu
The differneses are given below.
1. occurs 0:
(It means it will create the default rows for the
internal table depend on the requirement)
2. Occurs 10.
(It means it will create the 11 rows for the internal table)
3.Occurs 100.
(It means it will create the 101 rows for the internal table)
But where as in defauty the system is create the 8KB size of
the memory space for the internal table.
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
how to modify the standard method as per your requirement
Can you print decimals in type n? What is difference between float and packed data type?
Can you define a field without a data element?
What is the differences between abap and ooabap. In which situation we useooabap?
What is the significance of delivery class? : abap data dictionary
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain what is sap script? What is the purpose of sap script?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What are the functional areas? User groups?
What happens if we use leave to list-processing without using suppress-dialog?
What is a table cluster? : abap data dictionary
Can we write the code both call transaction and session method in single program?
What are spa/gpa parameters (sap memory)?
Why do we use abstract class
What are the events in classical reports?