SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

MP53BF00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_POPUP_TO_GET_MOLGA CALL FUNCTION 'RP_POPUP_TO_GET_MOLGA' IMPORTING molga = molga answer = answer.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "XIJAL0K010620 EXPORTING TCLAS = 'A' PERNR = pernr-pernr INFTY = '0000' BEGDA = low-date ENDDA = high-date * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES INFTY_TAB = pp0000 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "XIJAL0K010620 EXPORTING TCLAS = 'A' PERNR = pernr-pernr INFTY = '0001' BEGDA = low-date ENDDA = high-date * BYPASS_BUFFER = ' ' IMPORTING SUBRC = l_rc "XIJAL0K045027 TABLES INFTY_TAB = pp0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "XIJAL0K010620 EXPORTING TCLAS = 'A' PERNR = pernr-pernr INFTY = '0002' BEGDA = low-date ENDDA = high-date * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES INFTY_TAB = p0002 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = p0002 pp0021 = p0021 molga = t001p-molga langu = sy-langu format = format IMPORTING edit_name = d1000-name retcode = returncode.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "XIJAL0K010620 EXPORTING TCLAS = 'A' PERNR = pernr-pernr INFTY = '0003' BEGDA = low-date ENDDA = high-date * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES INFTY_TAB = p0003 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .

PA03_PCR_READ CALL FUNCTION 'PA03_PCR_READ' "YTCAHRK004991 EXPORTING "YTCAHRK004991 f_abkrs = l_abkrs "XIJ-N#0384880 * f_abkrs = p0001-abkrs "YTCAHRK004991 IMPORTING "YTCAHRK004991 f_current_endda = pa03_endda "YTCAHRK034630 f_state = status "YTCAHRK004991 EXCEPTIONS "XIJ-N#0384880 ABKRS_NO_ACCOUNTING = 1 "! PCR_DOES_NOT_EXIST = 2 "! ABKRS_DOES_NOT_EXIST = 3 "! PERIOD_DOES_NOT_EXIST = 4 "! OTHERS = 5. "!

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = low-date end = high-date TABLES pphifi = pphifi pp0000 = pp0000 pp0001 = pp0001.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname IMPORTING jobcount = jobnummer.

JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING authcknam = sy-uname jobcount = jobnummer jobname = jobname priparams = dpara report = jobreport.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = btc_yes stdt_opcode = btc_edit_startdate stdt_input = jobtime IMPORTING stdt_output = jobtime.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING event_id = jobtime-eventid event_param = jobtime-eventparm event_periodic = jobtime-periodic laststrtdt = jobtime-laststrtdt laststrttm = jobtime-laststrttm prddays = jobtime-prddays prdhours = jobtime-prdhours prdmins = jobtime-prdmins prdmonths = jobtime-prdmonths prdweeks = jobtime-prdweeks predjob_checkstat = jobtime-checkstat pred_jobcount = jobtime-predjobcnt pred_jobname = jobtime-predjob sdlstrtdt = jobtime-sdlstrtdt sdlstrttm = jobtime-sdlstrttm strtimmed = btc_immed jobcount = jobnummer jobname = jobname.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING destination = usr01-spld copies = pri-prcop list_name = pri-plist list_text = pri-prtxt * immediately = pri-primm "YTCAHRK027923 * release = pri-prrel "YTCAHRK027923 * new_list_id = pri-prnew "YTCAHRK027923 expiration = pri-pexpi line_size = pri-linsz line_count = pri-linct layout = pri-paart sap_cover_page = pri-prsap receiver = sy-uname "PRI-PRREC department = usr03-abtlg "PRI-PRABT no_dialog = ' ' authority = pri-prber IMPORTING out_parameters = pri valid = valid. "USR0340A

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-de1 textline2 = text-de2 titel = text-010 IMPORTING answer = delete_it.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = headline IMPORTING returncode = return TABLES fields = felder.



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