SAP Reports / Programs

RPUMKG00 SAP ABAP Report - Generate features







RPUMKG00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to regenerate features and create new cross-references (set up predecessors)...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 RPUMKG00 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 RPUMKG00. "Basic submit
SUBMIT RPUMKG00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUMKG00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: MERKMALE = Feature(s)
Selection Text: GENERATE = Type of activation
Title: Generate features
Text Symbol: T01 = * Compilation of &
Text Symbol: L53 = No features with predecessors exist
Text Symbol: L52 = Feature of predecessor
Text Symbol: L51 = --------------------------------------------
Text Symbol: L50 = Statistics on reorganizing predecessors :
Text Symbol: L20 = Feature
Text Symbol: L10 = Client
Text Symbol: F98 = Error during activation of report (GENERATE REPORT)
Text Symbol: F94 = Syntax error in feature program
Text Symbol: F91 = Characteristic overview not actively available in Dictionary
Text Symbol: F00 = OK
Text Symbol: E41 = *** must not be restricted ***
Text Symbol: E40 = *** When transported features are activated, they ***
Text Symbol: E36 = *** again later ***
Text Symbol: E35 = *** Locking could not be carried out. Please try ***
Text Symbol: E31 = *** Internal system error while locking table &&&& ***
Text Symbol: E30 = *** Table &&&& is locked by user &&&&&&&&&&&& ***
Text Symbol: E24 = *** 1, 2, or 3 are allowed ***
Text Symbol: E23 = *** For the parameter 'Type of activation', only the values ***
Text Symbol: E22 = *** cannot be performed for a subset ***
Text Symbol: E21 = *** because the reorganization with subsequent activation ***
Text Symbol: E20 = *** When reorganizing predecessors, you may not specify a feature ***
Text Symbol: E12 = *** Table 549D includes a reference to another client ***
Text Symbol: E11 = *** reference to another client ***
Text Symbol: E10 = *** Activation is not possible because table 549C includes a ***
Text Symbol: E03 = ***** Dear User, *****
Text Symbol: E02 = **** ****
Text Symbol: E01 = *** ***
Text Symbol: E00 = ***********************************************************************
Text Symbol: 011 = No features to be activated were selected
Text Symbol: 010 = --------------------------
Text Symbol: 009 = Activation log
Text Symbol: 008 = Number of features that could not be locked..
Text Symbol: 007 = Feature was adopted from standard client....
Text Symbol: 006 = Number of features adopted from standard client





Text Symbol: 005 = No.of features that could not be activated...
Text Symbol: 004 = Number of activated features.................
Text Symbol: 003 = Number of main features......................
Text Symbol: 002 = Statistics:
Text Symbol: 001 = Feature status message


INCLUDES used within this REPORT RPUMKG00

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:

No SAP FUNCTION MODULES are executed within this report code!



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