Dear Friends,
We are building a small prototype with pricing withe below requirement:
Step 1: ( AS-IS)
Create credit memo request document (ZRTC) in VA01 with 2 line items.AT this juncture at the line item 10 and line item 20 the return pricing procedure (ZRTNPR) will determine the value for PR00 from VK12.
ITEM Material Qty Price ( Pr00 )
10 A100 1 100 usd
20 B100 1 200 usd
Step 2: ( TO- BE )
The moment When we go to Va02 mode manually or change the quantity (Qty) then price should redetermine automatically with our own values ( Need to bypass the existing vk12 value ).let us say the ABAP team wants to hard code price as 100 usd ( just for POC ).
Eg : Hard code value is 100 USD
Case 1:
The moment you enter va02 mode we need to see the new price as below ( Need to redetermine price automatically )
ITEM Material Qty Price ( Pr00 ) ( new price )
10 A100 1 100 USD
20 B100 1 100 USD
Case 2:
When you change the qty then also price should be redetermined automatically with new price as below:
ITEM Material Qty Price ( Pr00 ) ( new price )
10 A100 6 600 USD
20 B100 7 700 USD
Please share your valuable inputs.