cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for Sales Order item availability check

Former Member
0 Kudos

hi all !!!!!!!!!

May I know how to force SO item to perform AV check?

What BAPI or function should I use (In custom program, not user-exit)?

I use BAPI_SALESORDER_CHANGE to insert or update schedule lines but the confirm qty is always zero!!!! When I go into the SO to click the "Item Availability" manually, the AV check is run and qty is confirmed

I am using product allocation

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Hi Eddy

Check with User Exit <b>SDTRM001</b> which I am not sure whether it will answer your question.

Thanks

G. Lakshmipathi

Former Member
0 Kudos

Dear Lakshmipathi ,

we didn't write any code in the exit

I just confused how come the qty can't be confirmed

It should be automatically confirmed according to the AV check logic when you use BAPI to update the schedule, right?

former_member183879
Active Contributor
0 Kudos

Pls check the FM ISM_ITEM_FCODE_AVAILABLE_CHECK though I am not sure of how to do AC based on product allocation.

Former Member
0 Kudos

Hi,

Could you please tell me how to use ISM_ITEM_FCODE_AVAILABLE_CHECK?

I can't find any document of it

I am using BAPI_SALESORDER_CHANGE in Z-program.

I need to call ISM_ITEM_FCODE_AVAILABLE_CHECK after calling BAPI_SALESORDER_CHANGE???

Thanks in advance