cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Procedure for Purchase Order

Former Member
0 Kudos

I have to pick item level conditions for value : bed , hr edu cess, edu cess, cst,lst.

I am trying to the pick up fields kbetr and kwert for following conditions from konv table but there are only header level conditons.

so How can i Proceed for this?

For Purchase order script i have used standard Program SAPFM06P.But this a subroutine Pool Program.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can link using the condition number..

EKKO-KNUMV = KONV-KNUMV.

<b>Reward points</b>

Regards

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

Write a Sub-routine in the form, where u can call all the pricing procedures.

write this in the form

/: PERFORM TAX_AMT IN PROGRAM ZMM_REP_POTAX

/: USING &EKPO-NETWR& .

/: CHANGING *xxx-xxx&

write a sub-routine in abap editor , calling the program name and calculating pricing procedures

regards

sailendra kolakaluri

Former Member
0 Kudos

Hi

Based on the Access sequence defined for the Item level conditions of the Purchase order you have to find some related A* table(like A003, A012 A353 etc)

and have to take the KNUMH field from that A* table and have to pass to KONP-KNUMH field and take the related condition types fields like KBETR and KWERT

As you said KONV stores header level and KONP stores Item level condition type related stuff.

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

How could we proceed by using konp Table.In A* table series

I have tried But wat field should be selected and and then from that knumh is found .which is to be passed.

former_member196280
Active Contributor
0 Kudos

Check Tcode VOFM it will help you in pricing routines.

Reward points if useful.

Regards,

SaiRam