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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.