cancel
Showing results for 
Search instead for 
Did you mean: 

Set mandatory VBAK-BNAME for particular sales order type

Former Member
0 Kudos

Dear all,

How  to Set mandatory VBAK-BNAME for particular sales order type.

Can we achieve this through customization or through enhancement.

Regards'

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Mukul,

SHD0 could be the most simplest option for that, create Transaction Variant and then assign the same in VOV8 for your specific Sale Order Type in Variant option. Rest there are alot options in order to achieve the same. Use In-completion Procedure and assign it to your particular Sale Document. In FORM USEREXIT_FIELD_MODIFICATION at Include MV45AFZZ you can modify the fields and set them as mandatory with the help of your ABAPER. Ways are many to do this, choice is yours as which option is more convenient for you. Thanks and have a good day ahead.

shashi_thakur
Contributor
0 Kudos

Hi Mukul,

Check the option of using a Incompletion procedure assigned to the Header for the particular Order type. You can create a new Incompletion procedure with the additional field VBAK-BNAME and assign the same to the Order type, Thereafter the status group can be used to decide what action you want to allow for the scenario during Order creation.

Regards,

Shashi