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: 

EXIT_SAPLMGMU_001 - Error Message

santhosh_patil
Contributor
0 Kudos

Hello,

I am displaying a error message in the Exit 'EXIT_SAPLMGMU_001' . But the problem is the error message in been displayed like success message in the material master.

Please let me know how to solve this problem.

Thank you,

Patil

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

hi,

It is not a success message ,it will come in status bar in green colour

but will not allow you to proceed further until error is rectified.

0 Kudos

Hi,

Yes You are right, But i want the message to be displayed like an normal error message.

Former Member
0 Kudos

Dear Santhosh,

Hope this thread will help you

Regards,

Flavya

0 Kudos

Hi,

Please see this Note:
https://launchpad.support.sap.com/#/notes/1829850
That's the way it is supposed to work.

But you can try this in case you are using the BADI:

Create a private method with the exception application_error in the signature.

There, you do the rasing to your message with the application_error exception.

Finally, call it in a BADI method, my case was the IF_EX_BADI_MATERIAL_CHECK~CHECK_DATA.
Worked fine.

Best Regards,
Pedro Santos