cancel
Showing results for 
Search instead for 
Did you mean: 

How to make pricing field as output only in sales order header and item lev

Former Member
0 Kudos

Hi ,

I want to make the field PRICING DATE as output only both at header and item level. How can i do pls guide me in detail.

Regards

Sunaina

Accepted Solutions (0)

Answers (2)

Answers (2)

claudia_neudeck
Active Contributor
0 Kudos

it was a mistake to close this tread

Edited by: Claudia Neudeck on Oct 26, 2008 1:58 PM

former_member204513
Active Contributor
0 Kudos

Hi Sunaina,

Can please explain little bit more !!

Regards,

Murali.

Former Member
0 Kudos

Hi ,

I want the field "pricing date" is sales oder to be greyed out ie uneditable"

Former Member
0 Kudos

Hi,

If you want greyed the field pricing date, use exit MV45AFZZ and FORM userexit_field_modification.

See :

Regards,

Lionel

former_member204513
Active Contributor
0 Kudos

Hi Sunaina ,

Through User Exit you get this requirement plese take help of ABAPer to activate the user exit according to your requirement.

Try With this User Exit

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.

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

I hope it will help you,

Regards,

Murali.