‎2007 Aug 29 1:15 PM
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.
‎2007 Aug 29 1:59 PM
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.
‎2007 Aug 29 1:59 PM
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.
‎2007 Aug 29 2:25 PM
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
‎2007 Aug 29 2:31 PM
‎2007 Aug 29 3:17 PM
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.