cancel
Showing results for 
Search instead for 
Did you mean: 

How to call BAPI_TRANSACTION_COMMIT for more than one bapi?

Former Member
0 Kudos

Hi all,

i have this web dynpro app, which needs to call multiple bapis.

if i import like this:

bapi1_model

bapi2_model

bapi_transaction_commit_model

and execute them like this:

bapi1

commit

bapi2

commit

data wont get write to database.

how to import bapi_transaction_commit correctly?

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192434
Active Contributor
0 Kudos