cancel
Showing results for 
Search instead for 
Did you mean: 

Funcition module EXIT_SAPLMR1M_004 doesn't exists in ECC 6.0

Former Member
0 Kudos

Hi,

We are in the middle of an upgrade project from R/3 4.6C to ECC 6.0.

Actually we have a critical business process validation in

EXIT_SAPLMR1M_004 (include ZXM08U34) corresponding to enhancement

LMR1M001, but in ECC 6.0 this user exit doesn't exists and can't be

created because system send the following message:

<b>"EXIT modules are no longer supported

Message no. FL049

Diagnosis

As of release 5.0, the concept of SMOD/CMOD is not longer supported.

For this reason, no new EXIT modules and groups can be created.

Procedure

Use BADIs instead of EXIT modules."</b>

Do you know if there is other user exit or BADI instead of EXIT_SAPLMR1M_004?

Many Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member182371
Active Contributor
0 Kudos

Hi,

check OSS Note carefully:

https://service.sap.com/sap/support/notes/459425

This note says:

In Release 4.7 user exit 'EXIT_SAPLMR1M_004' is replaced by a Business Add-In (BADI) 'MRM_WT_SPLIT_UPDATE'.

Read with attention the documentation of the badi as well.

Regarding this badi MRM_WT_SPLIT_UPDATE check OSS Note:

https://service.sap.com/sap/support/notes/1156325

Important: this note says:

An active implementation of this BAdI excludes the manual entry of the withholding tax base and amount.

Best regards.

Edited by: Pablo Casamayor on Aug 17, 2009 6:12 PM

Former Member
0 Kudos

Hi Alvaro,

I am also facing this issue. Please advice how we can get it resolved.

Regards,

Ashu Arora

Former Member
0 Kudos

Hi...

I have the same problem...

The function module for not exist in 6.0 and the I dont find find the BADI ..

also I'm not able to use a BADI...

there is a another function module exit????

In the program SAPLMR1M in ECC 6.0 call custumer 004 not exist!!!!!!!

LA-Ingka
Discoverer
0 Kudos

Hi,

How did you resolve this issue?

christian_wohlfahrt
Active Contributor
0 Kudos

Hi,

I found a BADI INVOICE_UPDATE and the enhancement spots ES_BADI_INVOICE.

Before you try to use the old exits, there should be also the implicit enhancements.

Regards,

Christian

Former Member
0 Kudos

Hi Alvaro,

Normally the SMODs have been migrated to BADIs where the name of the generated class has the name of the original SMOD enhancement in it.

For this exit there should be a class which contains LMR1M001. Could you please check?

Regards,

John.