Paramètre | Reférence | Type | Long. | Valeur par déf. | Facultatif | Description |
---|---|---|---|---|---|---|
IV_APPEND_MODE | TRPARI-FLAG | C | 1 | ' ' | X | Memory log: Append messages |
IV_CONDENSE | TRPARI-FLAG | C | 1 | 'X' | X | Lines are condensed |
IV_LOGNAME_DB | DDPRH-PROTNAME | C | 40 | X | Name of log (database) | |
IV_LOGNAME_FILE | TSTRF01-FILE | C | 255 | X | Name of log (file) | |
IV_LOGNAME_MEMORY | TSTRF01-FILENAME | C | 32 | X | Name of log (memory) | |
IV_LOG_TYPE | TRLOG_TYPE | 0 | 'FILE' | X | Log type: 'FILE', 'DB', 'MEMORY' |
Paramètre | Reférence | Long. | Facultatif | Description |
---|---|---|---|---|
IT_MSGS | SPROT_U | 227 | Table with messages |
Exception | Description |
---|---|
DB_ACCESS_ERROR | Error Accessing Database |
FILE_ACCESS_ERROR | Error accessing file |
INVALID_INPUT | Invalid entry |
Functionality
The import parameter "IV_LOG_TYPE" determines where the logs arewritten. Possible values are The name of the log is passed with the import parameters"IV_LOGNAME_FILE", "IV_LOGNAME_DB", and "IV_LOGNAME_MEMORY". The messages that should be stored are then passed in the tableIT_MSGS. An example of how this table could be filled is given furtherbelow in this documentation. If the import parameter "IV_APPEND_MODE" is set, the memory log isadded, and not replaced. Notes If the job name is passed in field VAR1, the job number in field VAR2and the system name in VAR3, you can branch to the job log from thismessage line in the display, as long as the job exists. The object type must be passed in the field VAR1 and the object name inthe field VAR2. You can then branch directly to the editors. "PROG" "RSWBO040" branch to ABAP editor for report RSWBO040. Further information Notes |
711251 | BP_TR2: COMPUTE_BCD_OVERFLOW during BP conversion |