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: 

Price Condition Value table

Former Member
0 Kudos

Dear Experts,

I would like to capture all the price value which comes when we go to VF03 --> select a invoice --> then select a line item --> go to the conditions tab.

Now what all values are coming in the Amount column i want to capture those values in my report. But some of the values coming there are calculated columns which gets stored in a structure (KOMV) for that specific session.....

Now i want those values which appear in BLUE colour...

I checked in all the tables KONV KONP BSET but i did not get in those tables....

Please help me and get back for any clarfications.....

Regards,

Jitesh M Nair

<telephone_number_removed_by_moderator>

Edited by: Julius Bussche on Dec 11, 2008 10:49 AM

5 REPLIES 5

Former Member
0 Kudos

Hi

The values of the price of a bill are in KONV table: KONV-KNUMV = VBRK-KNUMV.

But the values in BLUE colour are calculated at runtime, so u can't find that in any table.

It's not easy to get those values, because u need to simulate the pricing, if the values in BLUE are set for the printing u can try to use fm RV_PRICE_PRINT_ITEM

Max

0 Kudos

Hi Max,

I went to the FM Module but there is no field in it for putting the Document No / Condition Number. I want the calculations based on the Document No and line Item i will enter...

Can u help on this...

Thanks & Regards,

Jitesh M Nair

0 Kudos

Hi Max,,

Sorry for earlier reply... there is a header where you can put the document no and condition record nu....

But the output is the result of KONV table....

Regards,

Jitesh

0 Kudos

Hi

U should have 2 tables as results: TKOMV (just like KONV) and TKOMVD, it should have the conditons available for the print.

Try to see the fm RVPRICE

Max

Former Member
0 Kudos

Informed the management about the same. Now we use the calculation to recall the column in the report. It was really a difficult proposition.

But thanks any way guys..