cancel
Showing results for 
Search instead for 
Did you mean: 

Run global sequence in background

Former Member
0 Kudos

Hi,

Is there a way to run a global sequence in background from a BPS web interface ?

Thanks

David

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

David

Not sure if there is a way to schedule a global sequence in the background. What we have done is writtien an ABAP program that calls the following API: API_SEMBPS_GLSEQUENCE_EXECUTE. We then put this abap in a process chain (as we do other stuff as well).

I think you could also try program UPC_BUNDLE_EXECUTE with your global sequence saved as a variant. I am not sure if this posts the data or not as we are still testing this method.

Hope this helps

Cameron

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks.

I created an exit function linked to UPC_BUNDLE_EXECUTE and it works well.

David