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
What work you have done in HR module
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is size category?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What are the differences between macro and subroutine?
What are the Control levels in internal tables?
What are differences between at selection-screen and at selection-screen output?
Is a logical database a requirement/must to write an abap/4 query?
Why cant we use Normal function module for data transfer?
What are the different function modules used in sapscript?
How can I make a differentiation between dependent and independent data? : abap hr
What are the uses of secondary indexes?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
what is the difference between Blocked ALV and interactive ALV?
What is a table cluster? : abap data dictionary