SAP ABAP Class CL_FAGL_R_ARCHIVING (Reorganization: Archiving)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-REO (Application Component) General Ledger Reorganization
     FAGL_REORGANIZATION_FW (Package) Reorganization - Framework
Properties
Class CL_FAGL_R_ARCHIVING  
Short Description Reorganization: Archiving    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FAGL_REORGANIZATION    
Program status     
Category 0   
Package FAGL_REORGANIZATION_FW   Reorganization - Framework 
Created 20111222   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FAGL_R_ARCHIVING has no interface implemented.
Friends
Class CL_FAGL_R_ARCHIVING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_DEF_RESIDENCE_TIME Constant Public Type reference (TYPE) TY_RESIDENCE_TIME 1000 Recommended Residence Time 20120309
2 CON_PLAN_STATUS_COMPLETED Constant Private Type reference (TYPE) FAGL_R_PLAN_STATUS '20' Status for Closed Reorganization Plan 20120309
3 CON_TABLE_FAGL_R_PL Constant Public Type reference (TYPE) TABNAME 'FAGL_R_PL' Table for Reorganization Plan 20120309
4 CON_THIS_ARCHOBJ Constant Public Type reference (TYPE) OBJCT_TR01 'FAGL_REORG' Archiving Object 20120309
5 GT_PLTY_ACTIVE Static Attribute Private Type reference (TYPE) TY_T_FAGL_R_PLAN_TYPE Table of Activated Reorganization Plan Type 20120309
6 GT_PLTY_LOAD Static Attribute Private Type reference (TYPE) TY_T_FAGL_R_PLTY Table of Uploaded Reorganization Plan Type 20120309
7 GV_GENERAL_LOAD Static Attribute Private Type reference (TYPE) ABAP_BOOL Upload General Attributes 20120309
8 GV_PLAN_TYPE Static Attribute Private Type reference (TYPE) FAGL_R_PLAN_TYPE Reorganization Plan 20120309
9 GV_REORG_SWITCH Static Attribute Private Type reference (TYPE) ABAP_BOOL Reorganization Switch 20120309
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SY_TO_MSG Static method Public Method Assignment of System Fields to Message 20120309
2 CHECK_ARCH_REORG_DATE Static method Public Method Check Reorganization Date from Archiving Perspective 20120309
3 CHECK_IF_ACTIVE Static method Public Method Check Whether Reorganization (Plan Type) Is Activated 20120309
4 CHECK_REORG_PLAN_STATUS Static method Public Method Check Reorganization Plan Status 20120309
5 CHECK_RESIDENCE_TIME Static method Public Method Check Residence Time 20120309
6 GENERAL_LOAD Static method Private Method Upload General Class Attributes 20120309
7 GET_ARCHIVE_READY_STATUS Static method Public Method Read Status from which Archiving Is Permitted 20120309
8 GET_ARCH_REORG_DATE Static method Public Method Read Reorganization Date Until which Archiving Is Possible 20120309
9 GET_OBJECT_ID Static method Public Method Get Archiving Object ID 20120309
10 GET_PLAN_TYPE Static method Public Method Plan type that has been set can be read 20120309
11 GET_RESIDENCE_TIME Static method Public Method Read Residence Time 20120309
12 IS_ACTIVE Static method Public Method Is the reorganization (plan type) activated? 20120309
13 REORG_IS_ON Static method Public Method Is the reorganization switched on? 20120309
14 SET_PLAN_TYPE Static method Public Method Plan type can be set 20120309
Events
Class CL_FAGL_R_ARCHIVING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FAGL_R_PL Public Type reference (TYPE) FAGL_R_PL 20120309
2 TY_MAIN_OBJ Public See coding 20120309 BEGIN OF ty_main_obj, rplan TYPE fagl_r_pl-rplan, items TYPE i, END OF ty_main_obj
3 TY_MSG Public Type reference (TYPE) BAPIRETURN1 20120309
4 TY_PROCESS_INFO Public See coding 20120309 BEGIN OF ty_process_info, BEGIN OF counter, total TYPE i, processed TYPE i, commit TYPE i, error TYPE i, cancel TYPE i, END OF counter, END OF ty_process_info
5 TY_REORG_DATE Public Type reference (TYPE) FAGL_R_DATE 20120309
6 TY_RESIDENCE_TIME Public Type reference (TYPE) FAGL_R_ARCH_DEF-RESIDENCE_TIME 20120309
7 TY_TR_PLAN_STATUS Public See coding 20120309 ty_tr_plan_status TYPE RANGE OF fagl_r_pl-status
8 TY_T_FAGL_R_PL Public See coding 20120309 ty_t_fagl_r_pl TYPE STANDARD TABLE OF ty_fagl_r_pl WITH DEFAULT KEY
9 TY_T_FAGL_R_PLAN_TYPE Private See coding 20120309 TY_T_FAGL_R_PLAN_TYPE TYPE TABLE OF fagl_r_plan_type
10 TY_T_FAGL_R_PLTY Private See coding 20120309 TY_T_fagl_r_plty type standard table of fagl_r_plty with default key
11 TY_T_MAIN_OBJ Public See coding 20120309 ty_t_main_obj TYPE SORTED TABLE OF ty_main_obj WITH UNIQUE DEFAULT KEY
Method Signatures

