Application Development and Automation 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: 
Read only

Need Function Module for VF03 Condition tab

Former Member
0 Likes
1,739

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.

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
1,026

Mark,

Check the tables KONV,.KONH.

K.Kiran.

Read only

Former Member
0 Likes
1,026

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.

Read only

0 Likes
1,026

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