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

EXPORTING LIST TO MEMORY in the submit statement

Former Member
0 Likes
821

Hello friends,

I'm using

the option EXPORTING LIST TO MEMORY in the SUBMIT statment in order to not show the output.

But I get the error message:

Exception condition "CNTL_ERROR" raised.

What can be worong ?

Regards

ertas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

I think the submitted report has an ALV GRID output.

Are you submitting the program in Background mode?

YOur report that is being submitted should have normal LIST output only.

Regards,

Ravi

Hello friends,

I'm using

the option EXPORTING LIST TO MEMORY in the SUBMIT statment in order to not show the output.

But I get the error message:

Exception condition "CNTL_ERROR" raised.

What can be worong ?

Regards

ertas

4 REPLIES 4
Read only

Former Member
0 Likes
672

I think the submitted report has an ALV GRID output.

Are you submitting the program in Background mode?

YOur report that is being submitted should have normal LIST output only.

Regards,

Ravi

Read only

0 Likes
671

hello,

yes it has an ALV GRID as input.

What do you mean with submitting the program in Background mode?

How else can I supress the output ?

regards

ertas

Read only

0 Likes
671

Hi Ertas,

The method that you are following is correct.

Only thing is that it does not work with ALV GRID.

REgards,

Ravi

Read only

Former Member
0 Likes
671

Hi

Instead copy the program and before the output display use your export.

This can help you

Regards