SAP Reports / Programs | Personnel Management | Personnel Administration | South Africa(PA-PA-ZA) SAP PA

MP084840 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' dynpprog = l_dynprog dynpnr = l_dynpro dynprofield = 'Q0848-RENAM' value_org = 'S' TABLES value_tab = gt_list.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING * TCLAS = 'A' pernr = l_pernr infty = '0021' TABLES infty_tab = gt_p0021.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = ls_p0021-fknzn langu = sy-langu molga = t500p-molga pp0021 = ls_p0021 * TCLAS = 'A' IMPORTING edit_name = ls_list-relname.

HR_ZA_TAX_YEAR_ATTRIB CALL FUNCTION 'HR_ZA_TAX_YEAR_ATTRIB' EXPORTING permo = l_permo datum = p0848-begda IMPORTING begda = l_taxyear_begda endda = l_taxyear_endda.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING * TCLAS = 'A' pernr = p0848-pernr infty = '0848' begda = l_taxyear_begda endda = l_taxyear_endda TABLES infty_tab = gt_p0848.



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