Application Development 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: 

Using SUBMIT command in Background

Former Member
0 Kudos

Hi,

I am submitting the program in Background using Submit<program> command.

Job is getting released but not fininishing(not executing the program) in ECC6.0.

Same program is working in fine in 4.5b.

Please let me know if any one faces this situation. Its very urgent.

Expecting the reply from you soon..

Thanks

Regards,

Raj A

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

What is the submitting program doing? Have you checked the status in SM50, what part is it stuck on? Database retrieval? Could you have a missing index?

Regards,

Rich Heilman

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

What is the submitting program doing? Have you checked the status in SM50, what part is it stuck on? Database retrieval? Could you have a missing index?

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

It could be executing an infinite loop. Check the work process in SM50.

Regards,

Srilatha.

0 Kudos

Hi,

No , its not executing any code in the program, bcoz always status is Released in SM37. If the program exceutes above situations may occur, first of all program it self is not executing after submitting the job.

Thanks,

Regards

Raj A

0 Kudos

Hi,

perhaps you or your admin have configured to less batch-workprocess or they are all configured only for A-class jobs.

Try to start the job as A-Class job. If the program is executed, then ask your administrator to configure more batch workprocess that are not reserved for A-class jobs.

Regards,

Stefan

Former Member
0 Kudos

Please correct if my understanding is not correct. You have a program A that you are executing in the background (online or as a job?) and then from within this program A, you are submitting another program B (are you submitting it or are you creating another job from within A to execute B?).

If my assumption is correct, can you please answer my questions there? Are you using SUBMIT VIA SELECTION SCREEN or USING?