Skip to Content
0
Former Member
Jul 29, 2016 at 05:56 AM

Job scheduling in ECC via SAP PI

208 Views

Hello Experts,

I am having a requirement where-in I wanted to schedule jobs in ECC which is actually a standard program by passing variants. Now, the problem is I am not having liberty to have an enhancements in ECC and all the developments are supposed to be done in SAP PI (version 7.5 single stack).

I have found series of BAPIs using which scheduling and releasing a job is possible. However, the issue is those are required to be called in sequence and in a single transaction without which the subsequent calls to BAPI fails to create a job. I have tried executing these BAPI is SE37 test sequence and it works.

Now I tried calling all of them using a java mapping, using a look-up API, however SAP PI creates a new transaction everytime a RFC call is made. Is there anyway to configure in the adapter that its a single transaction.

Regards