SAP Reports / Programs | Payroll | Austria | Public Sector(PY-AT-PS) SAP PY

MP00084APBS SAP ABAP INCLUDE - documentation and ABAP source code







MP00084APBS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MP00084APBS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MP00084APBS. "Basic submit
SUBMIT MP00084APBS AND RETURN. "Return to original report after report execution complete
SUBMIT MP00084APBS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP00084APBS

INCLUDE MP00084APBSRA. "LIMELNK001994


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_FEATURE_BACKFIELD * call function 'HR_FEATURE_BACKFIELD' * EXPORTING * FEATURE = 'AVSTG' * STRUC_CONTENT = L_PMEP2 * IMPORTING * BACK = L_PROMOTION_TYPE * EXCEPTIONS * DUMMY = 1 * ERROR_OPERATION = 2 * NO_BACKVALUE = 3 * FEATURE_NOT_GENERATED = 4 * INVALID_SIGN_IN_FUNID = 5 * FIELD_IN_REPORT_TAB_IN_PE03 = 6 * OTHERS = 7 * .

HR_PSA_STUFE_PERNR_TAG_VSTG_A call function 'HR_PSA_STUFE_PERNR_TAG_VSTG_A' exporting p_pernr = p_pernr p_date = p_date p_tarif = l_tarif-skala importing p_level = l_new_level exceptions * E_PERNR_SENIORITY = 1 * E_ACTIVITY_CONVERSION = 2 * E_LEVEL = 3 * E_CALC_LEVEL = 4 * E_GENERATION_DATE = 5 * E_UNCOMPLETED_CUSTOM = 6 * E_CONVERSION_REDUCTION = 7 * E_CALCULATION_RULE = 8 * E_OTHERS = 9 others = 10 .

HR_PSA_TARIF_SKALA_EINTRITT call function 'HR_PSA_TARIF_SKALA_EINTRITT' exporting p_pernr = p_pernr p_tarif = l_tarif-skala p_date = p_date importing p_rdate = l_scale_entry_date exceptions e_new_tarif_area = 1 e_new_tarif_grouping = 1 * E_PERSONAL_SUBGROUP = 3 * E_OTHERS = 4 others = 5 .

HR_PSA_UMSTUFUNG_PERNR *-- See preconditions to use call function 'HR_PSA_UMSTUFUNG_PERNR' if p_date = l_scale_entry_date.

HR_PSA_TARIF_SKALA_AUSTRITT

HR_PSA_TARIF_STUFE_AUSTRITT * CALL FUNCTION 'HR_PSA_TARIF_SKALA_AUSTRITT' "XYAK045118 call function 'HR_PSA_TARIF_STUFE_AUSTRITT' "XYAK045118 exporting p_pernr = p_pernr * P_TARIF = L_TARIF-SKALA "XYAK045118 p_tarif = l_tarif "XYAK045118 p_date = p_date importing p_rdate = l_scale_exit_date exceptions * E_OLD_TARIF_AREA = 1 "XYAK045118 e_old_tarif_level = 1 "XYAK045118 e_old_tarif_grouping = 1 * E_PERSONAL_SUBGROUP = * E_OTHERS = * OTHERS = 5 others = 2 "XYAK045118 .

HR_PSA_UMSTUFUNG_PERNR_ALLG call function 'HR_PSA_UMSTUFUNG_PERNR_ALLG' exporting p_pernr = p_pernr p_begda = p_date *-- "FFH-22091999 * p_endda = l_valuation_end_date p_scale = l_tarif-skala p_persg = p_persg p_persk = p_persk importing p_promo = l_promotion[] exceptions e_no_promotion = 1 e_no_next_level = 2 * e_reading_feature_avstg = 3 * e_others = 4 others = 5 .

HR_PSA_PUT_DATA_INTO_BUFFER call function 'HR_PSA_PUT_DATA_INTO_BUFFER' exporting is_p0008 = p0008 is_pskey = pskey id_fstat = psyst-fstat .

HR_PSA_CLEAR_BUFFER call function 'HR_PSA_CLEAR_BUFFER'.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = 'AVSTG' struc_content = l_pmep2 importing back = l_promotion_type exceptions dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 others = 7 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP00084APBS or its description.