cancel
Showing results for 
Search instead for 
Did you mean: 

VL10E report should show only sales order with complete stock

Former Member
0 Kudos

Hello Friends,

I have to make-to-order scenario. While creating a sales order the system proposes a delivery date based on the inhouse production day maintained in the material master.

In VL10E the system gives list of Sales Order for which delivery is due on that particular date. It does not check whether actually the material is really available on that date for the concerned sales order.

Is there any scope ( any config change or user_exit) which will show only the sales order with complete stock confirmed through production order in the VL10E report.

Regards

Debesh

Accepted Solutions (0)

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check userexit LV50R_VIEWG02. If CF_SUBRC = 1 you will not see it in the list. For this purpose in the interfase you have the information in IS_VBEP. Set a break-point and check the conditions.

For more info check the Note 198137 - VL10: Customer-specific enhancements / user exits

I hope this helps you

Regards

Eduardo