2011 Jun 23 9:42 PM
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
2011 Jun 23 10:24 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |