What is the difference between occurs 1 and occurs 2
Answer Posted / bandivenkateswarlub
The main difference between the occurs1 and occurs 2 is
given below.
occurs1: is used to the system allocate the 2 memory
locations are cratead.
occurs2: is used to the system allocate the 3 memory
locations are crated.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the syntax for ‘call transaction’?
Can we create a gui status in a program from the object browser?
What is structure?
What takes most time in SAP script programming?
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.
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What are the parameter types for a method?
What are the different types of parameters?
Explain what are the problems in processing batch input sessions?
What are field symbols?
What are Tickets in Realtime ?
How you attach search help to data element? : sap abap data dictionary
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)