Method ADD_SY_TO_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_MSG Call by reference Type reference (TYPE) TY_MSG 20120309

Method ADD_SY_TO_MSG on class CL_FAGL_R_ARCHIVING has no exception.

Method CHECK_ARCH_REORG_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_ARCH_REORG_DATE Call by reference Type reference (TYPE) TY_REORG_DATE 20120309
2 Importing IV_CURRENT_DATE Call by reference Type reference (TYPE) TY_REORG_DATE SY-DATUM 20120309
3 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309
# Exception Resumable Description Created on
1 ERROR 20120309

Method CHECK_IF_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BE_PRECISE Call by reference Type reference (TYPE) ABAP_BOOL 20120309
2 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE Reorganisationsplanart 20120309
# Exception Resumable Description Created on
1 NOT_ACTIVE 20120309

Method CHECK_REORG_PLAN_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_STATUS Call by reference Type reference (TYPE) FAGL_R_PLAN_STATUS 20120309
2 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309
# Exception Resumable Description Created on
1 NOT_ALLOWED 20120309

Method CHECK_RESIDENCE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESIDENCE_TIME Call by reference Type reference (TYPE) TY_RESIDENCE_TIME 20120309
# Exception Resumable Description Created on
1 ERROR 20120309
2 WARNING 20120309

Method GENERAL_LOAD Signature

Method GENERAL_LOAD on class CL_FAGL_R_ARCHIVING has no parameter.
Method GENERAL_LOAD on class CL_FAGL_R_ARCHIVING has no exception.

Method GET_ARCHIVE_READY_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETR_PLAN_STATUS Call by reference Type reference (TYPE) TY_TR_PLAN_STATUS 20120309
2 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309

Method GET_ARCHIVE_READY_STATUS on class CL_FAGL_R_ARCHIVING has no exception.

Method GET_ARCH_REORG_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ARCH_REORG_DATE Call by reference Type reference (TYPE) TY_REORG_DATE 20120309
2 Importing IV_CURRENT_DATE Call by reference Type reference (TYPE) TY_REORG_DATE 20120309
3 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309

Method GET_ARCH_REORG_DATE on class CL_FAGL_R_ARCHIVING has no exception.

Method GET_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJTEXT Call by reference Type reference (TYPE) STRING 20120309
2 Importing IS_FAGL_R_PL Call by reference Type reference (TYPE) TY_FAGL_R_PL 20120309

Method GET_OBJECT_ID on class CL_FAGL_R_ARCHIVING has no exception.

Method GET_PLAN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309

Method GET_PLAN_TYPE on class CL_FAGL_R_ARCHIVING has no exception.

Method GET_RESIDENCE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESIDENCE_TIME Call by reference Type reference (TYPE) TY_RESIDENCE_TIME 20120309
2 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309
# Exception Resumable Description Created on
1 ERROR 20120309
2 WARNING 20120309

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE Reorganisationsplanart 20120309
2 Returning RE_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20120309

Method IS_ACTIVE on class CL_FAGL_R_ARCHIVING has no exception.

Method REORG_IS_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IS_ON Value transfer Type reference (TYPE) ABAP_BOOL 20120309

Method REORG_IS_ON on class CL_FAGL_R_ARCHIVING has no exception.

Method SET_PLAN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_TYPE Call by reference Type reference (TYPE) FAGL_R_PLAN_TYPE 20120309

Method SET_PLAN_TYPE on class CL_FAGL_R_ARCHIVING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in