on ‎2009 Apr 28 1:57 PM
Dear Gurus,
DIFF condition type in Sales order is showing up as Requirement 13 not met. Any ideas?
Thank you
Request clarification before answering.
Good Evening,
Looking at the column 'AltCty' of the condition DIFF in any pricing
procdure, the condition routine '16' is used to calculate the condition
value with the following code:
form frm_kondi_wert_016.
check: t001r-reinh ne 0.
xkwert = xkomv-kawrt * ( 1000 / t001r-reinh ) / 1000 * t001r-reinh.
xkwert = xkwert - xkomv-kawrt.
endform.
If t001r-reinh is zero, then the above formular makes no sense. That
is why we insert 'Reqt' routine 13 for DIFF.
If you are to write you own 'AltCty' routine, which doesn't use 't001r-
reinh', then there is no need for 'Reqt' routine 13.
Also, OSS note 80183 should provide you with a lot more information on Rounding.
I hope you find this information very helpful and hopefully it will solve your problem.
Regards,
Martina McElwain
SD - Forum Moderator
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 28 | |
| 14 | |
| 7 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.