SAP ABAP Class CL_BS_SOA_PROXY_LOG (Convert application messages to Log format)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA (Application Component) Enterprise SOA
⤷
BS_SOA_REUSE_COMMON_OBJECTS (Package) Business Suite SOA: Reuseable Tools and Objects
⤷
⤷
Properties
| Class | CL_BS_SOA_PROXY_LOG | |
| Short Description | Convert application messages to Log format | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_SOA_REUSE_COMMON_OBJECTS | Business Suite SOA: Reuseable Tools and Objects |
| Created | 20080519 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BS_SOA_PROXY_LOG has no forward declaration.
Interfaces
Class CL_BS_SOA_PROXY_LOG has no interface implemented.
Friends
Class CL_BS_SOA_PROXY_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Boolean Variable (X=True, -=False, Space=Unknown) | 20081121 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_LOGPRX | 20090724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Determines error categories according to configuration | 20090309 | |
| 2 | Static method | Public | Constructor | Class Constructor | 20090724 | |
| 3 | Static method | Public | Method | Fill table of type Log from application messages | 20080519 | |
| 4 | Static method | Public | Method | Overwrite names of Log proxy elements | 20090728 |
Events
Class CL_BS_SOA_PROXY_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_LOGPRX | Public | See coding | 20090724 | tt_logprx TYPE TABLE OF ty_logprx
|
||
| 2 | TY_LOGPRX | Public | See coding | 20090724 | BEGIN OF ty_logprx,
ifr_name TYPE prx_ifrnam,
prx_name TYPE prx_r3name,
END OF ty_logprx
|
Method Signatures
Method CATEGORIZE_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_MESSAGES | Call by reference | Type reference (TYPE) | STANDARD TABLE | application errors (messages) | 20090309 |
Method CATEGORIZE_ERRORS on class CL_BS_SOA_PROXY_LOG has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BS_SOA_PROXY_LOG has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BS_SOA_PROXY_LOG has no exception.
Method FILL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BAPIRETURN_TAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | application message table | 20080519 | |||
| 2 | LOG | Call by reference | Type reference (TYPE) | ANY | message table - external view | 20080519 | |||
| 3 | PROCESSING_RESULT_CODE | Call by reference | Type reference (TYPE) | PROCESSING_RESULT_CODE | processing status | 20080519 |
Method FILL_LOG on class CL_BS_SOA_PROXY_LOG has no exception.
Method OVERWRITE_LOGPRX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LOGPRX | Call by reference | Type reference (TYPE) | TT_LOGPRX | 20090728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Application Error | 20090728 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |