SAP Reports / Programs | Personnel Management | Personnel Administration | Argentina(PA-PA-AR) SAP PA

MP055140 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HRAR_TERMINATION_RET7AR97 call function 'HRAR_TERMINATION_RET7AR97' exporting tr_coind = il_q0551-coind tr_tegrp = il_q0551-tegrp tr_date = firing_date importing * TR_FMODU = tr_lgart = il_q0551-lgart exceptions data_notfound = 1 others = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-w02 diagnosetext2 = text-w03 diagnosetext3 = text-w04 textline1 = text-w07 textline2 = text-w04 titel = text-w01 importing answer = cpc_answer.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-w02 diagnosetext2 = text-w03 diagnosetext3 = text-w04 textline1 = text-w05 textline2 = text-w06 titel = text-w01 importing answer = cpr_answer.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-w08 diagnosetext2 = text-w03 diagnosetext3 = text-w04 textline1 = text-w09 textline2 = text-w10 titel = text-w11 importing answer = cps_answer.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-w15 diagnosetext2 = text-w03 diagnosetext3 = text-w04 textline1 = text-w16 textline2 = text-w17 titel = text-w14 importing answer = cpt_answer.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting diagnosetext1 = text-w13 diagnosetext2 = text-w03 diagnosetext3 = text-w04 textline1 = text-w09 textline2 = text-w10 titel = text-w12 importing answer = cps_answer.

HRAR_TERMINATION_RET7AR97 call function 'HRAR_TERMINATION_RET7AR97' exporting tr_coind = ol_coind tr_tegrp = ol_tegrp tr_date = ol_fire_date importing * TR_FMODU = tr_lgart = ol_lgart exceptions data_notfound = 1 others = 2.

HR_PL_IMPORT_LOG_FROM_MEMORY call function 'HR_PL_IMPORT_LOG_FROM_MEMORY' exporting mem_key = memo_key.

HR_PL_DISPLAY_LOG call function 'HR_PL_DISPLAY_LOG' exporting procl = 'C' * p_batch = * p_vanam = exceptions others = 1.

HRO1_FILL_EVAL_DIR CALL FUNCTION 'HRO1_FILL_EVAL_DIR' EXPORTING PAYROLL_DIR = RGDIR[] RGDIR_LINE = rgdir_line IMPORTING EVAL_DIR = bdm_rgdir02[] PAYR_DIR = rgdir_2[] EXCEPTIONS NO_EVALUATED_PERIODS = 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 MP055140 or its description.