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: 

MRM_TOLERANCE_CHECK

Former Member
0 Kudos

Hi,

I can not able to get documentation on this. If anyone know about this function module and its parameters please let me know.

thanks,

Surya

3 REPLIES 3

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

I just want to throw some light on this.

Please check the sample details that we need pass. There is no documentation maintained for this Function mOdule.

But there are couple of function modules, which are calling this function modules.

MRM_AMOUNT_COMPARISON

MRM_QUANTITY_CHECK

MRM_AMOUNT_CHECK

Example:

CALL FUNCTION 'MRM_TOLERANCE_CHECK'

EXPORTING

I_AKT_WERT = DIFF

I_VERGLEICHSWERT = '0.00'

I_TOLSL = 'BD'

I_BUKRS = BUKRS

I_WAERS = WAERS

I_KURSF = KURSF

I_WWERT = WWERT

I_HSWAE = WAERS

IMPORTING

E_BETRAG = PAKZLIM

E_PROZENTE = H_T169L-TAKZPP

E_RETURNCODE = L_SUBRC

EXCEPTIONS

TOLERANCE_NOT_ACTIVE = 01. " T169G not found

Thanks

Ramakrishna

0 Kudos

Ramakrishna,

Thanks for your quick response. I am having some situations:

1. if po unit price > invoice unit price, i have to error out if it is outside tolerance. can i use this function module for tolerance check here?

if so, what value goes to i_akt_wert and what value goes to i_vergleichswert?

what are the possible values for return code and their meanings?

thanks,

surya.

Former Member
0 Kudos

Sorry this is a function module (MRM_TOLERANCE_CHECK). Any thing needed let me know.

Thanks,

Surya.