SAP ABAP Class CL_RSO_RES_IS_LOGS (Messages, Logs,...)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_RES_REPOSITORY (Package) Package for Repository related objects
⤷
⤷
Properties
| Class | CL_RSO_RES_IS_LOGS | |
| Short Description | Messages, Logs,... | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSO_RES_REPOSITORY | Package for Repository related objects |
| Created | 20130215 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSO_RES_IS_LOGS has no interface implemented.
Friends
Class CL_RSO_RES_IS_LOGS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20130215 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | EFG_TAB_ITCDP | Table Type itcdp | 20130215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130215 | ||
| 2 | Instance method | Public | Method | 20130215 | ||
| 3 | Instance method | Private | Method | 20130217 | ||
| 4 | Instance method | Public | Method | 20130217 | ||
| 5 | Instance method | Public | Method | 20130215 | ||
| 6 | Instance method | Public | Constructor | CONSTRUCTOR | 20130215 | |
| 7 | Instance method | Private | Method | 20130215 | ||
| 8 | Instance method | Private | Method | 20130215 | ||
| 9 | Instance method | Public | Method | 20130429 | ||
| 10 | Instance method | Public | Method | 20130215 | ||
| 11 | Instance method | Public | Method | 20130709 | ||
| 12 | Instance method | Private | Method | 20130215 | ||
| 13 | Instance method | Public | Method | 20130215 | ||
| 14 | Instance method | Private | Method | 20130215 |
Events
Class CL_RSO_RES_IS_LOGS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_MSGTY_TXT | Public | Type reference (TYPE) | STRING | 20130218 | |
|
| 2 | TN_MSG_LONGTEXT | Public | Type reference (TYPE) | XSTRING | 20130218 | |
|
| 3 | TN_S_APPL_LOG_HDR | Public | See coding | 20130215 | BEGIN OF tn_s_appl_log_hdr,
s_header TYPE tn_s_appl_log_header,
datetime TYPE xsddatetime_z,
object_txt TYPE string,
subobject_txt TYPE string,
processing_txt TYPE string,
problemclass_txt TYPE string,
t_links TYPE if_atom_types=>link_t,
END OF tn_s_appl_log_hdr
|
||
| 4 | TN_S_APPL_LOG_HEADER | Public | Type reference (TYPE) | BALHDR | 20130215 | |
|
| 5 | TN_S_APPL_LOG_LOGNO | Public | Type reference (TYPE) | SZAL_LOGNUMBER | 20130217 | |
|
| 6 | TN_S_APPL_LOG_MESSAGES | Public | Type reference (TYPE) | BALM | 20130215 | |
|
| 7 | TN_S_APPL_LOG_SELECTION | Public | See coding | 20130215 | BEGIN OF tn_s_appl_log_selection,
start_tstmp TYPE timestamp,
end_tstmp TYPE timestamp,
username TYPE syuname,
END OF tn_s_appl_log_selection
|
||
| 8 | TN_S_MESSAGES | Public | See coding | 20130215 | BEGIN OF tn_s_messages,
txt TYPE string,
identifier TYPE string,
has_longtext TYPE rs_bool,
s_message TYPE tn_s_appl_log_messages,
msgty TYPE symsgty,
msgty_txt TYPE tn_msgty_txt,
t_links TYPE if_atom_types=>link_t,
END OF tn_s_messages
|
||
| 9 | TN_S_RESULT_APPL_LOG | Public | See coding | 20130218 | BEGIN OF tn_s_result_appl_log,
s_header TYPE tn_s_appl_log_hdr,
t_messages TYPE tn_t_messages,
END OF tn_s_result_appl_log
|
||
| 10 | TN_S_RESULT_APPL_LOG_LOGNO | Public | See coding | 20130217 | BEGIN OF tn_s_result_appl_log_logno,
lognumber TYPE balognr,
t_messages TYPE tn_t_messages,
END OF tn_s_result_appl_log_logno
|
||
| 11 | TN_T_APPL_LOG_HEADER | Public | See coding | 20130215 | tn_t_appl_log_header TYPE STANDARD TABLE OF balhdr WITH DEFAULT KEY
|
||
| 12 | TN_T_APPL_LOG_LOGNO | Public | See coding | 20130217 | tn_t_appl_log_logno TYPE STANDARD TABLE OF tn_s_appl_log_logno WITH DEFAULT KEY
|
||
| 13 | TN_T_APPL_LOG_MESSAGES | Public | See coding | 20130215 | tn_t_appl_log_messages TYPE STANDARD TABLE OF balm WITH DEFAULT KEY
|
||
| 14 | TN_T_MESSAGES | Public | See coding | 20130215 | tn_t_messages TYPE STANDARD TABLE OF tn_s_messages WITH DEFAULT KEY
|
||
| 15 | TN_T_MSG_LONGTEXT | Public | See coding | 20130215 | tn_t_msg_longtext TYPE STANDARD TABLE OF tn_msg_longtext WITH DEFAULT KEY
|
||
| 16 | TN_T_RESULT_APPL_LOG | Public | See coding | 20130218 | tn_t_result_appl_log TYPE STANDARD TABLE OF tn_s_result_appl_log WITH DEFAULT KEY
|
||
| 17 | TN_T_RESULT_APPL_LOG_LOGNO | Public | See coding | 20130217 | tn_t_result_appl_log_logno TYPE STANDARD TABLE OF tn_s_result_appl_log_logno WITH DEFAULT KEY
|
Method Signatures
Method APPL_LOG_CNV_TO_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_HEADER | Call by reference | Type reference (TYPE) | TN_T_APPL_LOG_HEADER | 20130215 | ||||
| 2 | I_T_MESSAGES | Call by reference | Type reference (TYPE) | TN_T_APPL_LOG_MESSAGES | 20130215 | ||||
| 3 | R_T_RESULT | Value transfer | Type reference (TYPE) | TN_T_RESULT_APPL_LOG | 20130215 |
Method APPL_LOG_CNV_TO_RESULT on class CL_RSO_RES_IS_LOGS has no exception.
Method APPL_LOG_GET_SHORTTXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RS_S_MSG | 20130215 | ||||
| 2 | R_SHORTTEXT | Value transfer | Type reference (TYPE) | STRING | 20130215 |
Method APPL_LOG_GET_SHORTTXT on class CL_RSO_RES_IS_LOGS has no exception.
Method APPL_LOG_LOGNO_CNV_TO_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGNUMBER | Call by reference | Type reference (TYPE) | BALOGNR | Application log: log number | 20130218 | |||
| 2 | I_T_MESSAGES | Call by reference | Type reference (TYPE) | TN_T_APPL_LOG_MESSAGES | 20130217 | ||||
| 3 | R_T_RESULT_APPL_LOG_LOGNO | Value transfer | Type reference (TYPE) | TN_T_RESULT_APPL_LOG_LOGNO | 20130217 |
Method APPL_LOG_LOGNO_CNV_TO_RESULT on class CL_RSO_RES_IS_LOGS has no exception.
Method APPL_LOG_LOGNO_READ_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGNUMBER | Call by reference | Type reference (TYPE) | BALOGNR | Application log: log number | 20130217 | |||
| 2 | R_T_RESULT_APPL_LOG_LOGNO | Value transfer | Type reference (TYPE) | TN_T_RESULT_APPL_LOG_LOGNO | 20130217 |
Method APPL_LOG_LOGNO_READ_DB on class CL_RSO_RES_IS_LOGS has no exception.
Method APPL_LOG_READ_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_SELECTION | Call by reference | Type reference (TYPE) | TN_S_APPL_LOG_SELECTION | 20130215 | ||||
| 2 | R_T_RESULT | Value transfer | Type reference (TYPE) | TN_T_RESULT_APPL_LOG | 20130215 |
Method APPL_LOG_READ_DB on class CL_RSO_RES_IS_LOGS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSO_RES_IS_LOGS has no parameter.
Method CONSTRUCTOR on class CL_RSO_RES_IS_LOGS has no exception.
Method GET_APPL_LOG_PROBLEMCLASS_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROBLEMCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | Application log: Message problem class | 20130215 | |||
| 2 | R_TXT | Value transfer | Type reference (TYPE) | STRING | 20130215 |
Method GET_APPL_LOG_PROBLEMCLASS_TXT on class CL_RSO_RES_IS_LOGS has no exception.
Method GET_APPL_LOG_PROCESSING_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCESSING_MODE | Call by reference | Type reference (TYPE) | BALMODE | Application Log: Operating mode (Batch,Batch Input,Dialog) | 20130215 | |||
| 2 | R_TXT | Value transfer | Type reference (TYPE) | STRING | 20130215 |
Method GET_APPL_LOG_PROCESSING_TXT on class CL_RSO_RES_IS_LOGS has no exception.
Method GET_ATOM_LINK_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RS_S_MSG | 20130429 | ||||
| 2 | R_S_LINK | Value transfer | Type reference (TYPE) | IF_ATOM_TYPES=>LINK_S | Link structure according to spec | 20130429 |
Method GET_ATOM_LINK_LONGTEXT on class CL_RSO_RES_IS_LOGS has no exception.
Method GET_MESSAGE_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDENTIFIER | Call by reference | Type reference (TYPE) | STRING | 20130215 | ||||
| 2 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130215 | |||
| 3 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130215 | |||
| 4 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130215 | |||
| 5 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130215 | |||
| 6 | R_S_MESSAGE_LONGTEXT | Value transfer | Type reference (TYPE) | TN_MSG_LONGTEXT | 20130218 |
Method GET_MESSAGE_LONGTEXT on class CL_RSO_RES_IS_LOGS has no exception.
Method GET_MSGTY_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20130709 | |||
| 2 | R_TXT | Value transfer | Type reference (TYPE) | STRING | 20130709 |
Method GET_MSGTY_TEXT on class CL_RSO_RES_IS_LOGS has no exception.
Method GET_MSG_IDENTIFIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RS_S_MSG | 20130215 | ||||
| 2 | R_IDENTIFIER | Value transfer | Type reference (TYPE) | STRING | 20130215 |
Method GET_MSG_IDENTIFIER on class CL_RSO_RES_IS_LOGS has no exception.
Method HAS_MSG_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RS_S_MSG | 20130215 | ||||
| 2 | R_HAS_LONGTEXT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130215 |
Method HAS_MSG_LONGTEXT on class CL_RSO_RES_IS_LOGS has no exception.
Method RESOLVE_MSG_IDENTIFIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDENTIFIER | Value transfer | Type reference (TYPE) | STRING | 20130215 | ||||
| 2 | R_S_MSG | Value transfer | Type reference (TYPE) | RS_S_MSG | 20130215 |
Method RESOLVE_MSG_IDENTIFIER on class CL_RSO_RES_IS_LOGS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |