cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call BAPI BAPI_OUTB_DELIVERY_SPLIT_DEC without automatic commit

former_member355261
Participant
0 Likes
1,198

Hi all,

I'm using BAPI BAPI_OUTB_DELIVERY_SPLIT_DEC to split outbound delivery and it's working fine.

the problem is that the commit is implicitely done inside the BAPI so no need to do it explicitely after the call.

My purpose is to execute the BAPI without commit and be able to write the commit explicitely after the call to write the changes to the DB.

Is there any way to achieve this ?

Or should I use another BAPI ?

View Entire Topic
brahammittal
Explorer
0 Likes

Hi Occoro,

Please check the importing parameter TECHNCONTROL-UPD_IND, this might help you to execute the BAPI in simulation mode.

former_member355261
Participant
0 Likes

Hi Braham,

I changed parameter TECHNCONTROL-UPD_IND (I tried I, U and X) but it's not working !

It's always commiting to database.

brahammittal
Explorer
0 Likes

Please try pass it as blank

former_member355261
Participant
0 Likes

With blank it's also commiting to dadabase.