cancel
Showing results for 
Search instead for 
Did you mean: 

Run bapi_bus2054_create_multi in background

Former Member
0 Kudos

Hi,

I'm able to run this BAPI bapi_bus2054_create_multi in foreground but unable to run in background while creating a session.

Can anyone let me know how I can run this bapi in background.

Regards,

Yahya

Accepted Solutions (0)

Answers (2)

Answers (2)

gerry_hodgins
Active Participant
0 Kudos

hello you

you could create your own program (zprogram) calling the following sequence

Call BAPI_PS_INITIALIZATION

Call BAPI_BUS2054_CREATE_MULTI

Call BAPI_PS_PRECOMMIT

Call BAPI_TRANSACTION_COMMIT

and the run the Zprogram in the background ?

Ger

Former Member
0 Kudos

Hi,

I hope you are using initialisation BAPI before calling this BAPI. Read BAPI documentation for more details. Also consider BAPI_PROJECT_MAINTAIN.

Regards

Shrikant