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

MPMKAF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

HRDSYS_LOIO_CREATE CALL FUNCTION 'HRDSYS_LOIO_CREATE' EXPORTING * CLIENT = SY-MANDT * MOLGA = ' ' ONAME = P_NAMEN OTYPE = '549B' DESCRIPTION = T549BT-TITLE TRANSPORTFLAG = TRANSPORT WI_TRKORR = CORRNUM FLAG_CUST_OBJECT = FLAG_CUST_OBJ IMPORTING LOIO_ID = DOCU_ID EXIST_ALREADY = EXIST_ALREADY * WE_TRKORR = EXCEPTIONS INTERNAL_ERROR = 1 WRONG_OTYPE = 2 * LOIO_NOT_UNIQUE = 3 "WLIAHRK050489 OTHERS = 4.

HRDSYS_COPY_DOCU_WITHOUT_EDITO CALL FUNCTION 'HRDSYS_COPY_DOCU_WITHOUT_EDITO' EXPORTING SCLIENT = '000' * SMOLGA = ' ' SONAME = NAMEN SOTYPE = '549B' * TMOLGA = ' ' TONAME = NEW_FEATURE TOTYPE = '549B' * TDESCRIPT = TRANSPORTFLAG = TRANSPORT WI_TRKORR = CORRNUM SFLAG_CUST_OBJECT = ' ' TFLAG_CUST_OBJECT = 'X' * IMPORTING * WE_TRKORR = EXCEPTIONS WRONG_OTYPE = 1 INTERNAL_ERROR = 2 SOBJ_NOT_FOUND = 3 TOBJECT_EXISTS = 4 OTHERS = 5.

HRDSYS_LOIO_CREATE CALL FUNCTION 'HRDSYS_LOIO_CREATE' EXPORTING CLIENT = SY-MANDT * MOLGA = ' ' ONAME = NAMEN OTYPE = '549B' ORIGINAL_LANGU = SY-LANGU * DESCRIPTION = TRANSPORTFLAG = transport "VLDN377130_3 * WI_TRKORR = FLAG_CUST_OBJECT = 'X' IMPORTING * LOIO_ID = EXIST_ALREADY = EXIST_ALREADY * WE_TRKORR = EXCEPTIONS INTERNAL_ERROR = 1 WRONG_OTYPE = 2 * LOIO_NOT_UNIQUE = 3 "WLIAHRK050489 OTHERS = 4.

HRDSYS_COPY_DOCU_WITHOUT_EDITO CALL FUNCTION 'HRDSYS_COPY_DOCU_WITHOUT_EDITO' EXPORTING SCLIENT = SY-MANDT * SMOLGA = ' ' SONAME = NAMEN SOTYPE = '549B' * TMOLGA = ' ' TONAME = NNAMEN TOTYPE = '549B' * TDESCRIPT = TRANSPORTFLAG = 'X' "VLDN377130 * WI_TRKORR = ' ' SFLAG_CUST_OBJECT = FLAG_CUST_OBJ TFLAG_CUST_OBJECT = FLAG_CUST_OBJ * IMPORTING * WE_TRKORR = EXCEPTIONS WRONG_OTYPE = 1 INTERNAL_ERROR = 2 SOBJ_NOT_FOUND = 3 TOBJECT_EXISTS = 4 OTHERS = 5.

HRDSYS_COPY_DOCU_WITHOUT_EDITO CALL FUNCTION 'HRDSYS_COPY_DOCU_WITHOUT_EDITO' EXPORTING SCLIENT = '000' * SMOLGA = ' ' SONAME = NAMEN SOTYPE = '549B' * TMOLGA = ' ' TONAME = NNAMEN TOTYPE = '549B' * TDESCRIPT = TRANSPORTFLAG = 'X' "VLDN377130 * WI_TRKORR = ' ' SFLAG_CUST_OBJECT = ' ' TFLAG_CUST_OBJECT = FLAG_CUST_OBJ * IMPORTING * WE_TRKORR = EXCEPTIONS WRONG_OTYPE = 1 INTERNAL_ERROR = 2 SOBJ_NOT_FOUND = 3 TOBJECT_EXISTS = 4 OTHERS = 5.

HRDSYS_COPY_DOCU_WITHOUT_EDITO CALL FUNCTION 'HRDSYS_COPY_DOCU_WITHOUT_EDITO' EXPORTING SCLIENT = SY-MANDT * SMOLGA = ' ' SONAME = NAMEN SOTYPE = '549B' * TMOLGA = ' ' TONAME = NNAMEN TOTYPE = '549B' * TDESCRIPT = TRANSPORTFLAG = 'X' * WI_TRKORR = ' ' SFLAG_CUST_OBJECT = ' ' TFLAG_CUST_OBJECT = ' ' * IMPORTING * WE_TRKORR = EXCEPTIONS WRONG_OTYPE = 1 INTERNAL_ERROR = 2 SOBJ_NOT_FOUND = 3 TOBJECT_EXISTS = 4 OTHERS = 5.

HRDSYS_DELETE_DOCU_OF_OBJECT CALL FUNCTION 'HRDSYS_DELETE_DOCU_OF_OBJECT' EXPORTING * MOLGA = ' ' ONAME = NAMEN OTYPE = '549B' TRANSPORTFLAG = TRANSPORT WI_TRKORR = CORRNUM FLAG_CUST_OBJECT = FLAG_CUST_OBJ * IMPORTING * WE_TRKORR = EXCEPTIONS WRONG_OTYPE = 1 NOT_FOUND = 2 INTERNAL_ERROR = 3 HRDSYS_ERROR = 4 OTHERS = 5.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'NA' * DOKLANGU = SY-LANGU DOKNAME = DOKNAME * DOKTITLE = ' ' * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' * MSG_VAR_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' * CALLED_BY_CUAPROG = ' ' * CALLED_BY_CUASTAT = * SHORT_TEXT = ' ' TABLES LINKS = LINKS EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3.



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