Application Development and Automation 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: 
Read only

Dump message using user-exit EXIT_SAPLAISA_001???

Former Member
0 Likes
794

Hello Everyone,

I hope you all fine! I'm writing because I really need your help. Well I have a requirement that has to be with the transaction ABAVN, I'm using the user exit 'EXIT_SAPLAISA_001' in here I'm doing a validation, and depending in the result, I should send a message that displays the explanation and stop the transaction flow. I'm using this type of message in my code: MESSAGE ID 'ZLMXF_001' TYPE 'E' NUMBER 007. After the program executes the message sentence, it sends the dump message and that's what I want to avoid. I hope you guys could help me, I'll really appreciate it. Thanks for your time. Regards, Guillermo

3 REPLIES 3
Read only

Former Member
0 Likes
711

Hi Guillermo España,

Can you give me more information about the dump message?

Read only

Former Member
0 Likes
711

can you paste the dump message here.

--

Reddy

Read only

former_member182371
Active Contributor
0 Likes
711

Hi,

the documentation of the exit says:

In the user exit, it is absolutely forbidden to use a statement that leads to an update or removal of database changes. Examples of such statements are:

'Commit Work' , 'Rollback Work' or call of function module 'DB_COMMIT'.

Maybe you should consider another exit in order to raise a message.

Check function group XAIS, XALT, XANL and XBAD.

Maybe EXIT_RAALTD11_001?

Best regards.

Edited by: Pablo Casamayor on May 10, 2010 8:24 AM