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

Error message within EXIT_SAPLIE01_005

Former Member
0 Likes
824

Hello. Does anyone know how I can stop the process at UE EXIT_SAPLIE01_005 (Enhancement IQSM0005) at MIGO transaction? error message, stop and the like causes me a DUMP.

Thanks in advance..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

If you put a error message and stop the transaction goes for dump.

Instead try displaying message Warning as Error. Also try to use popup_to_confirm function module to give a popup and stop processing based on the user selection.

Hello. Does anyone know how I can stop the process at UE EXIT_SAPLIE01_005 (Enhancement IQSM0005) at MIGO transaction? error message, stop and the like causes me a DUMP.

Thanks in advance..

2 REPLIES 2
Read only

Former Member
0 Likes
626

did you have tried to put a break-point and test?

if it is not wokring trying to make a endless loop in user exit and debug through SM50

menu : program -> debugging for that particular process.

Thanks.

Read only

Former Member
0 Likes
627

If you put a error message and stop the transaction goes for dump.

Instead try displaying message Warning as Error. Also try to use popup_to_confirm function module to give a popup and stop processing based on the user selection.