Application Development 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: 

Table for pricing komp and komk.

Former Member
0 Kudos

Hi gurus,

My requirement is i need to get a transparent table for 'Communication for Pricing Header' Structure is KOMK.

I need the table or view or through any function module by which we can get the pricing data.

I have values from table VBRP and VBRK.

6 REPLIES 6

h_senden2
Active Contributor
0 Kudos

function module RV_BILLING_PRINT_VIEW

regards,

Hans

Former Member
0 Kudos

Hi

Try the standard Fm " PRICING".

Tables for refernce : KONV and T683s.

Cheers

Ravish

Former Member
0 Kudos

Hi,

Please check Table KONV where you have the pricing data like KPEIN field is condition pricing unit.

You will get the pricing data in KONV table.

Hope it helps.

Regards,

rahul

Former Member
0 Kudos

Hi ,

Most of the pricing related data u ll get from konv for vbrk and vbak ... use knumv to relate them ...

what are the fields other than konv table u want get ?

0 Kudos

Hi ,

I need to get KOMP-NETWR and KOMK-WAERK.

Also RV61A-KOEIN.

Former Member
0 Kudos

Hi,

Get the field KNUMV (Number of the document condition) from VBRK and map it with the KONV-KNUMV with respect to POSNR and KPOSN.

You will get the right data.

-Maharshi