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

RPLMKM00 SAP ABAP Report - Features, Subfeatures and Predecessors







RPLMKM00 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 check your features regarding predecessors and successors...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 RPLMKM00 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 RPLMKM00. "Basic submit
SUBMIT RPLMKM00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLMKM00 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: MERKMAL = Feature(s)
Selection Text: LI_UN_HA = Subfeatures -> predecessors
Selection Text: LI_HA_UN = Feature -> subfeatures
Selection Text: LI_ERROR = Display error lists
Title: Features, Subfeatures and Predecessors
Text Symbol: L23 = Number Main feature Origin Predecessor
Text Symbol: L24 = ---------------------------------------------
Text Symbol: L31 = Subfeatures without predecessors (error):
Text Symbol: L32 = ------------------------------------------------------------------
Text Symbol: L33 = Number Subfeature Origin
Text Symbol: L34 = ---------------------------------
Text Symbol: L40 = No error found
Text Symbol: L50 = Statistics on reorganizing predecessors :
Text Symbol: L51 = ----------------------------------------------
Text Symbol: L52 = Number of features with reference to subfeatures:
Text Symbol: L53 = Total number of predecessors added............:
Text Symbol: L60 = Standard
Text Symbol: L61 = Modified
Text Symbol: L71 = Non-existent subfeatures and their predecessors (error):
Text Symbol: L72 = ----------------------------------------------------------------------------
Text Symbol: L73 = Number Subfeature Origin Predecessor
Text Symbol: L74 = ---------------------------------------------
Text Symbol: L22 = ------------------------------------------------------------
Text Symbol: E01 = ***********************************************************************
Text Symbol: E02 = *** ***
Text Symbol: E03 = **** ****
Text Symbol: E04 = ***** Dear User, *****
Text Symbol: E05 = **** ****
Text Symbol: E06 = *** ***
Text Symbol: E07 = ***********************************************************************
Text Symbol: E08 = *** ***
Text Symbol: E09 = *** Please select at least one parameter! ***
Text Symbol: L01 = Main features and subfeatures with their direct subfeatures:
Text Symbol: L02 = ---------------------------------------------------------------------------
Text Symbol: L03 = Number Feature Origin Subfeature
Text Symbol: L04 = ------------------------------------------
Text Symbol: L05 = Could not find any features with direct subfeatures for the specified
Text Symbol: L06 = selection criteria





Text Symbol: L11 = Subfeatures and their direct predecessors:
Text Symbol: L12 = ---------------------------------------------------------
Text Symbol: L13 = Number Subfeature Origin Predecessor
Text Symbol: L14 = ---------------------------------------------
Text Symbol: L15 = Could not find any subfeatures with direct predecessors for specified
Text Symbol: L16 = selection criteria
Text Symbol: L21 = Main features with predecessors (error):


INCLUDES used within this REPORT RPLMKM00

INCLUDE RPDMND00.
INCLUDE MPMKAD10.


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