SAP ABAP Class IF_PSJ_JOURNAL_WRITE (Interface for Writing in the Process Activity Log)
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
Class IF_PSJ_JOURNAL_WRITE  
Short Description Interface for Writing 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
# 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
Class IF_PSJ_JOURNAL_WRITE has no interface implemented.
Friends
Class IF_PSJ_JOURNAL_WRITE has no friend class.
Attributes
Class IF_PSJ_JOURNAL_WRITE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 WRITE_STEP Instance method Public Method Write Entry in the Process Activity Log 20080325
2 WRITE_STEPS Instance method Public Method Write Entries in the Process Activity Log 20080325
Events
Class 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 Importing IS_ADMIN_DATA Call by reference Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_S_ADMIN_DATA Administrative Daten 20080807
2 Importing IS_STEP_DATA Call by reference Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_S_STEP_DATA IS_STEP 20080812
3 Importing IV_EXTERNAL_ENTRY_ID Call by reference Type reference (TYPE) PSJ_JOURNAL_ENTRY_ID Id eines Journaleintrags 20080812
# Exception Resumable Description Created on
1 CX_PSJ_INVALID_ENTRY Ausnahme ungültiger Protokolleintrag 20090422

Method WRITE_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 CX_PSJ_INVALID_ENTRY Ausnahme ungültiger Protokolleintrag 20090422
History
Last changed by/on SAP  20110908 
SAP Release Created in