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 'CX_SY_EXPORT_BUFFER__NO_MEMORY' not caught

Former Member
0 Likes
807

when i am running my program i am getting following short dump

-


The export data cluster is too large for the application buffer

an exception occured which is assigned to class 'CX_SY_EXPORT_BUFFER__NO_MEMORY' was not caught and therefore caused a runtime error.

this is probably due to large dataset for which there are insufficent resources in your installation.

-


I am calling standard FM SWN_UWL_GET_WORKLIST which returns values in WORKLIST type UWLITEMLIST which is causing the problem.

Please suggest what should i do. can i use Worklist as a ztable

Edited by: Julius Bussche on Feb 4, 2009 12:15 PM

Please use meaningfull subject titles

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
717

Possible options:

1. You can check if there are any notes on this issue.

2. Talk to one of your Basis administrators see what he can do (enlarge buffer for example).

3. Might be worth to create a new message to SAP, since this exception (in standard process) was not correctly caught.

These are the ones I can think of from the top of my head.

when i am running my program i am getting following short dump

-


The export data cluster is too large for the application buffer

an exception occured which is assigned to class 'CX_SY_EXPORT_BUFFER__NO_MEMORY' was not caught and therefore caused a runtime error.

this is probably due to large dataset for which there are insufficent resources in your installation.

-


I am calling standard FM SWN_UWL_GET_WORKLIST which returns values in WORKLIST type UWLITEMLIST which is causing the problem.

Please suggest what should i do. can i use Worklist as a ztable

Edited by: Julius Bussche on Feb 4, 2009 12:15 PM

Please use meaningfull subject titles

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
718

Possible options:

1. You can check if there are any notes on this issue.

2. Talk to one of your Basis administrators see what he can do (enlarge buffer for example).

3. Might be worth to create a new message to SAP, since this exception (in standard process) was not correctly caught.

These are the ones I can think of from the top of my head.

Read only

Former Member
0 Likes
717

thanks