SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCLSTCX SAP ABAP Report - List cluster directory SI declaration







RPCLSTCX is a standard Executable ABAP Report 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 RPCLSTCX into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M12_CLSTCX - List cluster direct. SI declaration


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


Text pool values


Title: List cluster directory SI declaration
Text Symbol: U05 = Seq. WX Pers.nr Agent name Seq.Rb
Text Symbol: U04 = Seq. WX Year Startdate Enddate O/C Corr. Corr.nr Trans.Co
Text Symbol: U01 = Tape ID Upd by using on
Text Symbol: T13 = ------------
Text Symbol: T12 = -----------
Text Symbol: T11 = Table WRBDIR
Text Symbol: T10 = Table WXDIR
Text Symbol: T09 = Name..........
Text Symbol: T08 = Tape ID number....
Text Symbol: T07 = Country grouping....
Text Symbol: T06 = Created at..........
Text Symbol: T05 = Created on..........
Text Symbol: T04 = Created using.......
Text Symbol: T03 = Created by..........
Text Symbol: T02 = Version number......
Text Symbol: T01 = Release.............
Text Symbol: E04 = Aktuelle Version des Clusters CW:
Text Symbol: E03 = Imported version :
Text Symbol: E02 = is not up to date
Text Symbol: E01 = Imported version of cluster
Text Symbol: E00 = Personnel no.:


INCLUDES used within this REPORT RPCLSTCX

INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.


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:

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T001P-MOLGA LANGU = SPACE FORMAT = $$FORMAT IMPORTING EDIT_NAME = HNAME RETCODE = RET_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 RPCLSTCX or its description.