‎2008 Nov 03 9:36 AM
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.
‎2008 Nov 03 9:41 AM
‎2008 Nov 03 9:48 AM
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
‎2008 Nov 03 10:04 AM
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
‎2008 Nov 03 10:11 AM
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
‎2008 Nov 03 10:03 AM
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
‎2009 Jan 22 3:57 AM