SAP ABAP Class CL_BCFG_BCSET_UTIL_LOG_HELPER (util to handle log messages)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
⤷
S_BCFG_SCPR_IMPL (Package) Business Configuration Support SCPR Implementation

⤷

⤷

Properties
Class | CL_BCFG_BCSET_UTIL_LOG_HELPER | |
Short Description | util to handle log messages | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_BCFG_SCPR_IMPL | Business Configuration Support SCPR Implementation |
Created | 20100611 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BCFG_BCSET_UTIL_LOG_HELPER has no forward declaration.
Interfaces
Class CL_BCFG_BCSET_UTIL_LOG_HELPER has no interface implemented.
Friends
Class CL_BCFG_BCSET_UTIL_LOG_HELPER has no friend class.
Attributes
Class CL_BCFG_BCSET_UTIL_LOG_HELPER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | converts log to string table | 20110321 |
2 | ![]() |
Static method | Public | Method | converts log to string | 20100716 |
3 | ![]() |
Static method | Public | Method | convert the transport log format from cts_wbo into bapiret2 | 20110615 |
4 | ![]() |
Static method | Public | Method | deletes SCPR log messages from persistence layer | 20100611 |
5 | ![]() |
Static method | Public | Method | deletes log by container / BC set id | 20100714 |
6 | ![]() |
Static method | Private | Method | internal utility | 20110329 |
7 | ![]() |
Static method | Public | Method | extracts SCPR log messages from persistence layer | 20100611 |
8 | ![]() |
Static method | Public | Method | returns log by container / BC set id | 20101122 |
9 | ![]() |
Static method | Private | Method | internal utility | 20110329 |
Events
Class CL_BCFG_BCSET_UTIL_LOG_HELPER has no event.
Types
Class CL_BCFG_BCSET_UTIL_LOG_HELPER has no local type.
Method Signatures
Method CONVERT_LOG_TO_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_LOG | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20110321 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | CL_BCFG_UTIL_STRING=>TY_T_STRING_LIST | 20110321 |
Method CONVERT_LOG_TO_MESSAGES on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method CONVERT_LOG_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_LOG | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20100716 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20100716 |
Method CONVERT_LOG_TO_STRING on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method CONVERT_TR_LOG_TO_BAPIRET2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_LOG_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20110615 | ||
2 | ![]() |
IT_TR_LOG | Call by reference | Type reference (TYPE) | CTS_MESSAGES | WBO Remote API: Messages for Result of Action | 20110615 |
Method CONVERT_TR_LOG_TO_BAPIRET2 on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method DELETE_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOG_ID | Call by reference | Type reference (TYPE) | STRING | 20100714 |
Method DELETE_LOG on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method DELETE_LOG_BY_BCSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20100714 |
Method DELETE_LOG_BY_BCSET on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method ENRICH_LOG_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_LOG_DETAILS | Call by reference | Type reference (TYPE) | BCFG_T_LOG_DETAILS | 20110329 | |||
2 | ![]() |
IS_LOG_ENTRY | Call by reference | Type reference (TYPE) | SCPRACPM | 20110329 |
Method ENRICH_LOG_DETAIL on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method EXTRACT_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOG_DETAILS | Call by reference | Type reference (TYPE) | BCFG_T_LOG_DETAILS | Table of log details in BCFG API | 20110321 | ||
2 | ![]() |
ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20110324 | |||
3 | ![]() |
IV_LOG_ID | Call by reference | Type reference (TYPE) | STRING | 20100714 |
Method EXTRACT_LOG on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method EXTRACT_LOG_BY_BCSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20101122 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | BAPIRET2_T | 20101122 |
Method EXTRACT_LOG_BY_BCSET on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
Method EXTRACT_LOG_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOG_ID | Call by reference | Type reference (TYPE) | STRING | 20110329 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | BCFG_T_LOG_DETAILS | 20110329 |
Method EXTRACT_LOG_DETAILS on class CL_BCFG_BCSET_UTIL_LOG_HELPER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |