SAP Reports / Programs | Personnel Management | Personnel Administration | Austria(PA-PA-AT) SAP PA

MP052650 SAP ABAP INCLUDE - documentation and ABAP source code







MP052650 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 MP052650 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 MP052650. "Basic submit
SUBMIT MP052650 AND RETURN. "Return to original report after report execution complete
SUBMIT MP052650 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 MP052650

No INCLUDES are used within this REPORT code!


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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' * EXPORTING * BEG = '18000101' * END = '99991231' IMPORTING * FIRE_DATE = hire_date = p_beab TABLES pphifi = phifi pp0000 = p_p0000 pp0001 = p_p0001.

RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = p_advnc days = i5a4b-upbdy months = i5a4b-upbmo years = i5a4b-upbyr IMPORTING calc_date = high.

RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = p_advnc days = i5a4b-lobdy months = i5a4b-lobmo years = i5a4b-lobyr IMPORTING calc_date = low.

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = pspar-repna IMPORTING appl = p_orgda-appl EXCEPTIONS part_application_not_found = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING ** PERNR = ' ' * arbgb = SY-MSGID * MSGTY = 'E' * msgno = SY-MSGNO * MSGV1 = SY-MSGV1 * MSGV2 = SY-MSGV2 * MSGV3 = SY-MSGV3 * MSGV4 = SY-MSGV4.

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = p_orgda IMPORTING btrtl_data = i5a0p EXCEPTIONS OTHERS = 6.

HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING ** PERNR = ' ' * arbgb = SY-MSGID * MSGTY = 'E' * msgno = SY-MSGNO * MSGV1 = SY-MSGV1 * MSGV2 = SY-MSGV2 * MSGV3 = SY-MSGV3 * MSGV4 = SY-MSGV4.

HR_AT_GET_SV_DGSVN CALL FUNCTION 'HR_AT_GET_SV_DGSVN' EXPORTING asvgr = p_asvgr ausva = p_ausva lohnb = i5a0p-lohnb endda = p_ltag "WJOM0293688 IMPORTING sv_ktonr = i5a1s EXCEPTIONS OTHERS = 2.

HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING ** PERNR = ' ' * arbgb = SY-MSGID * MSGTY = 'E' * msgno = SY-MSGNO * MSGV1 = SY-MSGV1 * MSGV2 = SY-MSGV2 * MSGV3 = SY-MSGV3 * MSGV4 = SY-MSGV4.

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = pspar-repna IMPORTING appl = p_orgda-appl EXCEPTIONS part_application_not_found = 1 OTHERS = 2.

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = p_orgda IMPORTING addresse = i_addresse address_detail = i_address_detail EXCEPTIONS OTHERS = 6.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-l01 i_tabname = '1' i_structure_name = 'Q0526_L' IMPORTING "YRAM1656671 * ES_SELFIELD = GS_SELFIELD e_exit = l_exit "YRAM1656671 TABLES t_outtab = sel_tab EXCEPTIONS program_error = 1 OTHERS = 2.



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 MP052650 or its description.