cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DIFF condition type

Former Member
0 Likes
3,862

Dear Gurus,

DIFF condition type in Sales order is showing up as Requirement 13 not met. Any ideas?

Thank you

View Entire Topic
Former Member
0 Likes

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