Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Short Dump - EXPORT_TOO_MUCH_DATA

Former Member
0 Likes
1,749

Hi,

We are getting the short dump while executing the program RBDAPP01 in the background for inbound IDOC posting. Please advice what we need to do here to come out from this issue.

*The termination occurred in the ABAP/4 program "SAPLSTXD" in*

*"WRITE_TEXTLINES".*

*The main program was "RBDAPP01".*

*The termination occurred in line 117*

*of the source code of program "LSTXDFDB" (when calling the editor 1170).*

*The program "SAPLSTXD" was started as a background job.*

Thanks,

Aditya

3 REPLIES 3
Read only

Former Member
0 Likes
962

Hi,

Which IDOC type and Message type are being used?

Ganga

Read only

0 Likes
962

Hi Ganga,

Its failing for PO ack ( idoc type ORDERS01 - message type - ORDRSP).

Thanks,

Aditya

Read only

0 Likes
962

Hi Aditya,

As per the OSS note "1157106", when you export large quantities of data, the system generates the short dump EXPORT_TOO_MUCH_DATA.

The solution for this is to "Divide the data objects into several EXPORT statements (with different keys (IDs)) or make the individual data objects smaller".

While running RBDAPP01, we can specify Packet Size to avoid this problem.

Please go through the above specified note.

Hope this helps you!!!

Regards,

Ganga