動態訊息傳遞
DATA: msgid TYPE sy-msgid VALUE 'SABAPDEMOS',
msgty TYPE sy-msgty VALUE 'I',
msgno TYPE sy-msgno VALUE '050'.
MESSAGE ID mid TYPE mtype NUMBER num.
上面的 MESSAGE 呼叫與呼叫 MESSAGE i050(sapdemos). 同義。
DATA: msgid TYPE sy-msgid VALUE 'SABAPDEMOS',
msgty TYPE sy-msgty VALUE 'I',
msgno TYPE sy-msgno VALUE '050'.
MESSAGE ID mid TYPE mtype NUMBER num.
上面的 MESSAGE 呼叫與呼叫 MESSAGE i050(sapdemos). 同義。