cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Screen

Former Member
0 Kudos

Can we insert any new field in the Sales Order Screen. If yes then how? With T.code Pls.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

this can be done through userexit MV45AFZZ

• <b>USEREXIT_FIELD_MODIFICATION</b>

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.

See the Screen Painter manual for further information on structuring the interface.

Message was edited by:

sam masker

Answers (0)