cancel
Showing results for 
Search instead for 
Did you mean: 

sales order

Former Member
0 Kudos

hi gurus,

please tell me how to hide any field in sales order?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Friend,

Supressing Fields in Sale Order

To make optional / mandatory you can use in IMG - S&D-> Basic > Functions-> Log of incomplete Procedures => select the fields > from the tables and the system will check for them (OVA2/VUA2)

To make a filed entry enabled or grey (non-entry allowed):

User exits in the program MV45AFZZ-USEREXIT_FIELD_MODIFICATION

This user exit can be used to modify the attributes of the screen fields.

To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP.

If a field has no field name, it cannot be allocated to a group. The usage of the field groups (modification group 1-4) is as follows:

Modification group 1: Automatic modification with transaction MFAW

Modification group 2: It contains 'LOO' for step loop fields

Modification group 3: For modifications which depend on check tables or on other fixed information

Modification group 4: is not used

The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit. This FORM routine is called up by the module FELDAUSWAHL.

Answers (2)

Answers (2)

Former Member
0 Kudos

also pl check this link ;

[SHD0|http://www.saptechies.com/guixt/]

regards

sadhu kishore

Former Member
0 Kudos

you can use the transaction SHD0 to create the required screen variants for VA01 where you can specify which fields should be active or not.

regards

sadhu kishore