SAP ABAP Class CL_BPREP_DATA_COLL_BW_SERVICES (General Services for Maintaining Table HRFPM_BPREP_DATA)
Hierarchy
☛
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
⤷
PA-PM-PB (Application Component) Position Budgeting and Control
⤷
PAOC_FPM_COM_ENGINE (Package) Position Management: Commitment Creation
⤷
⤷
Properties
| Class | CL_BPREP_DATA_COLL_BW_SERVICES | |
| Short Description | General Services for Maintaining Table HRFPM_BPREP_DATA | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_FPM_COM_ENGINE | Position Management: Commitment Creation |
| Created | 20050312 | SAP |
| Last change | 20070913 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BPREP_DATA_COLL_BW_SERVICES has no forward declaration.
Interfaces
Class CL_BPREP_DATA_COLL_BW_SERVICES has no interface implemented.
Friends
Class CL_BPREP_DATA_COLL_BW_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EX_HRFPM_ORIG_PLAN_VAL | BAdI-Interface IF_EX_HRFPM_ORIG_PLAN_VAL | 20050315 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BPREP_DATA_COLL_BW | Create and Save BPREP Data | 20050317 | |||
| 3 | Constant | Public | Type reference (TYPE) | HRFPM_BPREP_DATA-FISCPER_TYP | 'T' | Posting Period | 20050312 | ||
| 4 | Constant | Public | Type reference (TYPE) | HRFPM_BPREP_DATA-FISCPER_TYP | ' ' | Type of Interval | 20050312 | ||
| 5 | Constant | Public | Type reference (TYPE) | HRFPM_BPREP_DATA-FISCPER_TYP | 'S' | Type of Interval | 20050312 | ||
| 6 | Static Attribute | Private | Type reference (TYPE) | FISC_PERIOD_TAB | 20050312 | ||||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | HRFPM_BPREP_COSTS | 20070216 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | BPREP_VERSN_BFR_TAB | 20050317 |
Methods
Events
Class CL_BPREP_DATA_COLL_BW_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BPREP_ADD_INFO_LINE | Public | See coding | 20050316 | BEGIN OF bprep_add_info_line.
INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject.
* INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject_dp RENAMING WITH
* SUFFIX dp.
INCLUDE TYPE hrfpm_bprep_data-period AS period .
INCLUDE TYPE hrfpm_bprep_data-add_info AS add_info.
TYPES: END OF bprep_add_info_line
|
||
| 2 | BPREP_ADD_INFO_TAB | Public | See coding | 20050316 | bprep_add_info_tab TYPE SORTED TABLE OF
bprep_add_info_line WITH NON-UNIQUE KEY
hrobject period
|
||
| 3 | BPREP_DATA_COND | Protected | See coding | 20050324 | BEGIN OF bprep_data_cond,
hrobjects TYPE hrfpm_hrobjects_it,
r_subty TYPE range of hrfpm_bprep_data-bprep_subty,
r_fiscper TYPE bprep_fiscper_range,
r_co_area TYPE RANGE OF hrfpm_bprep_data-kokrs,
r_fisc_year TYPE RANGE OF hrfpm_bprep_data-fiscyear,
END OF bprep_data_cond
|
||
| 4 | BPREP_DATA_COST_DIST_LINE | Public | See coding | 20050313 | BEGIN OF bprep_data_cost_dist_line.
INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject.
INCLUDE TYPE hrfpm_bprep_data-period AS period.
INCLUDE TYPE fpm_psref AS acc_ass.
TYPES: perc TYPE prozt.
TYPES: END OF bprep_data_cost_dist_line
|
||
| 5 | BPREP_DATA_COST_DIST_TAB | Public | See coding | 20050313 | bprep_data_cost_dist_tab TYPE SORTED TABLE OF
bprep_data_cost_dist_line
WITH UNIQUE KEY hrobject period acc_ass
|
||
| 6 | BPREP_DATA_SELECTION | Public | See coding | 20050324 | BEGIN OF bprep_data_selection,
hrobject type hrobject,
hrobjects TYPE hrfpm_hrobjects_it,
subty TYPE hrfpm_bprep_data-bprep_subty,
fiscper_range TYPE bprep_fiscper_range,
co_area TYPE kokrs,
fisc_year TYPE gjahr,
entire_table type flag,
END OF bprep_data_selection
|
||
| 7 | BPREP_DEPENDING_OBJECTS_LINE | Public | Type reference (TYPE) | HRBPREP_DEP_OBJECTS_FOR_BW | Additional Position/Person-Dependent Objects | 20050317 | |
| 8 | BPREP_DEPENDING_OBJECTS_TAB | Public | See coding | 20050317 | bprep_depending_objects_tab TYPE TABLE OF
bprep_depending_objects_line
|
||
| 9 | BPREP_FISCPER_RANGE | Public | See coding | 20050322 | bprep_fiscper_range TYPE RANGE OF hrfpm_bprep_data-fiscper
|
||
| 10 | BPREP_KEYFIGURE_AMNT_LINE | Public | See coding | 20050313 | BEGIN OF bprep_keyfigure_amnt_line.
INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject.
* INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject_dp RENAMING WITH
* SUFFIX dp.
INCLUDE TYPE hrfpm_bprep_data-period AS period .
INCLUDE TYPE hrfpm_bprep_data-cost_info AS cost_info.
INCLUDE TYPE hrbprep_key_figures-requirement AS requirement.
TYPES: END OF bprep_keyfigure_amnt_line
|
||
| 11 | BPREP_KEYFIGURE_AMNT_TAB | Public | See coding | 20050313 | bprep_keyfigure_amnt_tab TYPE SORTED TABLE OF
bprep_keyfigure_amnt_line WITH UNIQUE KEY
hrobject period cost_info
|
||
| 12 | BPREP_KEYFIGURE_FTE_CUL_LINE | Public | See coding | 20050313 | BEGIN OF bprep_keyfigure_fte_cul_line.
INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject.
INCLUDE TYPE hrfpm_bprep_data-period AS period.
INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject_dp RENAMING WITH
SUFFIX dp.
INCLUDE TYPE hrbprep_key_figures-fte_cul AS fte_cul.
TYPES: occ_perc TYPE p1001-prozt.
TYPES: END OF bprep_keyfigure_fte_cul_line
|
||
| 13 | BPREP_KEYFIGURE_FTE_CUL_TAB | Public | See coding | 20050313 | bprep_keyfigure_fte_cul_tab TYPE SORTED TABLE OF
bprep_keyfigure_fte_cul_line WITH UNIQUE KEY
hrobject period hrobject_dp
|
||
| 14 | BPREP_OBJECTS_BW_LINE | Public | Type reference (TYPE) | HRBPREP_OBJECT_FOR_BW | Relevant HR Objects for Budget Planning in BW | 20050317 | |
| 15 | BPREP_OBJECTS_BW_TAB | Public | See coding | 20050317 | bprep_objects_bw_tab TYPE TABLE OF bprep_objects_bw_line
|
||
| 16 | BPREP_REQUIREMENT_ACC_ASS | Public | See coding | 20050318 | BEGIN OF bprep_requirement_acc_ass.
INCLUDE TYPE hrobject AS hrobject.
INCLUDE TYPE hrfpm_fpm_doc_acc_ass AS acc_ass.
TYPES begda TYPE begda.
TYPES endda TYPE endda.
TYPES betrg TYPE bprep_req_amount.
TYPES waers TYPE waers.
TYPES dart TYPE dart.
TYPES udart TYPE udart.
TYPES datbi TYPE endda.
TYPES due_date TYPE hrfpm_due_date.
TYPES perio TYPE pfreq.
TYPES citem TYPE hcp_costitem.
TYPES: distr_perc TYPE prozt.
TYPES: END OF bprep_requirement_acc_ass
|
||
| 17 | BPREP_REQUIREMENT_LINE | Public | See coding | 20050313 | BEGIN OF bprep_requirement_line.
INCLUDE TYPE bprep_requirement_acc_ass AS requirement.
TYPES: END OF bprep_requirement_line
|
||
| 18 | BPREP_REQUIREMENT_TAB | Public | See coding | 20050313 | bprep_requirement_tab TYPE STANDARD TABLE OF
bprep_requirement_line
|
||
| 19 | BPREP_SALARY_INFO_LINE | Public | See coding | 20050313 | BEGIN OF bprep_salary_info_line.
INCLUDE TYPE hrfpm_bprep_data-hrobject AS hrobject.
INCLUDE TYPE hrfpm_bprep_data-period AS period.
INCLUDE TYPE hrfpm_bprep_data-salary_data AS salary_data.
TYPES: END OF bprep_salary_info_line
|
||
| 20 | BPREP_SALARY_INFO_TAB | Public | See coding | 20050313 | bprep_salary_info_tab TYPE SORTED TABLE OF
bprep_salary_info_line
WITH UNIQUE KEY hrobject period
|
||
| 21 | BPREP_VERSN_BFR_LINE | Protected | See coding | 20050312 | BEGIN OF bprep_versn_bfr_line ,
ccode TYPE bukrs,
versn TYPE hrfpm_budget_version,
END OF bprep_versn_bfr_line
|
||
| 22 | BPREP_VERSN_BFR_TAB | Protected | See coding | 20050312 | bprep_versn_bfr_tab TYPE SORTED TABLE OF
bprep_versn_bfr_line WITH UNIQUE KEY ccode
|
||
| 23 | DISTR_FACTOR | Public | See coding | 20050312 | distr_factor TYPE p LENGTH 10 DECIMALS 8
|
||
| 24 | FISC_PERIOD | Protected | See coding | 20050312 | BEGIN OF fisc_period,
co_area TYPE kokrs,
period_info TYPE hrfpm_s_bprep_period,
END OF fisc_period
|
||
| 25 | FISC_PERIOD_TAB | Protected | See coding | 20050312 | fisc_period_tab TYPE SORTED TABLE OF fisc_period WITH
UNIQUE KEY co_area period_info-period
|
||
| 26 | SPLIT_LINE | Public | See coding | 20050312 | BEGIN OF split_line.
INCLUDE TYPE hrobject AS object.
INCLUDE TYPE hrfpm_s_bprep_period AS period_bw.
TYPES: ref_to_original_line TYPE sy-tabix.
INCLUDE TYPE hrfpm_object_validity_iv AS validity_iv.
TYPES: co_area TYPE kokrs.
TYPES: END OF split_line
|
||
| 27 | SPLIT_TAB | Public | See coding | 20050312 | split_tab TYPE TABLE OF split_line WITH NON-UNIQUE KEY
object period_bw-period ref_to_original_line
|
||
| 28 | SUBTY_LINE | Public | See coding | 20050321 | BEGIN OF subty_line,
subtyp TYPE subtyp,
END OF subty_line
|
||
| 29 | SUBTY_TAB | Public | See coding | 20050321 | subty_tab TYPE TABLE OF subty_line
|
Method Signatures
Method CALCULATE_DISTR_FACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_DIST_FACTOR | Call by reference | Type reference (TYPE) | DISTR_FACTOR | 20050312 | ||||
| 2 | EP_FLG_VALID | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050312 | |||
| 3 | IP_SRC_PERIOD_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20050312 | |||
| 4 | IP_SRC_PERIOD_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20050312 | |||
| 5 | IP_TGT_PERIOD_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20050312 | |||
| 6 | IP_TGT_PERIOD_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20050312 |
Method CALCULATE_DISTR_FACTOR on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method CALCULATE_FTE_CUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_CUL | Call by reference | Type reference (TYPE) | HRBPREP_KEY_FIGURES-CUL | Gewichtungsprozentsatz | 20050312 | |||
| 2 | EP_FTE | Call by reference | Type reference (TYPE) | HRBPREP_KEY_FIGURES-FTE | Anzahl | 20050312 | |||
| 3 | IP_ISTAT | Call by reference | Type reference (TYPE) | ISTAT_D | '1' | Status: Felder für Dynpros | 20050312 | ||
| 4 | IS_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Objekt | 20050312 | |||
| 5 | IS_PROVIDE_IV | Call by reference | Type reference (TYPE) | HRFPM_OBJECT_VALIDITY_IV | HRFPM: Validity time interval of the objects | 20050312 |
Method CALCULATE_FTE_CUL on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BPREP_DATA_COLL_BW_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method CONVERT_DATA_SELECTION_TO_COND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SELECTION | Call by reference | Type reference (TYPE) | BPREP_DATA_SELECTION | 20050324 | ||||
| 2 | RS_CONDITION | Value transfer | Type reference (TYPE) | BPREP_DATA_COND | 20050324 |
Method CONVERT_DATA_SELECTION_TO_COND on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method DELETE_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HROBJECTS_DELETE_FAILURE | Call by reference | Type reference (TYPE) | HRFPM_HROBJECTS_IT | HRFPM: HR Object table | 20050321 | |||
| 2 | ET_HROBJECTS_DELETE_SUCCESS | Call by reference | Type reference (TYPE) | HRFPM_HROBJECTS_IT | HRFPM: HR Object table | 20050321 | |||
| 3 | IP_FLG_COMMIT | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050322 | |||
| 4 | IS_SELECTION | Call by reference | Type reference (TYPE) | BPREP_DATA_SELECTION | 20050324 |
Method DELETE_FROM_DB on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method FILL_ADD_INFO_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ADD_INFO | Call by reference | Type reference (TYPE) | HRFPM_BPREP_DATA-ADD_INFO | 20050317 | ||||
| 2 | IS_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Objekt | 20050317 | |||
| 3 | IS_PERIOD | Call by reference | Type reference (TYPE) | HRFPM_S_BPREP_PERIOD | Periodenbeschreibung für Budgetplanung | 20050317 | |||
| 4 | IS_VALIDITY_IV | Call by reference | Type reference (TYPE) | HRFPM_OBJECT_VALIDITY_IV | Vorverarbeitet daten für BPREP Daten Extraktion | 20050317 |
Method FILL_ADD_INFO_P on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method FILL_ADD_INFO_S Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ADD_INFO | Call by reference | Type reference (TYPE) | HRFPM_BPREP_DATA-ADD_INFO | 20050317 | ||||
| 2 | IP_ISTAT_D | Call by reference | Type reference (TYPE) | ISTAT_D | '1' | Planungsstatus | 20050317 | ||
| 3 | IS_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Objekt | 20050317 | |||
| 4 | IS_PERIOD | Call by reference | Type reference (TYPE) | HRFPM_S_BPREP_PERIOD | Periodenbeschreibung für Budgetplanung | 20050317 | |||
| 5 | IS_VALIDITY_IV | Call by reference | Type reference (TYPE) | HRFPM_OBJECT_VALIDITY_IV | Vorverarbeitet daten für BPREP Daten Extraktion | 20050317 |
Method FILL_ADD_INFO_S on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method FILL_SALARY_INFO_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SALARY_INFO | Call by reference | Type reference (TYPE) | HRFPM_BPREP_DATA-SALARY_DATA | 20050317 | ||||
| 2 | E_MASTER_ORG_UNIT | Call by reference | Type reference (TYPE) | OBJEKTID | ObjektId | 20051214 | |||
| 3 | IP_ISTAT_D | Call by reference | Type reference (TYPE) | ISTAT_D | '1' | Planungsstatus | 20050318 | ||
| 4 | IP_KEYDATE | Call by reference | Type reference (TYPE) | BEGDA | HRFPM: Validity time interval of the objects | 20050317 | |||
| 5 | IS_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Vorverarbeitet daten für BPREP Daten Extraktion | 20050317 | |||
| 6 | IS_PERIOD | Call by reference | Type reference (TYPE) | HRFPM_BPREP_DATA-PERIOD | 20050317 |
Method FILL_SALARY_INFO_P on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method FILL_SALARY_INFO_S Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SALARY_INFO | Call by reference | Type reference (TYPE) | HRFPM_BPREP_DATA-SALARY_DATA | 20050317 | ||||
| 2 | IP_ISTAT_D | Call by reference | Type reference (TYPE) | ISTAT_D | '1' | Planungsstatus | 20050318 | ||
| 3 | IP_KEYDATE | Call by reference | Type reference (TYPE) | BEGDA | Vorverarbeitet daten für BPREP Daten Extraktion | 20050317 | |||
| 4 | IS_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Objekt | 20050317 | |||
| 5 | IS_PERIOD | Call by reference | Type reference (TYPE) | HRFPM_BPREP_DATA-PERIOD | Vorverarbeitet daten für BPREP Daten Extraktion | 20050317 |
Method FILL_SALARY_INFO_S on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method GET_BPREP_VERSN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_VERSN | Value transfer | Type reference (TYPE) | HRFPM_BUDGET_VERSION | Version | 20050312 | |||
| 2 | IP_COMP_CODE | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20050312 | |||
| 3 | IP_SUBTY | Call by reference | Type reference (TYPE) | SUBTY | Subtyp | 20050312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahmeklasse zu Sammlung von BPREP-Daten | 20050312 |
Method GET_FISC_PERIODS_FOR_CO_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PERIODS | Call by reference | Type reference (TYPE) | HRFPM_T_BPREP_PERIOD | Tabellentyp zu HRFPM_S_BPREP_PERIOD | 20050312 | |||
| 2 | IP_CO_AREA | Call by reference | Type reference (TYPE) | KOKRS | Kostenrechnungskreis | 20050312 | |||
| 3 | IP_END_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Gültigkeitsende | 20050312 | |||
| 4 | IP_FLG_DUMMY_LINE_ALL_PERIODS | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050312 | |||
| 5 | IP_FLG_SPECIAL_PERIODS | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050312 | |||
| 6 | IP_START_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Gültigkeitsbeginn | 20050312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahmeklasse zu Sammlung von BPREP-Daten | 20050312 |
Method MODIFY_DB_FROM_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOT_UPDATED_LINES | Call by reference | Type reference (TYPE) | HRFPM_T_BPREP_DATA | Tabellentyp zur DB-Struktur HRFPM_BPREP_DATA | 20050312 | |||
| 2 | ET_UPDATED_LINES | Call by reference | Type reference (TYPE) | HRFPM_T_BPREP_DATA | Tabellentyp zur DB-Struktur HRFPM_BPREP_DATA | 20050312 | |||
| 3 | IP_FLG_COMMIT | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050312 | |||
| 4 | IT_NEW_DB_IMAGE | Call by reference | Type reference (TYPE) | HRFPM_T_BPREP_DATA | Tabellentyp zur DB-Struktur HRFPM_BPREP_DATA | 20050312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050312 |
Method PROVIDE_COST_DIST_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SPLIT_TAB | Call by reference | Type reference (TYPE) | SPLIT_TAB | 20050312 | ||||
| 2 | IP_FISCPER_TYPE | Call by reference | Type reference (TYPE) | HRBPREP_PERIOD-FISCPER_TYP | Art des Intervalls | 20050312 | |||
| 3 | IS_PROVIDE_IV | Call by reference | Type reference (TYPE) | HRFPM_OBJECT_VALIDITY_IV | HRFPM: Validity time interval of the objects | 20050312 | |||
| 4 | IT_PERIODS | Call by reference | Type reference (TYPE) | HRFPM_T_BPREP_PERIOD | Tabellentyp zu HRFPM_S_BPREP_PERIOD | 20050312 |
Method PROVIDE_COST_DIST_PERIOD on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method PROVIDE_FTE_CUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_CUL | Call by reference | Type reference (TYPE) | HRBPREP_KEY_FIGURES-CUL | Gewichtungsprozentsatz | 20050312 | |||
| 2 | EP_FTE | Call by reference | Type reference (TYPE) | HRBPREP_KEY_FIGURES-FTE | Anzahl | 20050312 | |||
| 3 | IS_PROVIDE_IV | Call by reference | Type reference (TYPE) | HRFPM_OBJECT_VALIDITY_IV | HRFPM: Validity time interval of the objects | 20050312 | |||
| 4 | IT_ORIG_PLAN_VAL | Call by reference | Type reference (TYPE) | HRFPM_ORIG_PLAN_VAL_IT | Sollwert | 20050312 |
Method PROVIDE_FTE_CUL on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method READ_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HRFPM_BPREP_DATA | Call by reference | Type reference (TYPE) | HRFPM_T_BPREP_DATA | Tabellentyp zur DB-Struktur HRFPM_BPREP_DATA | 20050312 | |||
| 2 | IP_FLG_ENTIRE_TABLE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050324 | |||
| 3 | IS_SELECTION | Call by reference | Type reference (TYPE) | BPREP_DATA_SELECTION | 20050324 |
Method READ_FROM_DB on class CL_BPREP_DATA_COLL_BW_SERVICES has no exception.
Method SPLIT_COST_DIST_TAB_PERIODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SPLIT_TAB | Call by reference | Type reference (TYPE) | SPLIT_TAB | 20050312 | ||||
| 2 | IP_FLG_DUMMY_LINE_ALL_PERIODS | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050312 | |||
| 3 | IP_FLG_SPECIAL_PERIODS | Call by reference | Type reference (TYPE) | FLAG | Kennzeichen, ob Knoten oder Blatt | 20050312 | |||
| 4 | IS_PROVIDE_IV | Call by reference | Type reference (TYPE) | HRFPM_OBJECT_VALIDITY_IV | Geschäftsjahr | 20050312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Allgemeine Ausnahmeklasse zu Sammlung von BPREP-Daten | 20050312 |
History
| Last changed by/on | SAP | 20070913 |
| SAP Release Created in | 600 |