Data Element list used by SAP ABAP Function Module SALC_UTIL_FILL_RAWMESSAGE (temporary function to fill xmi raw message and check arguments)
SAP ABAP Function Module
SALC_UTIL_FILL_RAWMESSAGE (temporary function to fill xmi raw message and check arguments) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | XMIARGTYP | Argument type of an XMI log entry | SOURCE VALUE(ARGTYPE4) LIKE SXMIMSGRAW-ARGTYPE4 DEFAULT 'C' |
|
| 2 | XMIARGTYP | Argument type of an XMI log entry | SOURCE VALUE(ARGTYPE3) LIKE SXMIMSGRAW-ARGTYPE3 DEFAULT 'C' |
|
| 3 | XMIARGTYP | Argument type of an XMI log entry | SOURCE VALUE(ARGTYPE2) LIKE SXMIMSGRAW-ARGTYPE2 DEFAULT 'C' |
|
| 4 | XMIARGTYP | Argument type of an XMI log entry | SOURCE VALUE(ARGTYPE1) LIKE SXMIMSGRAW-ARGTYPE1 DEFAULT 'C' |
|
| 5 | XMIMSGTXT | Actual text of message | SOURCE VALUE(MSGTEXT) LIKE SXMIMSGRAW-MSGTEXT DEFAULT '' |
|