My internal table exceed the limit. then it goes to dump.
how will u handle this issue?
Answer Posted / yogi
To handle this issue.
Write a complicated loop or while statement that means in a
loop each take 1000 records and pass into the select
statement and result store into final iternal table.
hope fully it will works
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you take care of performance issues in your ABAP programs?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are two methods of modifying sap standard tables? : abap data dictionary
What are the difference between pool tables and transparent tables?
How many lists can a program can produce?
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 different types of sapscript symbols?
How do you write manual bdc session method? : abap bdc
How many types of size categories and data classes are there? : abap data dictionary
What are the basic objects of the data dictionary? : abap data dictionary
How do you write transaction programs in sap?
What is database utility?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What are base tables of an aggregate object?
What are the update types possible? : abap data dictionary