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 program inside a V2 update function Module.

Former Member
0 Likes
682

Hi Guys is it possible to call a SUBMIT program in Background job inside a V2 update function module.

I tried doing but it was V1 and failed.

But as V2 runs without locks will it be possible to call it here.

The business requirement is that SAP supports only one type of costing variant to be executed but they want to run multile variants and so we called a F.M and scheduled a job but strange enough it is not working.

3 REPLIES 3
Read only

former_member201275
Active Contributor
0 Likes
505

I think this will help you:

http://scn.sap.com/thread/3147304

Read only

SujeetMishra
Active Contributor
0 Likes
505

Hi,

Open Job the submit your program and then close the opened job.

Regards,

Sujeet

Read only

Former Member
0 Likes
505

Guys I did not ask how to schedule a job in background come one... the question was whether we can do it inside update modules.

I have solved it thanks to all of you for taking time out and helping. Thanks