My internal table exceed the limit. then it goes to dump.
how will u handle this issue?
Answer Posted / abhi
The internal table gives a memory allocation dump when the
memory limit assigned to the program increases.
There are a few ways to sort this out
a) You can get the Basis increase the memory size
b) You can change your program to accomodate for the large
volume of data. There are a few methods that you can use in
order to handle this e.g by using package size or by using
extracts
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are the different buffering methods?
Explain what are standard layouts sets in the sap script?
What is the role of ‘refresh’ in internal table?
What does hide statement do?
What is the difference between internal tables and extract datasets? : abap modularization
What are the difference between pool tables and transparent tables?
What are the data types of the abap/4 layer? : abap data dictionary
What is meant by performance analysis? Have done anything to improve the performance?
Can we use on change of between select and endselect?
how to create view in bdc..??
In sap script how to print bar code in vertical manner
What is a report?
Which objects are independent transport objects? : abap data dictionary
How we can retrieve data using secondary index. Explain with simple example?