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: 

User Exit/Enhancement for Customized Price Determination in VF01

Former Member
0 Kudos

Hi Experts,

User would like to change the item price (VBRP-NETWR) in VF01 using its customized logic.

Which Exit/Enhancement I should implement to to change the value of VBRP-NETWR before it is displayed out to the user?.

What I trying to do is to override the item price (VBRP-NETWR) regardless then standard SAP logic which calculated the price.

Thanks in Advanced.

Regards,

Ming Jun

Edited by: Lai MJ on Apr 13, 2010 6:15 AM

2 REPLIES 2

Former Member
0 Kudos

Hi Lai,

For your transaction below mentioned exits are available:

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line in transfer to accounting

SDVFX003 User exit cash clearing in transfer to accounting

SDVFX004 User exit G/L line in transfer to accounting

SDVFX005 User exit reserves in transfer to accounting

SDVFX006 User exit tax line in transfer to accounting

SDVFX007 User exit: Billing plan during transfer to Accounting

SDVFX008 User exit: Processing of transfer structures SD-FI

SDVFX009 Billing doc. processing KIDONO (payment reference number)

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

i think you can try using(any one) :

SDVFX005 User exit reserves in transfer to accounting

SDVFX006 User exit tax line in transfer to accounting

SDVFX010 User exit item table for the customer lines

Regards,

Tutun

Former Member
0 Kudos

VBRP-NETWR is determined based on the Pricing condition records in XKOMV. You have to update appropriate Pricing condition record inorder to change VBAP-NETWR. You can XKOMV-KWERT in user exit "RV60AFZCC", routine : "USEREXIT_PRICING_PREPARE_TKOMK"/"TKOMP".

Regards

Vinod