SAP ABAP Class IF_FSL_JOURNAL_ENTRY_MASS_HLPR (Help Functionality for Access to ProcessStepJournal (PSJ))
Properties
| Class | IF_FSL_JOURNAL_ENTRY_MASS_HLPR | |
| Short Description | Help Functionality for Access to ProcessStepJournal (PSJ) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080804 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FSL_JOURNAL_ENTRY_MASS_HLPR has no interface implemented.
Friends
Class IF_FSL_JOURNAL_ENTRY_MASS_HLPR has no friend class.
Attributes
Class IF_FSL_JOURNAL_ENTRY_MASS_HLPR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read PSJ Entries (in FSL Format) Using BPCA_ID | 20080805 | |
| 2 | Instance method | Public | Method | Write PSJ Entries (in FSL Format) | 20080805 |
Events
Class IF_FSL_JOURNAL_ENTRY_MASS_HLPR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_STR_ADD_JOURNAL_ENTRY | Public | See coding | 20080804 | begin of t_str_add_journal_entry,
journal_entry_id type fsl_dte_journal_entry_id,
previous_journal_entry_id type fsl_dte_journal_entry_id,
origin_business_system_id type fsl_dte_business_system_id,
activity_group_id type fsl_dte_activity_group_id,
activity_status_code type ref to ce_fsl_activity_status_code,
activity_name type fsl_dte_activity_name,
activity_type type ref to ce_fsl_activity_type,
activity_direction type ref to ce_fsl_activity_direction_code,
activity_technical_id type fsl_dte_activity_technical_id,
previous_activity_group_id type fsl_dte_activity_group_id,
activity_status_chg_timestamp type timestampl,
user_name type syuname,
end of t_str_add_journal_entry
|
||
| 2 | T_STR_JOURNAL_ENTRY | Public | See coding | 20080804 | begin of t_str_journal_entry,
journal_entry_id type fsl_dte_journal_entry_id, "char40
previous_journal_entry_id type fsl_dte_journal_entry_id, "char40
process_id type fsl_dte_bpca_id, "char32
origin_business_system_id type fsl_dte_business_system_id, "char60
activity_group_id type fsl_dte_activity_group_id, "step_id (char35)
activity_status_code type ref to ce_fsl_activity_status_code, "action
activity_name type fsl_dte_activity_name, "step_name (char255)
activity_type type ref to ce_fsl_activity_type, "step_type
activity_direction type ref to ce_fsl_activity_direction_code,
activity_technical_id type fsl_dte_activity_technical_id, "char100
previous_activity_group_id type fsl_dte_activity_group_id, "previous_step_id char35
activity_status_chg_timestamp type timestampl,
user_name type syuname,
end of t_str_journal_entry
|
||
| 3 | T_TAB_ADD_JOURNAL_ENTRY | Public | See coding | 20080804 | t_tab_add_journal_entry type standard table of if_fsl_journal_entry_mass_hlpr=>t_str_add_journal_entry with default key
|
||
| 4 | T_TAB_JOURNAL_ENTRY | Public | See coding | 20080804 | t_tab_journal_entry type standard table of if_fsl_journal_entry_mass_hlpr=>t_str_journal_entry with default key
|
Method Signatures
Method READ_ENTRIES_BY_BPCA_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STR_LOG | Call by reference | Type reference (TYPE) | FSL_STR_GDT_LOG | Representation für GDT Log | 20080805 | |||
| 2 | E_TAB_ENTRIES | Call by reference | Type reference (TYPE) | IF_FSL_JOURNAL_ENTRY_MASS_HLPR=>T_TAB_JOURNAL_ENTRY | 20080805 | ||||
| 3 | I_BPCA_ID | Call by reference | Type reference (TYPE) | FSL_DTE_BPCA_ID | Repräsentation für GDT BusinessProcessChainUUID | 20080805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler in Service Implementierung | 20080805 | ||
| 2 | Fehlerhafter Parameter | 20080805 |
Method WRITE_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_ENTRIES | Call by reference | Type reference (TYPE) | IF_FSL_JOURNAL_ENTRY_MASS_HLPR=>T_TAB_ADD_JOURNAL_ENTRY | 20080805 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerhafter Parameter | 20080805 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |