SAP ABAP Interface IF_PSJ_JOURNAL_WRITE (Interface for Writing in the Process Activity Log)
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_JOURNAL_WRITE | Local Write Interface to the Journal | 20080325 |
Properties
Interface | IF_PSJ_JOURNAL_WRITE | |
Short Description | Interface for Writing in the Process Activity Log |
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 | IF_PSJ_JOURNAL_READ | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | IF_PSJ_JOURNAL_WRITE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_PSJ_JOURNAL_WRITE has no interface.
Friends
Interface IF_PSJ_JOURNAL_WRITE has no friend.
Attributes
Interface IF_PSJ_JOURNAL_WRITE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Write Entry in the Process Activity Log | 20080325 |
2 | ![]() |
Instance method | Public | Method | Write Entries in the Process Activity Log | 20080325 |
Events
Interface IF_PSJ_JOURNAL_WRITE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_STEP_EXTERNAL_KEY | Public | See coding | 20080812 | BEGIN OF ty_s_step_external_key,
external_journal_entry_id TYPE psj_journal_entry_id,
END OF ty_s_step_external_key
|
||
2 | TY_S_WRITE_STEP_ENTRY | Public | See coding | 20080331 | BEGIN OF ty_s_write_step_entry.
INCLUDE TYPE ty_s_step_external_key.
INCLUDE TYPE if_psj_journal_read=>ty_s_step_data.
INCLUDE TYPE if_psj_journal_read=>ty_s_admin_data.
TYPES END OF ty_s_write_step_entry
|
||
3 | TY_T_WRITE_STEP_ENTRY | Public | See coding | 20080331 | ty_t_write_step_entry TYPE standard TABLE OF ty_s_write_step_entry WITH DEFAULT KEY
|
Method Signatures
Method WRITE_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ADMIN_DATA | Call by reference | Type reference (TYPE) | IF_PSJ_JOURNAL_READ=>TY_S_ADMIN_DATA | Administrative Daten | 20080807 | ||
2 | ![]() |
IS_STEP_DATA | Call by reference | Type reference (TYPE) | IF_PSJ_JOURNAL_READ=>TY_S_STEP_DATA | IS_STEP | 20080812 | ||
3 | ![]() |
IV_EXTERNAL_ENTRY_ID | Call by reference | Type reference (TYPE) | PSJ_JOURNAL_ENTRY_ID | Id eines Journaleintrags | 20080812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme ungültiger Protokolleintrag | 20090422 |
Method WRITE_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_STEPS | Call by reference | Type reference (TYPE) | IF_PSJ_JOURNAL_WRITE=>TY_T_WRITE_STEP_ENTRY | IT_STEPS | 20080325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme ungültiger Protokolleintrag | 20090422 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 300 |