Work Center

dquimerch

Member
Hi

Can anyone tell me which Oracle or UDC tables are used to print the messages of the Work Center in the right panel of the sceen (i..e. explication messages and solution messages) ?

Thanks.


Didier Quimerc’h

OW Xe SP18 G1
NT/Aix
 
Hi,

These messages are stored in the data dictionary under glossary group 'E' (for error messages) and 'Y' (level messages). You have to use WorkCenter business functions to write appropriate messages to the Employee work center.

Business functions required:

1. SetGBRError
2. InitializePPATAPI
3. ProcessErrorstoJDEMsystem

Refer to 'Messaging' section under OneWorld XE documentation for complete information.
 
Thanks a lot Surandra.
I found all messages in DD.
I will now try to work with some of these messages out of JDE.

Thanks
Didier Quimerc'h
 
Back
Top