cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Pricing

Former Member
0 Kudos

The document flow is Scheduling Agreement -> Delivery Order -> Delivery > Shipment-> Goods Issue -> Billing.

The system sets the delivery  date as the pricing date in the Delivery Order TAM in Standard SAP.

The business requirement is to set the Goods issue date instead of the Delivery Date. How to configure so that the system sets the Goods Issue Date as the Pricing Date in the Delivery Order TAM so that Delivery and subsequent documents are created based on this ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vego,

you can change pricing date with user exit MV45AFZZ, form routine USEREXIT_MOVE_FIELD_TO_VBKD, moving your date to field VBKD_PRSDT.

In invoice, you can achieve the same with user exit RV60AFZZ  form FORM USEREXIT_PRICING_PREPARE_TKOMK updating field TKOMK-PRSDT

Regards,

JM

moazzam_ali
Active Contributor
0 Kudos

Hi

Please confirm whether you want to change VBEP-WADAT date as per your pricing date? If yes then it can't be done through standard configuration. You have to use userexit for this.

Thank$

Former Member
0 Kudos

Hi MoazzaM,

I need to have the Pricing pick up the Goods Issue Date VBEP-WADAT

for the Delivery Order TAM and other Sales Orders instead of the Delivery Date

RV45A-ETDAT which is Standard SAP.  Is there a way to configure this OR do we need to use User exit and Form routine ?

Thanks

moazzam_ali
Active Contributor
0 Kudos

Hi

There is no way to configure this through IMG. you have to go for some modifications with help of ABAPER.

Thank$