2008 Jan 04 3:13 PM
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.
2008 Jan 04 4:35 PM
Try changing the
CALCULATION_TYPE = 'E'.
Hope this shud help.
Vinodh Balakrishnan
2013 Aug 28 2:10 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |