SAP ABAP Class IF_PSJ_JOURNAL_READ (Interface for Reading Entries in the Process Activity Log)
Properties
Class IF_PSJ_JOURNAL_READ  
Short Description Interface for Reading Entries in the Process Activity Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080325   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_PSJ_JOURNAL_READ has no forward declaration.
Interfaces
Class IF_PSJ_JOURNAL_READ has no interface implemented.
Friends
Class IF_PSJ_JOURNAL_READ has no friend class.
Attributes
Class 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
Class 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