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

Former Member
0 Kudos

Hi

I need to relate VBAP (sales order and route) to the price in the billing document from table KONP (KBETR/KPEIN = net price)

How do I do this?

4 REPLIES 4

Former Member
0 Kudos

Hi,

KONV-KNUMV = VBAK-KNUMV and

KONV-KPOSN = VBAP-POSNR

Regards

Sudheer

Former Member
0 Kudos

Hi

You can link the pricing tables from the HEADER of Order or Billing doc

<b>pass VBAK-KNUMV AND VBAP-POSNR TO KONV-KNUMV AND KONV-KPOSN fields

or for billing doc

PASS THE VBRK-KNUMV AND VBRP-POSNR FIELDS TO KONV-KNUMV AND KONV-KPOSN fields</b>

<b>

Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Former Member
0 Kudos

hi,

vbap-knumh = konp-knumh.

reward points if helpful,

Regard's

Raghunath.S

former_member632991
Active Contributor
0 Kudos

Hi,

comapre the KNUMH field in VBAP with KNUMH in konp.

Regards,

Sonika