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

function module to pricing procedure calculation

Former Member
0 Likes
1,416

Hi,

Is there any function module which can give the details which appears in the

INVOICE -> LINE ITEM -> CONDITIONS tab, where I can find the information about price calculated for the material in the similar way.

regards,

Prabhu

Points assured.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
864

You can use FM - RV_INVOICE_DOCUMENT_READ

pass KONV_READ = 'X'

and VBRK_I-VBELN = Invoice # u wanna read.

the structure XKOMV will give u the pricing data.

Or if u want to select from DB, then go to VBRK pass the Invoice number there( at VBRK-VBELN) and get the VBRK-KNUMV ( Condition rec no) . With this no go to table KONV and u will get all the pricing data.

Hope it helps.

4 REPLIES 4
Read only

Former Member
0 Likes
865

You can use FM - RV_INVOICE_DOCUMENT_READ

pass KONV_READ = 'X'

and VBRK_I-VBELN = Invoice # u wanna read.

the structure XKOMV will give u the pricing data.

Or if u want to select from DB, then go to VBRK pass the Invoice number there( at VBRK-VBELN) and get the VBRK-KNUMV ( Condition rec no) . With this no go to table KONV and u will get all the pricing data.

Hope it helps.

Read only

0 Likes
864

Hi,

here i will get details about all the line item which has condition types, i want item level which even doesn't have condition type.

regards,

Prabhu

Read only

0 Likes
864

Try the below FM :

RV_INVOICE_PRICE

Thanks

Seshu

Read only

0 Likes
864

this FM will give u the complete list - PRICING_SUBSCREEN_PBO.

pass COMM_HEAD_I and COMM_ITEM_I , u ll get the complete list in parameter

YKOMV.