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

MPMKAF00 SAP ABAP INCLUDE - Include: Subroutines for Transaction PE03 and Report Generation







MPMKAF00 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE The include report contains the subroutines, that are used by the feature transaction and by feature report generation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter MPMKAF00 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 MPMKAF00. "Basic submit
SUBMIT MPMKAF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MPMKAF00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include: Subroutines for Transaction PE03 and Report Generation


INCLUDES used within this REPORT MPMKAF00

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:

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' "QFLALRK025734 EXPORTING WI_DELETE_TADIR_ENTRY = 'X' * WI_REMOVE_REPAIR_FLAG = ' ' * WI_SET_REPAIR_FLAG = ' ' WI_TEST_MODUS = ' ' WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'PROG' WI_TADIR_OBJ_NAME = OBJ_NAME * WI_TADIR_KORRNUM = ' ' * WI_TADIR_SRCSYSTEM = ' ' * WI_TADIR_AUTHOR = ' ' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_MASTERLANG = ' ' * WI_REMOVE_GENFLAG = ' ' * WI_SET_GENFLAG = ' ' * WI_READ_ONLY = ' ' IMPORTING NEW_TADIR_ENTRY = ITADIR * error_text = err_text EXCEPTIONS * TADIR_ENTRY_NOT_EXISTING = 1 * TADIR_ENTRY_ILL_TYPE = 2 * NO_SYSTEMNAME = 3 * NO_SYSTEMTYPE = 4 * ORIGINAL_SYSTEM_CONFLICT = 5 * OBJECT_RESERVED_FOR_DEVCLASS = 6 * OBJECT_EXISTS_GLOBAL = 7 * OBJECT_EXISTS_LOCAL = 8 * OBJECT_IS_DISTRIBUTED = 9 * OBJ_SPECIFICATION_NOT_UNIQUE = 10 * NO_AUTHORIZATION_TO_DELETE = 11 * DEVCLASS_NOT_EXISTING = 12 * SIMULTANIOUS_SET_REMOVE_REPAIR = 13 * ORDER_MISSING = 14 * NO_MODIFICATION_OF_HEAD_SYST = 15 * PGMID_OBJECT_NOT_ALLOWED = 16 * MASTERLANGUAGE_NOT_SPECIFIED = 17 * DEVCLASS_NOT_SPECIFIED = 18 * SPECIFY_OWNER_UNIQUE = 19 * LOC_PRIV_OBJS_NO_REPAIR = 20 * GTADIR_NOT_REACHED = 21 * OBJECT_LOCKED_FOR_ORDER = 22 * CHANGE_OF_CLASS_NOT_ALLOWED = 23 * NO_CHANGE_FROM_SAP_TO_TMP = 24 OTHERS = 25.

ENQUEUE_EPT549BE * CALL FUNCTION 'ENQUEUE_EPT549BE' * EXCEPTIONS FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3.

ENQUEUE_EPT549BE * CALL FUNCTION 'ENQUEUE_EPT549BE' * EXPORTING NAMEN = ENQ_NAME * EXCEPTIONS FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3.

ENQUEUE_EPT549CE CALL FUNCTION 'ENQUEUE_EPT549CE' EXPORTING mandt = p_client "VLDAHRK038969 EXCEPTIONS foreign_lock = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_EPT549CE CALL FUNCTION 'ENQUEUE_EPT549CE' EXPORTING namen = enq_name mandt = p_client "VLDAHRK038969 EXCEPTIONS foreign_lock = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EPT549BE * CALL FUNCTION 'DEQUEUE_EPT549BE'.

DEQUEUE_EPT549BE * CALL FUNCTION 'DEQUEUE_EPT549BE' * EXPORTING NAMEN = DEQ_NAME.

DEQUEUE_EPT549CE CALL FUNCTION 'DEQUEUE_EPT549CE' EXPORTING mandt = p_client. "VLDAHRK038969

DEQUEUE_EPT549CE CALL FUNCTION 'DEQUEUE_EPT549CE' EXPORTING namen = deq_name mandt = p_client. "VLDAHRK038969

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TABNAME * FIELDNAME = ' ' LANGU = SY-LANGU * IMPORTING * X030L_WA = TABLES DFIES_TAB = DFIES_TAB EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = TABNAME * STATE = 'A' LANGU = SY-LANGU IMPORTING * GOTSTATE = DD02V_WA = DD02V_WA * DD09L_WA = * TABLES * DD03P_TAB = * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TABNAME * FIELDNAME = ' ' LANGU = SY-LANGU * IMPORTING * X030L_WA = TABLES DFIES_TAB = DFIES_TAB EXCEPTIONS NOT_FOUND = 1 INTERNAL_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 MPMKAF00 or its description.