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

Price

Former Member
0 Likes
1,184

Hi ,For generating an invoice form,we go to transaction VF02 AND enter the billing document no and enter,we can see the line item,qty,net value.

Where we can see the each Price/Unit for the line items. I think in table KONV, but in what field name ?????

Hi ,For generating an invoice form,we go to transaction VF02 AND enter the billing document no and enter,we can see the line item,qty,net value.

Where we can see the each Price/Unit for the line items. I think in table KONV, but in what field name ?????

6 REPLIES 6
Read only

Former Member
0 Likes
998

Hi Jayasree,

Your required fields are:

Condition(KOMV-KSCHL), Price(KOMV-KBETR) and Unit (KOMV-KMEIN)

In Table: VBRP-NETWR and VBRP-MEINS.

Regards,

Raj

Message was edited by: Rajasekhar Dinavahi

Read only

Former Member
0 Likes
998

Hi,

KOMP-NETPR is for unit price.

KOMV-KBETR is TAX RATE.

KOMV-KWETR is for TAX amount.

Thanks.

If this helps u reward with points.

Read only

0 Likes
998

hi

use the following

Condition:(KOMV-KSCHL)

Price(KOMV-KBETR)

and Unit (KOMV-KMEIN)

plz reward points if it helps by clickin on star!!

regards

Gunjan

Read only

0 Likes
998

Thanks.

But i need the corresponding tables for fetching the price/unit . (structure-komv-netpr)

Kindly reply imm

Read only

0 Likes
998

Hi Jayasree,

Are you looking for VBAP-NETPR?

Regards,

Suresh Datti

Read only

0 Likes
998

tHANKS .I need to find the each price per unit for the line item in the invoice form.It is given in the Functional Design as table name-KONV field name-KBETR

Description:This field can be derived as the sum of all relevant pricing conditions.Derive KNUMV from VBRK based on VBELN.Search for all KBETR in KONV where KONV-KNUMV = VBRK-KNUMV ,KONV-KPOSN = VBRP-POSNR and KSCHL = 'PPSV or MWST'

can u write the code for this