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
Give an example of interface from your project explaining why you used it?
What are the techniques involved in using sap supplied programs?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the dynapro keywords?
Why do we use types statement in abap programming?
What is maintenance view?
what is the transaction transaction for setting parameters rdisp/buffermode
What are the types of search helps? : sap abap data dictionary
Define spool request?
What are the different types of luws. What are they?
Why are insert and append statement used in sap abap?
What are the differences between domain and data element?
What is the transaction code to display the payroll results ? : abap hr
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me