Suppose u r using FOR ALL ENTRIES. What happens when there
is no data in the itab which is using all the entries?
Answer Posted / naresh dhakar
If the itab used in for all entries does not have records
the program will get trapped in an infinite loop.
Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
What are base tables of an aggregate object? : abap data dictionary
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 components of sapscript?
What are the different types of luws. What are they?
What are the organizational related Infotypes
How do you populate data into a multiple line field?
What are the screen elements.
What is the definition of modification in an sap system and how do they impact an upgrade?
Do we have to migrate all sapscript forms to smart forms?
What are th control break events in abap?
Difference between domain and data element? What are aggregate object?
What is example class
What is check table?
What is off cycle payroll run
What is delivery class? : abap data dictionary