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

RPUMKG50 SAP ABAP INCLUDE - Features: Subroutines for Report Generation







RPUMKG50 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 RPUMKG50 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 RPUMKG50. "Basic submit
SUBMIT RPUMKG50 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUMKG50 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Features: Subroutines for Report Generation


INCLUDES used within this REPORT RPUMKG50

FORM AUSGABE_INCLUDE USING NAME.


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 = ' ' * 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 = '$TMP' WI_TADIR_MASTERLANG = SY-LANGU "QFLP30K055203 * WI_REMOVE_GENFLAG = ' ' WI_SET_GENFLAG = 'X' * 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 .

NUMBER_GET_NEXT * CALL FUNCTION 'NUMBER_GET_NEXT' " VLDAHRK006111 Anfang * EXPORTING NR_RANGE_NR = '01' "Nur ein Intervall mit Nummer 01 * OBJECT = 'RP_T549D' * IMPORTING NUMBER = NUMBER * RETURNCODE = RCODE * EXCEPTIONS INTERVAL_NOT_FOUND = 1 * NUMBER_RANGE_NOT_INTERN = 2 * OBJECT_NOT_FOUND = 3 ** QUANTITY_IS_0 = 4 "should not occur * OTHERS = 4."should not occur



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