2007 Oct 05 9:49 PM
I am getting syntax error on the following code:
MOVE e013(zmsgcls) TO wa_error_log_file-error_text.
I am trying to copy a messgae class message into a work area.
what is the correct syntax?
Any suggestion will be appreciated.
Thanks
Ning and Nahman and also Margo
2007 Oct 05 9:53 PM
I am getting syntax error on the following code:
MOVE e013(zmsgcls) TO wa_error_log_file-error_text.
I am trying to copy a messgae class message into a work area.
what is the correct syntax?
Any suggestion will be appreciated.
Thanks
Ning and Nahman and also Margo
2007 Oct 05 9:53 PM
2007 Oct 05 9:58 PM
2007 Oct 05 9:58 PM
Use the function module 'MESSAGE_PREPARE' by giving the message class and message number and retreive the value from the imported varaible in the FM then pass the improted varaible into wa_error_log_file-error_text.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |