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: 

get pricing condition from item quotation before create PO

adil
Participant
0 Kudos

HI

i m seeking for a way to group items for my sale document ( quotation ) IF its have the same pricing condition , before creating my purchase order .

do you know any MF or BAPi or query code that help me to give me the pricing condition for the item of my document ?

trhanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Pricing as captured in a sales document (say a quotation) is stored in table KONV.

So you can read pricing from KONV for a specific quotation item like

KONV-KNUMV = VBAK-KNUMV (of quotation)

KONV-KPOSN = VBAP-POSNR (of quote item)

KONV-KSCHL = conditiontypes you wish to check

1 REPLY 1

Former Member
0 Kudos

Pricing as captured in a sales document (say a quotation) is stored in table KONV.

So you can read pricing from KONV for a specific quotation item like

KONV-KNUMV = VBAK-KNUMV (of quotation)

KONV-KPOSN = VBAP-POSNR (of quote item)

KONV-KSCHL = conditiontypes you wish to check