User Tools

Site Tools


abap:message

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
abap:message [2013/02/27 14:34] – created ginkoabap:message [2015/06/10 16:31] ginko
Line 3: Line 3:
 Mettre ''message-id <msg_class>'' dans l'instruction ''REPORT'' ou ''FUNCTION-POOL''. Mettre ''message-id <msg_class>'' dans l'instruction ''REPORT'' ou ''FUNCTION-POOL''.
 <code abap>FUNCTION-POOL zwmargos_rfmob MESSAGE-ID zwmargos_rfmob.</code> <code abap>FUNCTION-POOL zwmargos_rfmob MESSAGE-ID zwmargos_rfmob.</code>
 +===== MF pour récupérer le contenu d'un message dans une variable =====
 +''FORMAT_MESSAGE''
 +===== Snippets =====
 +<code abap>MESSAGE ID SY-MSGID TYPE 'W' NUMBER SY-MSGNO 
 +        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. 
 +        
 +MESSAGE ID gs_msg-msgid TYPE 'W' NUMBER gs_msg-msgno
 +        WITH gs_msg-msgv1 gs_msg-msgv2 gs_msg-msgv3 gs_msg-msgv4.</code>
 +        
 +===== Popup =====
 +FM ''POPUP_TO_CONFIRM''.
abap/message.txt · Last modified: 2021/01/18 11:10 by ginko