Skip to Content
0
Former Member
Jun 04, 2008 at 09:50 AM

New Pricing according to Datafield, which is changed by User in VA02

36 Views

Hi All,

My Requierement is to get new Pricing for

Conditiontype ZPES in Orderposition, when

Material Group 1 is changed by User.

Material Groups like ZCRM1, ZCRM2 ... are defined as Field in Condition Table A531.

as soon as MaterialGroup is changed by User, the Pricing for ZPES has to be also

updated according MaterialGroup, which is

defined in A531 Table and KONP table.

I have found UserExits

USEREXIT_NEW_PRICING_VBAP and

USEREXIT_NEW_PRICING_VBKD.

In this UserExits I have coded:

if

vbap-mvgr1 ne *vbap-mvgr1.

new_pricing = 'C'.

endif.

But Pricing is not updated.

Any Suggestions?

Thanks.

Best regards

Beserithan Malabakan