SAP ABAP Interface IF_PSJ_GLOBAL_JOURNAL (Interface for Cross-System Reading)
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

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PSJ_GLOBAL_JOURNAL | Global Journal | 20080417 |
Properties
Interface | IF_PSJ_GLOBAL_JOURNAL | |
Short Description | Interface for Cross-System Reading |
General Data
Package | FS_PSJ_CORE | Core Functionality for Process Step Journal |
Created | 20080325 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CX_JOURNAL_ACCESS_ERROR | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | IF_PSJ_BDMMV_DERIVATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_PSJ_JOURNAL_READ | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_PSJ_GLOBAL_JOURNAL has no interface.
Friends
Interface IF_PSJ_GLOBAL_JOURNAL has no friend.
Attributes
Interface IF_PSJ_GLOBAL_JOURNAL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Derive Message Flow View (BDMMV) | 20090119 |
2 | ![]() |
Instance method | Public | Method | Read Entries from Process Activity Overview | 20080325 |
Events
Interface IF_PSJ_GLOBAL_JOURNAL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_BDMMV | Public | See coding | 20090123 | begin of TY_S_BDMMV ,
BDM_ID type PSJ_STEP_ID,
BDM_REFERENCE_ID type PSJ_STEP_ID,
TRANSMISSION_STATUS_CODE type psj_transmission_state,
BPCA_ID type PSJ_PROCESS_ID,
SENDER_BUSINESS_SYSTEM_ID type PSJ_SYSTEM_ID,
RECIPIENT_BUSINESS_SYSTEM_ID type PSJ_SYSTEM_ID,
TECHNICAL_MESSAGE_ID type PSJ_TECHNICAL_REFERENCE_ID,
INBOUND_ERROR_UUID type SYSUUID_C,
STATUS_HISTORY_ITEM type IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY,
end of TY_S_BDMMV
|
||
2 | TY_S_ERROR_LOG | Public | See coding | 20090123 | begin of TY_S_ERROR_LOG,
MAXIMUM_LOG_ITEM_SEVERITY_CODE type C length 1, "FSL_DTE_GDT_LOG_ITEM_SEVERITY
BUS_DOC_PROCESSING_RESULT_CODE type C length 2, "FSL_DTE_GDT_PROC_RESULT_CODE
ITEM type TY_T_LOG_ITEM,
end of TY_S_ERROR_LOG
|
||
3 | TY_S_LOG_ITEM | Public | See coding | 20090123 | begin of TY_S_LOG_ITEM,
TYPE_ID type C length 40, "FSL_DTE_CDT_IDENTIFIER
CATEGORY_CODE type TY_S_LOG_ITEM_CAT_CODE,
SEVERITY_CODE type C length 1, "FSL_DTE_GDT_LOG_ITEM_SEVERITY
REF_OBJ_NODE_SENDER_TECH_ID type C length 70, "FSL_DTE_GDT_OBJ_NODE_TECH_ID
REF_MSG_ELEMENT_NAME type STRING, "FSL_DTE_GDT_NAME
NOTE type C length 200,
NOTE_TEMPLATE_TEXT type C length 73, "FSL_DTE_GDT_LOG_IT_NT_TMPL_TXT
NOTE_PLACE_HOLDER_SUB_LIST type TY_S_LOG_ITEM_NT_PH_SL,
WEB_URI type STRING, "FSL_DTE_GDT_WEB_URI
end of TY_S_LOG_ITEM
|
||
4 | TY_S_LOG_ITEM_CAT_CODE | Public | See coding | 20090123 | begin of TY_S_LOG_ITEM_CAT_CODE,
LIST_ID type C length 60,
LIST_VERSION_ID type C length 15,
LIST_AGENCY_ID type C length 60,
LIST_AGENCY_SCHEME_ID type C length 60,
LIST_AGENCY_SCHEME_AGENCY_ID type C length 3,
CONTENT type C length 15, "FSL_DTE_GDT_LOG_ITEM_CAT_CODE
end of TY_S_LOG_ITEM_CAT_CODE
|
||
5 | TY_S_LOG_ITEM_NT_PH_SL | Public | See coding | 20090123 | begin of TY_S_LOG_ITEM_NT_PH_SL,
FIRST_PLACE_HOLDER_ID type C length 1, "FSL_DTE_GDT_LOG_IT_TMPL_PH_ID
FIRST_PLACE_HOLDER_SUB_TEXT type C length 50 , "FSL_DTE_GDT_LOG_IT_PL_SUB_TXT
SECOND_PLACE_HOLDER_ID type C length 1, "FSL_DTE_GDT_LOG_IT_TMPL_PH_ID
SECOND_PLACE_HOLDER_SUB_TEXT type C length 50 , "FSL_DTE_GDT_LOG_IT_PL_SUB_TXT
THIRD_PLACE_HOLDER_ID type C length 1, "FSL_DTE_GDT_LOG_IT_TMPL_PH_ID
THIRD_PLACE_HOLDER_SUB_TEXT type C length 50 , "FSL_DTE_GDT_LOG_IT_PL_SUB_TXT
FOURTH_PLACE_HOLDER_ID type C length 1, "FSL_DTE_GDT_LOG_IT_TMPL_PH_ID
FOURTH_PLACE_HOLDER_SUB_TEXT type C length 50 , "FSL_DTE_GDT_LOG_IT_PL_SUB_TXT
end of TY_S_LOG_ITEM_NT_PH_SL
|
||
6 | TY_T_BDMMV | Public | See coding | 20090123 | TY_T_BDMMV type standard table of TY_S_BDMMV with default key
|
||
7 | TY_T_LOG_ITEM | Public | See coding | 20090123 | TY_T_LOG_ITEM type standard table of TY_S_LOG_ITEM with default key
|
Method Signatures
Method GET_BDMMV_FROM_JRNL_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ERROR_LOG | Call by reference | Type reference (TYPE) | TY_S_ERROR_LOG | 20090123 | |||
2 | ![]() |
ET_BDMMV | Call by reference | Type reference (TYPE) | TY_T_BDMMV | 20090119 |
Method GET_BDMMV_FROM_JRNL_ENTRIES on Interface IF_PSJ_GLOBAL_JOURNAL has no exception.
Method READ_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ERROR_LOG | Call by reference | Type reference (TYPE) | TY_S_ERROR_LOG | 20090123 | |||
2 | ![]() |
ET_STEPS | Call by reference | Type reference (TYPE) | IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY | Journaleinträge | 20080818 |
Method READ_STEPS on Interface IF_PSJ_GLOBAL_JOURNAL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 300 |