Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Re-Execute Availability check programatically in USEREXIT_SAVE_DOCUMENT_PREPARE

Former Member
0 Likes
928

Hi ,

when create or changing sales order, I am changing the value of Route at the item level. I need to update schedule lines after this change. When i tried to re-execute availability check in USEREXIT_SAVE_DOCUMENT_PREPARE with PERFORM fcode_bvfp(sapmv45a). Sales Order Creating with out schedule lines.

Please guide me the steps that I should perform for creating schedule lines at this point.

Regards,

Ravindra Bharath

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
721

The issue got resolved.  I have tested with some wrong data.

PERFORM fcode_bvfp(sapmv45a) used in USEREXIT_SAVE_DOCUMENT_PREPARE is working perfectly.

1 REPLY 1
Read only

Former Member
0 Likes
722

The issue got resolved.  I have tested with some wrong data.

PERFORM fcode_bvfp(sapmv45a) used in USEREXIT_SAVE_DOCUMENT_PREPARE is working perfectly.