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

Reg: FM PRICING_COMPLETE

Former Member
0 Likes
2,627

Hello friends,

In user exit MV45AFZZ, am using FM PRICING_COMPLETE to activate pricing condition ZD03 based on some condition.

But, some other pricing condition entries (eg: PN00,ZC00) are getting deleted once this FM is getting executed.

Kindly suggest on the issue.

(I tested by putting a break-point at the FM and enrties like PN00 and ZC00 were present in XKOMV and getting deleted once the FM was executed.)

I'm using FM as mentioned below.

CALL FUNCTION 'PRICING_COMPLETE'

EXPORTING

CALCULATION_TYPE = 'B'

PRELIMINARY = ' '

TABLES

TKOMV = XKOMV

TKOMK = TKOMK

TKOMP = TKOMP.

2 REPLIES 2
Read only

Former Member
0 Likes
1,477

Try changing the

CALCULATION_TYPE = 'E'.

Hope this shud help.

Vinodh Balakrishnan

Read only

1,477

Hello,

Just in case someone reads it. You should use the CALCULATION_TYPE = 'C' in order to keep manual conditions and just redetermine automatic ones

-> "C": Copy manual pricing elements and redetermine the others

Regards