SAP Reports / Programs | Payroll | Canada(PY-CA) SAP PY

MPRKEF01 SAP ABAP INCLUDE - Include MPRKEF01







MPRKEF01 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 MPRKEF01 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 MPRKEF01. "Basic submit
SUBMIT MPRKEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MPRKEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MPRKEF01


INCLUDES used within this REPORT MPRKEF01

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:

HRNA_EVAL_ATTR_GET call function 'HRNA_EVAL_ATTR_GET' EXPORTING molga = cmolga sagrp = i_pcert-sagrp appl = i_pcert-appl runid = i_pcert-runid attr = attr IMPORTING value = pcerv-value EXCEPTIONS run_not_found = 1 attr_not_found = 2 others = 3.

HRNA_EVAL_STATUS_GET call function 'HRNA_EVAL_STATUS_GET' exporting molga = cmolga sagrp = 'YERG' appl = 'T4' runid = $runid importing status = $status * simu = * creator = * creadate = * creatime = exceptions run_not_found = 1 run_locked = 2 others = 3.

HRNA_EVAL_RUN_CREATE call function 'HRNA_EVAL_RUN_CREATE' exporting molga = cmolga sagrp = 'YERG' appl = 'T4' name = 'PRODUCTION' * simu = test_run * program = repid importing runid = runid exceptions nr_overflow = 1 type_not_valid = 2 nr_not_intern = 3 nr_object_not_found = 4 nr_object_corrupted = 5 no_interval_init = 6 nr_already_exists = 7 others = 8.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' EXPORTING domname = 'PNA_STATUS' TABLES dd07v_tab = domtab.

DDUT_DOMVALUE_TEXT_GET call function 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'PNA_STATUS' value = domtab-domvalue_l texts_only = 'X' IMPORTING dd07v_wa = dom_wa EXCEPTIONS OTHERS = 3.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-217 text_button_1 = 'Yes' * ICON_BUTTON_1 = ' ' text_button_2 = 'No' * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = 'X' importing answer = answer .

HRNA_EVAL_STATUS_SET call function 'HRNA_EVAL_STATUS_SET' exporting sagrp = change_tab-sagrp appl = change_tab-appl runid = change_tab-runid status = status * LOCK = 'X' * UNLOCK = 'X' molga = change_tab-molga exceptions run_locked = 1 run_not_found = 2 status_not_valid = 3 insert_failed = 4 others = 5.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING text_question = text-219 IMPORTING answer = yes_no EXCEPTIONS text_not_found = 1 others = 2.

RP_POPUP_TO_GET_MOLGA call function 'RP_POPUP_TO_GET_MOLGA' IMPORTING answer = answer molga = t5963-molga.



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