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

Using SUBMIT statement for backgroung processing

Former Member
0 Likes
1,049

hi experts,

i am using SUBMIT statement to call a standard report in my program and using the results of it in my program, but if i run my program in background then it is going dump due this SUBMIT, how can i overcome this.

6 REPLIES 6
Read only

Former Member
0 Likes
804

Read this Link hope this will help you.

Amresh Panda.

Read only

Former Member
0 Likes
804

Programs dump for numerous reasons. What is the dump analysis, did you go through it to see what you are doing wrong ? If you are unable understand, then paste the dump analysis here so we could help you.

regards,

Advait

Read only

0 Likes
804

sorry,

here my job is getting cancelled by getting this messages below.

1.Choose at least one scope of list.

2.Job cancelled after system exception ERROR_MESSAGE

Read only

0 Likes
804

It seems you are submitting the program behind the transaction MB5B and not passing the parameters for Category. run MB5B, unselect the checkboxes that are preesent under the category and you will the same message.

Thus the Category is the Scope of List and somthing should be selected there.

regards,

Advait.

Edited by: Advait Gode on Nov 3, 2008 11:11 AM

Read only

Former Member
0 Likes
804

if you are trying to submit a report which gives ALV output(using CL_GUI_ALV_GRID) may give dump. if there is no code related to background

Read only

Former Member
0 Likes
804

Thank u experts for ur replies