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

MPW02F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

BAPI_APPLICANT_CREATE CALL FUNCTION 'BAPI_APPLICANT_CREATE' EXPORTING AP_GROUP = INT_DEFAULTS-PERSG AP_SUBGRP = INT_DEFAULTS-PERSK PERS_AREA = INT_DEFAULTS-WERKS P_SUBAREA = INT_DEFAULTS-BTRTL PERSONNEL = INT_DEFAULTS-SACHP FOA_KEY = P0002-ANRED * f_name = p0002-vorna "XDPK034039 F_NAME = OLD_PER-VORNA "XDPK034039 * l_name = p0002-nachn "XDPK034039 L_NAME = OLD_PER-NACHN "XDPK034039 * birthname = p0002-name2 "XDPK034039 BIRTHNAME = OLD_PER-NAME2 "XDPK034039 * known_as = p0002-rufnm "XDPK034039 KNOWN_AS = OLD_PER-RUFNM "XDPK034039 SSN = P0002-PERID B_DATE = P0002-GBDAT TITLE = P0002-TITEL 2ND_TITLE = P0002-TITL2 ARI_TITLE = P0002-NAMZU AFFIX = P0002-VORSW PREFIX_2 = P0002-VORS2 GENDER = P0002-GESCH * birthplace = p0002-gbort "XDPK034039 BIRTHPLACE = OLD_PER-GBORT "XDPK034039 MAR_STAT = P0002-FAMST INITIALS = P0002-INITS NATION = P0002-NATIO LANGU = SY-LANGU * c_o = p0006-name2 "XDPK034039 C_O = OLD_ADR-NAME2 "XDPK034039 * street = p0006-stras "XDPK034039 STREET = OLD_ADR-STRAS "XDPK034039 * 2nd_add_ln = p0006-locat "XDPK034039 2ND_ADD_LN = OLD_ADR-LOCAT "XDPK034039 * city = p0006-ort01 "XDPK034039 CITY = OLD_ADR-ORT01 "XDPK034039 REGION = P0006-STATE * district = p0006-ort02 "XDPK034039 DISTRICT = OLD_ADR-ORT02 "XDPK034039 PCD_CITY = P0006-PSTLZ CNTRY = P0006-LAND1 TEL_NO = P0006-TELNR UNSAPPGP = INT_DEFAULTS-SPAPL MEDIUM = INT_DEFAULTS-MEDIA IMPORTING APPLICANTNUMBER = RPAPP-APLNO RETURN = BAPI_RCODE TABLES EDUCATION = EDUCATION PREVIOUS_EMPLOYMENT = EMPLOYER QUALIFICATION = QUALIFICATION VACANCY_ASSIGNMENT = VACANCY_ASSIGNMENT EXCEPTIONS OTHERS = 1.

P_APP_GET_DETAIL_OF_VACANCY CALL FUNCTION 'P_APP_GET_DETAIL_OF_VACANCY' EXPORTING VACID = D_VACANCIES-OBJID TABLES TEXT = VAC_DETAIL EXCEPTIONS NO_DETAILS_FOUND = 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 MPW02F01 or its description.