SAP ABAP Class CL_HRASR00_GS_MGRS_POSITIONS (GS: Positions in Manager's Area of Responsibility)
Hierarchy
☛
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
⤷
PA-AS (Application Component) HR Administrative Services
⤷
PAOC_ASR_PROCESS_CONTENT (Package) Processes: Content Sample Delivery
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20050406 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRASR00GEN_SERVICE | Interface for BAdI: HRASR00GEN_SERVICE_BASIC | 20050429 |
Properties
| Class | CL_HRASR00_GS_MGRS_POSITIONS | |
| Short Description | GS: Positions in Manager's Area of Responsibility | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_ASR_PROCESS_CONTENT | Processes: Content Sample Delivery |
| Created | 20050406 | SAP |
| Last change | 20050520 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRASR00_GS_MGRS_POSITIONS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20050406 | ||
| 2 | IF_HRASR00GEN_SERVICE | Interface for BAdI: HRASR00GEN_SERVICE_BASIC | 20050429 |
Friends
Class CL_HRASR00_GS_MGRS_POSITIONS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | UNAME | Temporary Storage: User Name of Manager | 20060502 | |||
| 2 | Constant | Private | Type reference (TYPE) | ASR_FIELD_DATA_ELEMENT_NAME | 'BUKRS' | Data Element: Company Code | 20050617 | ||
| 3 | Constant | Private | Type reference (TYPE) | ASR_FIELD_DATA_ELEMENT_NAME | 'BUTXT' | Data Element: Company Code (Text) | 20050617 | ||
| 4 | Constant | Private | Type reference (TYPE) | ASR_FIELD_DATA_ELEMENT_NAME | 'ASR_EFFECTIVE_DATE' | Data Element: Validity Date | 20050427 | ||
| 5 | Constant | Private | Type reference (TYPE) | ASR_FIELD_DATA_ELEMENT_NAME | 'UNAME' | Data Element: User Name of Manager | 20050407 | ||
| 6 | Constant | Private | Type reference (TYPE) | ASR_FIELD_DATA_ELEMENT_NAME | 'OBJEKTID' | Data Element: Position | 20050407 | ||
| 7 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'COMPANY_CODE' | Field Name: Company Code | 20050617 | ||
| 8 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'COMPANY_CODE_TEXT' | Field Name: Company Code (Text) | 20050617 | ||
| 9 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'EFFECTIVE_DATE' | Field Name: Validity Date | 20050427 | ||
| 10 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'MGR_UNAME' | Field Name: User Name of Manager | 20050407 | ||
| 11 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'POSITION' | Field Name: Position | 20050407 | ||
| 12 | Constant | Private | Type reference (TYPE) | ASR_FORM_SCENARIO_SERVICE | 'S_MGRS_POSITIONS' | Name of Generic Service | 20051024 | ||
| 13 | Constant | Private | Type reference (TYPE) | ASR_BACKEND_OPERATION | 'GET_COMP_CODE_FOR_POS' | Operation: Determine Company Code for Position | 20050618 | ||
| 14 | Constant | Private | Type reference (TYPE) | ASR_BACKEND_OPERATION | 'GET_MGRS_POSITIONS' | Operation: Define Positions of Manager | 20050407 | ||
| 15 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'OBJID' | Value Help Position: Column Name for Object ID | 20050429 | ||
| 16 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'STEXT' | Value Help Position: Column Name for Description | 20050429 | ||
| 17 | Constant | Private | Type reference (TYPE) | BOOLE_D | SPACE | False | 20051021 | ||
| 18 | Constant | Private | Type reference (TYPE) | BOOLE_D | 'X' | True | 20051021 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Execute Operation GET_COMP_CODE_FOR_POS | 20050618 | |
| 2 | Instance method | Private | Method | Execute Operation GET_MGRS_POSITIONS | 20050610 | |
| 3 | Instance method | Private | Method | Extract Data Records Relevant for Field Group | 20050618 | |
| 4 | Instance method | Private | Method | Determine Company Code for Position | 20050617 | |
| 5 | Instance method | Private | Method | Determine Fields/Parameters of Operation | 20050622 | |
| 6 | Instance method | Private | Method | Define Positions within Manager's Area of Responsibility | 20050407 | |
| 7 | Instance method | Private | Method | Return Data Records Relevant for Field Group | 20050618 |
Events
Class CL_HRASR00_GS_MGRS_POSITIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_POSITION | Private | See coding | Position with Description (for F4) | 20050407 | BEGIN OF t_position,
objid type objektid,
stext type stext,
end of t_position
|
|
| 2 | T_POSITION_TAB | Private | See coding | Positions with Description (for F4) | 20050407 | T_POSITION_TAB type standard table of t_position
|
Method Signatures
Method DO_OPERA_GET_COMP_CODE_FOR_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HELP_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GS_HELP_DATASET_TAB | Daten für Wertehilfe | 20050618 | |||
| 2 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRBAS_MESSAGE_HANDLER | Messagehandler | 20050618 | |||
| 3 | NO_AUTH_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | Keine Berechtigungsprüfung | 20050618 | |||
| 4 | SERVICE_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GENSRV_DATASET_TAB | Feldwerte | 20050618 | |||
| 5 | SPECIAL_FIELDS | Call by reference | Type reference (TYPE) | HRASR00VALUE_OF_FIELD_TAB | Servicespezifische Felder | 20050618 |
Method DO_OPERA_GET_COMP_CODE_FOR_POS on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
Method DO_OPERA_GET_MGRS_POSITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HELP_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GS_HELP_DATASET_TAB | Daten für Wertehilfe | 20050613 | |||
| 2 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRBAS_MESSAGE_HANDLER | Messagehandler | 20050610 | |||
| 3 | NO_AUTH_CHECK | Call by reference | Type reference (TYPE) | BOOLE_D | Keine Berechtigungsprüfung | 20050618 | |||
| 4 | SERVICE_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GENSRV_DATASET_TAB | Feldwerte | 20050618 | |||
| 5 | SPECIAL_FIELDS | Call by reference | Type reference (TYPE) | HRASR00VALUE_OF_FIELD_TAB | Servicespezifische Felder | 20050618 |
Method DO_OPERA_GET_MGRS_POSITIONS on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
Method EXTRACT_RELEVANT_DATASETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDGROUP | Call by reference | Type reference (TYPE) | ASR_FIELD_GROUP | Feldgruppe | 20050618 | |||
| 2 | HELP_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GS_HELP_DATASET_TAB | Daten für Wertehilfe | 20050618 | |||
| 3 | OPERATION | Call by reference | Type reference (TYPE) | ASR_BACKEND_OPERATION | Operation | 20050622 | |||
| 4 | RELEVANT_HELP_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GS_HELP_DATASET_TAB | Daten für Wertehilfe | 20050618 | |||
| 5 | RELEVANT_SERVICE_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GENSRV_DATASET_TAB | Feldwerte | 20050618 | |||
| 6 | SERVICE_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GENSRV_DATASET_TAB | Feldwerte | 20050618 |
Method EXTRACT_RELEVANT_DATASETS on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
Method GET_COMPANY_CODE_FOR_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20050617 | |||
| 2 | COMPANY_CODE_TEXT | Call by reference | Type reference (TYPE) | BUTXT | Buchungskreis (Text) | 20050617 | |||
| 3 | EFFECTIVE_DATE | Call by reference | Type reference (TYPE) | ASR_EFFECTIVE_DATE | Wirksamkeitsdatum | 20050617 | |||
| 4 | POSITION | Call by reference | Type reference (TYPE) | OBJEKTID | ObjektId | 20050617 |
Method GET_COMPANY_CODE_FOR_POSITION on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
Method GET_FIELDS_OF_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDNAMES | Value transfer | Type reference (TYPE) | HRBAS_FIELDLIST_TAB | Felder/Parameter der Operation | 20050622 | |||
| 2 | OPERATION | Call by reference | Type reference (TYPE) | ASR_BACKEND_OPERATION | Operation | 20050622 |
Method GET_FIELDS_OF_OPERATION on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
Method GET_MGRS_POSITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EFFECTIVE_DATE | Call by reference | Type reference (TYPE) | ASR_EFFECTIVE_DATE | Gültigkeitsdatum | 20050427 | |||
| 2 | MGR_UNAME | Call by reference | Type reference (TYPE) | UNAME | Benutzername des Managers | 20050407 | |||
| 3 | POSITIONS | Call by reference | Type reference (TYPE) | T_POSITION_TAB | Planstellen mit Beschreibung (für F4) | 20050407 |
Method GET_MGRS_POSITIONS on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
Method RESTORE_RELEVANT_DATASETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDGROUP | Call by reference | Type reference (TYPE) | ASR_FIELD_GROUP | Feldgruppe | 20050618 | |||
| 2 | HELP_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GS_HELP_DATASET_TAB | Daten für Wertehilfe | 20050618 | |||
| 3 | OPERATION | Call by reference | Type reference (TYPE) | ASR_BACKEND_OPERATION | Operation | 20050622 | |||
| 4 | RELEVANT_HELP_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GS_HELP_DATASET_TAB | Daten für Wertehilfe | 20050618 | |||
| 5 | RELEVANT_SERVICE_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GENSRV_DATASET_TAB | Feldwerte | 20050618 | |||
| 6 | SERVICE_DATASETS | Call by reference | Type reference (TYPE) | HRASR00GENSRV_DATASET_TAB | Feldwerte | 20050618 |
Method RESTORE_RELEVANT_DATASETS on class CL_HRASR00_GS_MGRS_POSITIONS has no exception.
History
| Last changed by/on | SAP | 20050520 |
| SAP Release Created in | 600 |