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
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.
Title: Convert Cluster RD (PCL2), Form Routines (Germany Only)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCRUUF - Convert Cluster RD (PCL2), Form Routines (Germany Only) RPUCRUUD - Conversion of Cluster RD (PCL2), Version Germany - Data Definition RPUCRUU0 - Convert Cluster RU (PCL2), USA Version XPRA RPUCRUU0 - Convert Cluster RU (PCL2), USA Version XPRA RPUCRTJ0 - Recreation of Cumulation Tables - Japan RPUCRTJ0 - Recreation of Cumulation Tables - Japan