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 | 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 | Constant | Public | Type reference (TYPE) | TY_RESIDENCE_TIME | 1000 | Recommended Residence Time | 20120309 | ||
| 2 | Constant | Private | Type reference (TYPE) | FAGL_R_PLAN_STATUS | '20' | Status for Closed Reorganization Plan | 20120309 | ||
| 3 | Constant | Public | Type reference (TYPE) | TABNAME | 'FAGL_R_PL' | Table for Reorganization Plan | 20120309 | ||
| 4 | Constant | Public | Type reference (TYPE) | OBJCT_TR01 | 'FAGL_REORG' | Archiving Object | 20120309 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | TY_T_FAGL_R_PLAN_TYPE | Table of Activated Reorganization Plan Type | 20120309 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TY_T_FAGL_R_PLTY | Table of Uploaded Reorganization Plan Type | 20120309 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Upload General Attributes | 20120309 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | FAGL_R_PLAN_TYPE | Reorganization Plan | 20120309 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | Reorganization Switch | 20120309 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Assignment of System Fields to Message | 20120309 | |
| 2 | Static method | Public | Method | Check Reorganization Date from Archiving Perspective | 20120309 | |
| 3 | Static method | Public | Method | Check Whether Reorganization (Plan Type) Is Activated | 20120309 | |
| 4 | Static method | Public | Method | Check Reorganization Plan Status | 20120309 | |
| 5 | Static method | Public | Method | Check Residence Time | 20120309 | |
| 6 | Static method | Private | Method | Upload General Class Attributes | 20120309 | |
| 7 | Static method | Public | Method | Read Status from which Archiving Is Permitted | 20120309 | |
| 8 | Static method | Public | Method | Read Reorganization Date Until which Archiving Is Possible | 20120309 | |
| 9 | Static method | Public | Method | Get Archiving Object ID | 20120309 | |
| 10 | Static method | Public | Method | Plan type that has been set can be read | 20120309 | |
| 11 | Static method | Public | Method | Read Residence Time | 20120309 | |
| 12 | Static method | Public | Method | Is the reorganization (plan type) activated? | 20120309 | |
| 13 | Static method | Public | Method | Is the reorganization switched on? | 20120309 | |
| 14 | 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 | 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 | IV_CHECK_ARCH_REORG_DATE | Call by reference | Type reference (TYPE) | TY_REORG_DATE | 20120309 | ||||
| 2 | IV_CURRENT_DATE | Call by reference | Type reference (TYPE) | TY_REORG_DATE | SY-DATUM | 20120309 | |||
| 3 | IV_PLAN_TYPE | Call by reference | Type reference (TYPE) | FAGL_R_PLAN_TYPE | 20120309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120309 |
Method CHECK_IF_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BE_PRECISE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120309 | ||||
| 2 | IV_PLAN_TYPE | Call by reference | Type reference (TYPE) | FAGL_R_PLAN_TYPE | Reorganisationsplanart | 20120309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120309 |
Method CHECK_REORG_PLAN_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_STATUS | Call by reference | Type reference (TYPE) | FAGL_R_PLAN_STATUS | 20120309 | ||||
| 2 | IV_PLAN_TYPE | Call by reference | Type reference (TYPE) | FAGL_R_PLAN_TYPE | 20120309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120309 |
Method CHECK_RESIDENCE_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RESIDENCE_TIME | Call by reference | Type reference (TYPE) | TY_RESIDENCE_TIME | 20120309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120309 | |||
| 2 | 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 | ETR_PLAN_STATUS | Call by reference | Type reference (TYPE) | TY_TR_PLAN_STATUS | 20120309 | ||||
| 2 | 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 | EV_ARCH_REORG_DATE | Call by reference | Type reference (TYPE) | TY_REORG_DATE | 20120309 | ||||
| 2 | IV_CURRENT_DATE | Call by reference | Type reference (TYPE) | TY_REORG_DATE | 20120309 | ||||
| 3 | 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 | EV_OBJTEXT | Call by reference | Type reference (TYPE) | STRING | 20120309 | ||||
| 2 | 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 | 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 | EV_RESIDENCE_TIME | Call by reference | Type reference (TYPE) | TY_RESIDENCE_TIME | 20120309 | ||||
| 2 | IV_PLAN_TYPE | Call by reference | Type reference (TYPE) | FAGL_R_PLAN_TYPE | 20120309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120309 | |||
| 2 | 20120309 |
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PLAN_TYPE | Call by reference | Type reference (TYPE) | FAGL_R_PLAN_TYPE | Reorganisationsplanart | 20120309 | |||
| 2 | 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 | 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 | 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 |