SAP Reports / Programs | Personnel Management | Recruitment(PA-RC) SAP PA

MPAP3I02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HR_COM_ADDRESS_SEARCH CALL FUNCTION 'HR_COM_ADDRESS_SEARCH' "XCZK016864 EXPORTING "XCZK016864 fcode = fcode "XCZK016864 pernr = p0001-pernr "XCZK016864 IMPORTING "XCZK016864 comnr = comnr "XCZK016864 EXCEPTIONS "XCZK016864 OTHERS = 0. "XCZK016864

HR_COM_SEND_OFFICE CALL FUNCTION 'HR_COM_SEND_OFFICE' "XCZK016864 EXPORTING "XCZK016864 fcode = fcode "XCZK016864 comnr = comnr "XCZK016864 textname = memoact-idtxt "XCZK001479 header = header "XCZK001479 subject = i_subject "XJGN332756 TABLES "XCZK016864 letter = output "XCZK016864 EXCEPTIONS "XCZK016864 OTHERS = 0. "XCZK016864

RETRIEVAL_TEXT * CALL FUNCTION 'RETRIEVAL_TEXT' "VLZK116256 * EXPORTING ID = 'ST' "VLZK116256 * LANGUAGE = LETTER_LANGUAGE "VLZK116256 * IMPORTING HEADER = HEADER "VLZK116256 * EXCEPTIONS OTHERS = 1. "VLZK116256

READ_TEXT * CALL FUNCTION 'READ_TEXT' ** exporting id = 'ST' "VLZK141308 ** exporting id = 'PALT' "VLZK141308 "XDPK157630 * EXPORTING ID = APPL_ID "XDPK157630 * LANGUAGE = LETTER_LANGUAGE * NAME = PC3AC-IDTXT ** object = 'TEXT' "XDPK157630 * OBJECT = APPL_OBJ "XDPK157630 * IMPORTING HEADER = HEADER * TABLES LINES = WORK_LETTER * EXCEPTIONS OBJECT = 1 * ID = 2 * LANGUAGE = 3 * NAME = 4 * NOT_FOUND = 6.

SELECT_TEXT * CALL FUNCTION 'SELECT_TEXT' * EXPORTING * OBJECT = APPL_OBJ * NAME = PC3AC-IDTXT * ID = APPL_ID * LANGUAGE = LETTER_LANGUAGE * TABLES * SELECTIONS = header_tab * EXCEPTIONS * WRONG_ACCESS_TO_ARCHIVE = 1 * OTHERS = 2 * .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "XDPK001480 EXPORTING "XDPK001480 dyname = dyname "XDPK001480 dynumb = dynumb "XDPK001480 TABLES "XDPK001480 dynpfields = dynpvaluetab. "XDPK001480

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' "XDPK001480 EXPORTING "XDPK001480 dyname = dyname "XDPK001480 dynumb = dynumb "XDPK001480 TABLES "XDPK001480 dynpfields = dynpvaluetab. "XDPK001480

RETRIEVAL_TEXT CALL FUNCTION 'RETRIEVAL_TEXT' * exporting id = 'ST' "VLZK141308 * exporting id = 'PALT' "VLZK141308 "XDPK157630 EXPORTING id = appl_id "XDPK157630 language = letter_language IMPORTING header = header EXCEPTIONS OTHERS = 1.



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