MESSAGE 关键字执行后对应系统变量的值: sy-msgid:在发送消息后,包含消息类别,并在发送任何文本后包含值"00"。 sy-msgno:在发送消息后,包含消息编号,并在发送任何文本后包含值"001"。 sy-msgty:包含发送消息或文本时使用的消息类型的标识符。 sy-msgv1到sy-msgv4:在发送消息后,按顺序包含在WITH补充后指定的...
MESSAGE 关键字执行后对应系统变量的值:sy-msgid:在发送消息后,包含消息类别,并在发送任何文本后包含值"00"。sy-msgno:在发送消息后,包含消息编号,并在发送任何文本后包含值"001"。sy-msgty:包含发送消息或文本时使用的消息类型的标识符。sy-msgv1到sy-msgv4:在发送消息后,按顺序包含在WITH补充后指定...
MESSAGE 关键字执行后对应系统变量的值: sy-msgid:在发送消息后,包含消息类别,并在发送任何文本后包含值"00"。 sy-msgno:在发送消息后,包含消息编号,并在发送任何文本后包含值"001"。 sy-msgty:包含发送消息或文本时使用的消息类型的标识符。 sy-msgv1到sy-msgv4:在发送消息后,按顺序包含在WITH补充后指定的...
details of the error message are passed back to the calling system in the following system fields:SY-MSGNO, SY-MSGID, SY-MSGTY, SY-MSGV1, SY-MSGV2, SY-MSGV3, andSY-MSGV4. These fields are initialized before every RFC. If a short dump or a type X message occurs, the short text...
*SY-MSGID(message class) *SY-MSGTY(message type) *SY-MSGNO(message number) Addition 1 ... WITH f1 ... f4 Effect Inserts the contents of a fieldfiin the message instead of in the placeholder&i. If unnumbered variables (&) are used in a message text, these are replaced consecutively ...
Message在Dialog的用法 Message 用在Screen或者做增强的时候,和普通的Report有些差别,尽量不要在PBO中使用S 以外的Message,尤其是E类型的Message,可能会直接导致程序的退出,而不给你改正数据的机会。如果需要有E类型的Message,可以放到PAI里面。如ME31K/ME32K的行项目检查增强,EXIT_SAPMM06E_016里面如果有E类型...
sy-msgid:在发送消息后,包含消息类别,并在发送任何文本后包含值"00"。 sy-msgno:在发送消息后,包含消息编号,并在发送任何文本后包含值"001"。 sy-msgty:包含发送消息或文本时使用的消息类型的标识符。 sy-msgv1到sy-msgv4:在发送消息后,按顺序包含在WITH补充后指定的数据对象的内容。在发送任何文本后,包含...
If the system fieldssy-msgid,sy-msgno, andsy-msgv1throughsy-msgv4are specified directly afterWITH, the values set by the currentMESSAGEstatement are used. If they are specified as operands of character-like expressions, the preceding values are used. ...
方法一,用messageinto,语法如下:ABAPKeywordDocumentationMESSAGEIDsy-msgidTYPEsy-msgtyNUMBERsy-msgnoINTODATA(mtext)WITHsy-msgv1sy-msgv2sy-msgv3sy-msgv4方法二,调用函数MESSAGE_TEXT_BUILD()
*SY-MSGID(message class) *SY-MSGTY(message type) *SY-MSGNO(message number) Addition 1 ... WITH f1 ... f4 Effect Inserts the contents of a fieldfiin the message instead of in the placeholder&i. If unnumbered variables (&) are used in a message text, these are replaced consecutively ...