SAP ABAP Interface IF_PSJ_JOURNAL_READ (Interface for Reading Entries 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
Properties
Interface IF_PSJ_JOURNAL_READ  
Short Description Interface for Reading Entries 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
Interface IF_PSJ_JOURNAL_READ has no forward declaration.
Interfaces
Interface IF_PSJ_JOURNAL_READ has no interface.
Friends
Interface IF_PSJ_JOURNAL_READ has no friend.
Attributes
Interface IF_PSJ_JOURNAL_READ has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 READ_STEPS Instance method Public Method Read Entries from Process Activity Log 20080325
Events
Interface IF_PSJ_JOURNAL_READ has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding TAB 20080325 tab TYPE standard TABLE OF REF TO if_psj_journal_read WITH DEFAULT KEY
2 TY_S_ADMIN_DATA Public See coding 20080811 BEGIN OF ty_s_admin_data, system_id TYPE psj_system_id, timestamp TYPE timestampl, username TYPE syuname, END OF ty_s_admin_data
3 TY_S_PROCESS_STEP_ENTRY Public See coding TY_S_PROCESS_STEP_ENTRY 20080325 BEGIN OF ty_s_process_step_entry. INCLUDE TYPE ty_s_step_key. INCLUDE TYPE ty_s_step_data. INCLUDE TYPE ty_s_admin_data. TYPES END OF ty_s_process_step_entry
4 TY_S_STEP_DATA Public See coding 20080811 BEGIN OF ty_s_step_data, process_id TYPE psj_process_id, step_id TYPE psj_step_id, action TYPE psj_action, direction type psj_entry_direction, step_name TYPE psj_step_name, step_type TYPE psj_step_type, parent_entry_id TYPE psj_journal_entry_id, parent_step_id TYPE psj_step_id, tech_ref_id TYPE psj_technical_reference_id, END OF ty_s_step_data
5 TY_S_STEP_KEY Public See coding 20080811 BEGIN OF ty_s_step_key, journal_entry_id TYPE psj_journal_entry_id, END OF ty_s_step_key
6 TY_T_PROCESS_STEP_ENTRY Public See coding TY_T_PROCESS_STEP_ENTRY 20080325 ty_t_process_step_entry TYPE standard TABLE OF ty_s_process_step_entry WITH DEFAULT KEY
Method Signatures

Method READ_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STEPS Value transfer Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY RT_STEPS 20080325
# Exception Resumable Description Created on
1 CX_JOURNAL_ACCESS_ERROR Fehler beim Zugriff auf lokales Journal 20080818
History
Last changed by/on SAP  20110908 
SAP Release Created in 300