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: 

PO Pricing

Former Member
0 Kudos

Hi all,

Scenario : Purch.Org/Vendor/Plant\Shipping\Material

i have added zzevers(SHIPPING) field to komp, komv, komg structures to extend field catalog for Pricing.

i am populating ekpo-evers into komk-zzevers in userexit.

as soon as i change shippling instructions it should change conditions record with

.Purch.Org/Vendor/Plant\Shipping\Material in (Mek2).

when i click on UPDATE button in pricing more than one time it works.

is there any way of changing the conditions without clicking the UPDATE button.

please help.

4 REPLIES 4

Former Member
0 Kudos

Hi ,

u need to find out FM like PRICING( this one for SD pricing).

regards

Prabhu

0 Kudos

what should i do?

Former Member
0 Kudos

Hi,

In the user exit you put a breakpoint and see that the code is hitting the form routine in user exit multiple numebr of times. When you are hitting multiple times it means that some communication structures are not filled and subsequently when it is filled then only it is executing. Put some logic in the userexit....IF (some structure-field) is not initial...do processing...

Former Member
0 Kudos

I have enhanced the screen on tcode. IW32.

screen exits am using : EXIT_SAPLCOIH_018, EXIT_SAPLCOIH_019

I have created the scree called 0900 with input value(aufk-zzvalue) also i have appended the structure in AUFK & CAUFVD Tables with zzvalue.

however when i try to save the value from screen 900 (aufk-zzvalue). it is not saving on screen neither on the table(aufk).

please advise.

dev