‎2007 Sep 01 9:44 AM
Hi Friends!
I need a Function Module which pulls condition Record data from Billing Request VF03 Tcode.
Tcode - VF03 -> Go to any Item Details -> Go to Conditions Tab.
I need the data mentioned there in Conditions tab.
Any body can tell if they know any function module.
Points will be rewarded.
Thank you.
‎2007 Sep 01 9:47 AM
‎2007 Sep 01 10:10 AM
Hi,
These are the function modules u will need to use:
RV_BILLING_PRINT_VIEW
RV_PRICE_PRINT_HEAD
RV_PRICE_PRINT_ITEM
The first FM will return you the complete general data for the invoice and the other two will return the condtions data..
Thanks and Best Regards,
Vikas Bittera.
‎2007 Sep 03 6:36 AM
Hi Vikas,
I too have the same requirement but here i would like to get total details of item under condition type,By using " RV_PRICE_PRINT_ITEM " I'm able to get condition type value but under that i have some field values that also i want .
I'm getting below values:::::::::::::::
PR00 Price 95.10 EUR 1 PC 5,801.10 EUR 1 PC 0 PC 0.00
But I want ::::::::::
Gross Value 95.10 EUR 1 PC 5,801.10 EUR 1 PC 0 PC 0.00
Discount Amount 0.00 EUR 1 PC 0.00 EUR 1 PC 0 PC 0.00
Rebate Basis 95.10 EUR 1 PC 5,801.10 EUR 1 PC 0 PC 0.00
Can anybody please explain this??
Thank you,
Deepa