cancel
Showing results for 
Search instead for 
Did you mean: 

User exit in VL10c

Former Member
0 Kudos

Hello All

Here is our business requirement. We use VL10c in 'background' as a batch job to create deliveries. We want to stop delivery creation for scheduling agreement schedule lines that are backordes. I have all the logic and used the user exit 'FORM_AVAILABILI

TY_OUT'. (not sure if that is the correct name, I dont have access to SAP right now).

But, this user exit is called only with the first scheduling agreement schedule line. If there is more than one line in VL10c results, then the rest of the orders do not call this user exit.

Do you know any other user exits that are called when VL10c runs (in background), all order/schedule lines should call this user exit.

Any help will be appreciated

Bindu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just for clarification. Right now we are using user exit RV03VFZZ and form is called from routine USEREXIT_AVAILABILITY_OUT.

During VL10c run this user exit is called only for the first line item and our logic works. But for other line items it skips this user exit and our logic is not called.

Any suggestions?

Bindu