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

SUBMIT....... EXPORTING LIST TO MEMORY AND RETURN

Former Member
0 Likes
1,099

Dear All,

We have one report which calls RFGLBALANCE report by using sattement SUBMIT RFGLBALANCE WITH .......EXPORTING LIST TO MEMORY AND RETURN.I am passing all the selection screen fileds required to execute RFGLBALANCE program. Recently we have applied support Pack 10 after that my Z-report is throwing dump.This report Z-report is of very importance which gets the result from RFGLBALANCE report. Scince it is giving dump we are not in postion to execute the report . is there any other way to execute my z report and show the results.

Thank you in advance.

Dear All,

We have one report which calls RFGLBALANCE report by using sattement SUBMIT RFGLBALANCE WITH .......EXPORTING LIST TO MEMORY AND RETURN.I am passing all the selection screen fileds required to execute RFGLBALANCE program. Recently we have applied support Pack 10 after that my Z-report is throwing dump.This report Z-report is of very importance which gets the result from RFGLBALANCE report. Scince it is giving dump we are not in postion to execute the report . is there any other way to execute my z report and show the results.

Thank you in advance.

6 REPLIES 6
Read only

abdulazeez12
Active Contributor
0 Likes
858

It is not clear as to what error it is showing in the dump..

can you be specific of whats shown in the dump?

Read only

Former Member
0 Likes
858

Hi Raghavendra ,

What is the error message you are getting in the dump analysis.

Regards

Arun

Read only

Former Member
0 Likes
858

Hi ,

please tell me what dump says?

Regards,

Vinoth

Read only

0 Likes
858

Dear All,

It is throwing following dump

Exception condition "CNTL_ERROR" raised.

Thank you.

Read only

0 Likes
858

Can you check if the program you are trying to execute has an ALV grid or a class based ALV (with custom control on screen) report.

If yes, This may be the problem. I do not think you can export such reports (which need a screen) to memory.

Any comments anyone ?

Read only

Former Member
0 Likes
858

Hi Raghuvendra,

I faced the same problem sometime back with a Z report from the FI module which was very critical to the client and I had to work for 3 continuous days to get it right as it was month end activity.

Actually,what you can do is that try and run some SAP standard report that has the "Submit" keyword in it and see if it is running correctly.

If the above scenario is OK,then my dear friend,it is very sorry to say that you will have to develop a new report altogether from scratch by using some other logic this time.

Even I could not find out the reason for the same after working on it for so many days.I was tired of debuggng it again and again.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.