cancel
Showing results for 
Search instead for 
Did you mean: 

Make reason field as comulsory enrty in VB11 / VB12

Former Member
0 Kudos

Hello

I have a requirement that when user creates material determination record using VB11, system should not allow to save the record if 'reason for material substituation is not entered.

Is there any way we can achieve it?

Thanks in advance.

Bharat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

goto SHD0 and create a transaction variant for VB11 and in the screens make reason as required and save the screen variant

regards

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bharath,

Goto SE51 T.Code.

Enter the program name as "SAPMV13D" and the screen number as "1001".

Select the "Layout editor " tab in that T.Code.

Click on change.

Screen Painter will be opened.

Double click on the field Grund/Reasn then attributes screen will be opened.

In the attributes tab in the program tab for the field input change it from possible to required from the dropdown list.

Save.

Now try it will be appeared as mandatory one.

Regards,

Krishna.

Former Member
0 Kudos

Right, As Per Rithvika, Maintain Screen Variant By SHD0

Thanks,

Raja