SAP ABAP Class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY (HR Pension Administration - Central Control Switch)
Hierarchy
☛
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
⤷
PY-DE-PS-VA (Application Component) Pension Administration
⤷
P01PBSVAMD_BASICDATA_BL (Package) Master Data: PAdm Germany (Business Logic)
⤷
⤷
Properties
| Class | CL_HRDEPBSVA_ADM_GLOBAL_MEMORY | |
| Short Description | HR Pension Administration - Central Control Switch | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | P01PBSVAMD_BASICDATA_BL | Master Data: PAdm Germany (Business Logic) |
| Created | 20030916 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no forward declaration.
Interfaces
Class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no interface implemented.
Friends
Class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | PERNR_D | Personnel Number | 20030916 | |||
| 2 | Constant | Protected | Type reference (TYPE) | PDE_PBSVA_ADM_CONSTANT_MEMORY | 'HRDEPBSVA' | HR-PBS: Constant Prefix, Memory, Central HR-VADM Switches | 20030916 | ||
| 3 | Constant | Public | Type reference (TYPE) | PDE_PBSVA_ADM_IDENT_MEMORY | 'CALL_FROM_PWE' | HR-PBS: Identification Memory Central Switch HR-VADM | 20030916 | ||
| 4 | Constant | Public | Type reference (TYPE) | PDE_PBSVA_ADM_IDENT_MEMORY | 'CREATE_PACKAGE' | HR-PBS: Identification Memory Central Switch HR-VADM | 20030916 | ||
| 5 | Constant | Public | Type reference (TYPE) | PDE_PBSVA_ADM_IDENT_MEMORY | 'SIMULATION' | HR-PBS: Identification Memory Central Switch HR-VADM | 20030916 | ||
| 6 | Constant | Protected | Type reference (TYPE) | BOOLE_D | ' ' | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20030916 | ||
| 7 | Constant | Protected | Type reference (TYPE) | BOOLE_D | 'X' | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20030916 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20030916 | |
| 2 | Instance method | Private | Method | Export Switch to Memory | 20030916 | |
| 3 | Instance method | Public | Method | Initialization of Memory | 20030916 | |
| 4 | Instance method | Public | Method | Import Switch from Memory | 20030916 | |
| 5 | Instance method | Public | Method | Set Switch for Call from the PWE | 20030916 | |
| 6 | Instance method | Public | Method | Set Switch for Creation of Statement Package | 20030916 | |
| 7 | Instance method | Public | Method | Set Simulation Switch | 20030916 |
Events
Class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no event.
Types
Class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Personalnummer | 20030916 |
Method CONSTRUCTOR on class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no exception.
Method EXPORT_TO_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDENT_MEMORY | Call by reference | Type reference (TYPE) | PDE_PBSVA_ADM_IDENT_MEMORY | HR-PBS: Identifikation Memory zentrale Schalter HR-VADM | 20030916 | |||
| 2 | I_SWITCH | Call by reference | Type reference (TYPE) | BOOLE_D | zu exportierender Schalter | 20030916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unerfüllte Programmbedingung | 20030916 |
Method FREE_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IDENT_MEMORY | Call by reference | Type reference (TYPE) | PDE_PBSVA_ADM_IDENT_MEMORY | HR-PBS: Identifikation Memory zentrale Schalter HR-VADM | 20030916 |
Method FREE_MEMORY on class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no exception.
Method IMPORT_FROM_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SWITCH | Value transfer | Type reference (TYPE) | BOOLE_D | Schalter Memory (True = 'X', False = ' ') | 20030916 | |||
| 2 | I_IDENT_MEMORY | Call by reference | Type reference (TYPE) | PDE_PBSVA_ADM_IDENT_MEMORY | HR-PBS: Identifikation Memory zentrale Schalter HR-VADM | 20030916 |
Method IMPORT_FROM_MEMORY on class CL_HRDEPBSVA_ADM_GLOBAL_MEMORY has no exception.
Method SET_SWITCH_CALL_FROM_PWE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCSCEN | Call by reference | Type reference (TYPE) | P00_PBS_PROCSCEN | Personalteilvorgang | 20030916 | |||
| 2 | I_PRSCN | Call by reference | Type reference (TYPE) | P00_PBS_PRSCN | Personalvorgang | 20030916 | |||
| 3 | I_REQTYPE | Call by reference | Type reference (TYPE) | P00_PBS_REQTYPE | Personalvorgangsart | 20030916 | |||
| 4 | I_STATUS | Call by reference | Type reference (TYPE) | P00_PBS_STATUS | Status | 20030916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unerfüllte Programmbedingung | 20030916 |
Method SET_SWITCH_CREATE_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCSCEN | Call by reference | Type reference (TYPE) | P00_PBS_PROCSCEN | Personalteilvorgang | 20030916 | |||
| 2 | I_PRSCN | Call by reference | Type reference (TYPE) | P00_PBS_PRSCN | Personalvorgang | 20030916 | |||
| 3 | I_REQTYPE | Call by reference | Type reference (TYPE) | P00_PBS_REQTYPE | Personalvorgangsart | 20030916 | |||
| 4 | I_STATUS | Call by reference | Type reference (TYPE) | P00_PBS_STATUS | Status | 20030916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unerfüllte Programmbedingung | 20030916 |
Method SET_SWITCH_SIMULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MOLGA | Call by reference | Type reference (TYPE) | MOLGA | '01' | Ländergruppierung | 20111114 | ||
| 2 | I_PRSCN | Call by reference | Type reference (TYPE) | P00_PBS_PRSCN | Personalvorgang | 20030916 | |||
| 3 | I_REQTYPE | Call by reference | Type reference (TYPE) | P00_PBS_REQTYPE | Personalvorgangsart | 20030916 | |||
| 4 | I_STATUS | Call by reference | Type reference (TYPE) | P00_PBS_STATUS | Status | 20030916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Unerfüllte Programmbedingung | 20030916 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 10A |