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: 

VBAK-NETWR Value getting over written in va01

Former Member
0 Kudos

Hi All,

I have done implicit enhancement in include MV45AF0F_FCODE_BEARBEITEN in which values are getting populated from ztable to condition amount against a contion type (In condition tab of va01).

My first concern is the values which i am populating are not displayed on vbak-netwr.

So for this i am explicitly adding the values to xvbak-netwr and then assigning them to the screen field vbak-netwr.

Now my second concern is when i add another material in line item and add another condition amount manually, vbak-netwr is getting over written.

Can you please let me know what will be the sollution to bring the total value?

Regards,

Tanmay

1 REPLY 1

Former Member
0 Kudos

Tanmay,

Based on the info I read, why would you opt for an implicit enhancement? There are enough user exits thru which you should be able to achieve this if you spend a little time in understanding when these exits are called.

I am assuming this is a custom condition that you are trying to populate with some data present in a Z table. If this is the case why don't you try using one of the pricing prepare user exit in MV45AFZZ.

1.  userexit_pricing_prepare_tkomK

2.  userexit_pricing_prepare_tkomp

Implicit enhancement are very risky if you dont spend enough time analyzing the downstream process. You need to absolutely make sure that the code you put it will not affect standard SAP processing.

V.