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

User Exit prod. order: retreive all internal data + send error message

Former Member
0 Likes
466

Dear,

I cannot find a user exit which both:

- has as import parameters ALL internal tables (both old and new values)

- has the possible to render an error message in order to stop the process until the error is solved.

checks so far:

o WORKORDER_UPDATE~BEFORE_UPDATE:

- all data available but impossible to send a system messages, as this one is executed during commit

o user exit via program ZXCO1U01:

- all data available but impossible to send a system messages: the system does not display the error message + the process

does not even stop

o WORKORDER_UPDATE~AT_SAVE: only heade data is available, system messages are possible and the prcess will stop. How to receive all internal info here??

thanks a lot

Maggie

Dear,

I cannot find a user exit which both:

- has as import parameters ALL internal tables (both old and new values)

- has the possible to render an error message in order to stop the process until the error is solved.

checks so far:

o WORKORDER_UPDATE~BEFORE_UPDATE:

- all data available but impossible to send a system messages, as this one is executed during commit

o user exit via program ZXCO1U01:

- all data available but impossible to send a system messages: the system does not display the error message + the process

does not even stop

o WORKORDER_UPDATE~AT_SAVE: only heade data is available, system messages are possible and the prcess will stop. How to receive all internal info here??

thanks a lot

Maggie

1 REPLY 1
Read only

Former Member
0 Likes
392

If ZXCO1U01 gets triggered before WORKORDER_UPDATEAT_SAVE or any other exit gets triggered before, you can export in ZXCO1U01 and import in WORKORDER_UPDATEAT_SAVE.