cancel
Showing results for 
Search instead for 
Did you mean: 

Need net price itme in sapscript form invoice

Former Member
0 Kudos

Hello expers,

i need the net price item for the invoice form ?!

I search the table, but i can´t find it.

In the table KOMP, there is no net value.

Can anybody help me ?

/Simon

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

search the table "KONV"

Former Member
0 Kudos

Hello all,

thanks for help....

But i can´t finde anything

I need the condtions net value.

Invoice -> Display:Item Data --> Conditions = "Net Value for Item"

I found the "Net Value 2" and "Net Value 3" but I need the "Net Value for Item" price !

thx for all you help !!!

/Simon

Former Member
0 Kudos

Hi,

You may be using FM CALL FUNCTION 'LB_BIL_INV_OUTP_READ_PRTDATA' for getting the Billing Data.

this FM imports ES_BIL_INVOICE(Billing Item: Price Data information).

(table type LB_T_BIL_IT_PRICE, structure LBBIL_IT_PRICE)

in the structure LBBIL_IT_PRICE we have NETWR(Net Value in Document Currency).

once you get this value

make a select on VBRK and get KNUMV for the billing number then make a select on KONV, WHERE KNUMV = KNUMV(you got this value from the above select). here you can play around with the price values you want.

Thanks,

Sree.

Former Member
0 Kudos

Hi,

Check this table like

VBRK-KNUMV = KONV-KNUMV.

KONV is The cluster table it can store all conditional data.

Regards

Ranga.

Former Member
0 Kudos

please check transparent tables : KONV,KONP,KONH.

Sid

Former Member
0 Kudos

Hi Simon,

Please explain a bit at what you are looking for whether you are looking for sales or purchase invoice.

Thanks

Nidhi