Difference between Occurs0,occurs10 and occurs100?
Answer Posted / arpit
it there is more then 100 records in an internal table and u
created internal table with occurs 100, then 100 records
will be in abap run time memory and other records will be
put in other memory.
so it is used for memory allocation.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are types of select statements?
In which table the material master data is stored?
How do you document ABAP programs? Do you use program documentation menu option?
What is the difference between a structure and a table? : abap data dictionary
How many lists can a program can produce?
What are pooled tables? : abap data dictionary
What are the check tables?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
How is collect statement different from append?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
How is time management and payroll is integrated? : sap abap hr
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Explain buffering
What is a currency factoring technique?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?