Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ME22N badi name

Former Member
0 Kudos

HI,

I want BADI name of ME22n in which whenever GR take place then quantity & net price header fields will be in display only.

Regrads

Abdul

2 REPLIES 2

former_member203501
Active Contributor
0 Kudos

Hi ,

check with the exits:

LWSUS001

MEFLD004

Please explain in detail if this is not satisfied.

Regards,

Venkat Appikonda.

Former Member
0 Kudos

Hi,

Use the BADI "ME_PROCESS_PO_CUST", Method "FIELDSELECTION_ITEM". See Interface documentation for more details.

CH_FIELDSELECTION   -   Fiele selection table
By making changes to this table, you can influence the display
properties of a field.This table consists of value pairs <METAFIELD FIELDSTATUS>.
The Metafield represents a business content (e.g. the PO quantity).
Thus, for example, the database field EKPO-MENGE is linked to a
certain metafield value just like the field MEPO1211-MENGE on the
item overview screen in the purchase order.
Through this abstraction, reference can be made to business contents
on a uniform basis.
Standard metafields are defined in the type group MMMFD.
The field selection status has four possible instances:

'-'     Field is suppressed
'*' Field is purely a display field
'.' Input field
'+' Mandatory field

Regards

Vinod