SAP ABAP Class CL_PSJ_HELPER (Help Class for PSJ)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
FS (Application Component) Financial Services
⤷
FS_PSJ_CORE (Package) Core Functionality for Process Step Journal
⤷
⤷
Properties
| Class | CL_PSJ_HELPER | |
| Short Description | Help Class for PSJ | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FS_PSJ_CORE | Core Functionality for Process Step Journal |
| Created | 20090212 | SAP |
| Last change | 20110908 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_PSJ_HELPER has no interface implemented.
Friends
Class CL_PSJ_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_T_STATUS_CODE_MATRIX | 20090417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090417 | |
| 2 | Static method | Public | Method | 20090526 | ||
| 3 | Static method | Public | Method | 20090212 | ||
| 4 | Static method | Public | Method | Gets Results Status | 20090417 |
Events
Class CL_PSJ_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_STATUS_CODE_MATRIX | Public | See coding | 20090417 | begin of Ty_S_STATUS_CODE_MATRIX,
direction type psj_entry_direction,
step_type type psj_step_type,
action type psj_action,
status_code type psj_transmission_state,
illegal_write_entry type abap_bool,
msgno type sy-msgno,
end of ty_s_status_code_matrix
|
||
| 2 | TY_T_STATUS_CODE_MATRIX | Public | See coding | 20090417 | ty_t_status_code_matrix type sorted table of ty_s_status_code_matrix
with unique key primary_key components direction step_type action
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PSJ_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PSJ_HELPER has no exception.
Method S_DETERMINE_MAX_SEVERITY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LOG_ITEM | Call by reference | Type reference (TYPE) | IF_PSJ_GLOBAL_JOURNAL=>TY_T_LOG_ITEM | 20090526 | ||||
| 2 | RV_MAX_SEVERITY_CODE | Value transfer | Type reference (TYPE) | PSJ_LOG_ITEM_SEVERITY | Fehlerschwere eines Protokolleintrags | 20090526 |
Method S_DETERMINE_MAX_SEVERITY_CODE on class CL_PSJ_HELPER has no exception.
Method S_FILL_LOG_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE_ID | Call by reference | Type reference (TYPE) | SYMSGID | SY-MSGID | Nachrichtenklasse | 20090212 | ||
| 2 | I_MESSAGE_NO | Call by reference | Type reference (TYPE) | SYMSGNO | SY-MSGNO | Nachrichtennummer | 20090212 | ||
| 3 | I_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | SY-MSGTY | Nachrichtentyp | 20090212 | ||
| 4 | I_MESSAGE_VAR1 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV1 | 20090212 | |||
| 5 | I_MESSAGE_VAR2 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV2 | 20090212 | |||
| 6 | I_MESSAGE_VAR3 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV3 | 20090212 | |||
| 7 | I_MESSAGE_VAR4 | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-MSGV4 | 20090212 | |||
| 8 | R_LOG_ITEM | Value transfer | Type reference (TYPE) | IF_PSJ_GLOBAL_JOURNAL=>TY_S_LOG_ITEM | 20090212 |
Method S_FILL_LOG_ITEM on class CL_PSJ_HELPER has no exception.
Method S_GET_RESULT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEY | Call by reference | Type reference (TYPE) | TY_S_STATUS_CODE_MATRIX | 20090417 | ||||
| 2 | RS_RESULT | Value transfer | Type reference (TYPE) | TY_S_STATUS_CODE_MATRIX | 20090417 |
Method S_GET_RESULT_STATE on class CL_PSJ_HELPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 300 |