SAP Reports / Programs | Payroll | USA(PY-US) SAP PY

RPUCRUUF SAP ABAP INCLUDE - Convert Cluster RD (PCL2), Form Routines (Germany Only)







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


Text pool values


Title: Convert Cluster RD (PCL2), Form Routines (Germany Only)


INCLUDES used within this REPORT RPUCRUUF

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:

TABLE_DECOMPRESS CALL FUNCTION 'TABLE_DECOMPRESS' TABLES IN = ORT_COMP OUT = ORT EXCEPTIONS COMPRESS_ERROR = 01.

TABLE_DECOMPRESS CALL FUNCTION 'TABLE_DECOMPRESS' TABLES IN = OCRT_COMP OUT = OCRT EXCEPTIONS COMPRESS_ERROR = 01.

TABLE_DECOMPRESS CALL FUNCTION 'TABLE_DECOMPRESS' TABLES IN = OTCRTA_COMP OUT = OTCRTA EXCEPTIONS COMPRESS_ERROR = 01.

TABLE_DECOMPRESS CALL FUNCTION 'TABLE_DECOMPRESS' TABLES IN = OTAX_COMP OUT = OTAX EXCEPTIONS COMPRESS_ERROR = 01.

RP_FILL_TCRT CALL FUNCTION 'RP_FILL_TCRT' TABLES ITCRTA = OTCRTA ITCRTB = OTCRTB OTCRT = OTCRT.

RP_SPLIT_TCRT CALL FUNCTION 'RP_SPLIT_TCRT' TABLES ITCRT = TCRT OTCRTA = TCRTA OTCRTB = TCRTB EXCEPTIONS SPLIT_ERROR = 01.

TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = RT OUT = RT_COMP EXCEPTIONS COMPRESS_ERROR = 01.

TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = CRT OUT = CRT_COMP EXCEPTIONS COMPRESS_ERROR = 01.

TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = TCRTA OUT = TCRTA_COMP EXCEPTIONS COMPRESS_ERROR = 01.

TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = TAX OUT = TAX_COMP EXCEPTIONS COMPRESS_ERROR = 01.



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