RPUCRX00 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Common process flow of PCL2 conversion...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 RPUCRX00 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: General Procedure for PCL2 Conversion
INCLUDE RPPPXD10.
INCLUDE: RPPPXD00.
INCLUDE: RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
APPEND_PROTOCOL call function 'APPEND_PROTOCOL' exporting ACCEPT_NOT_INIT = 'X' tables XMSG = MESS_TAB EXCEPTIONS FILE_NOT_FOUND = 1 PROT_NOT_INITIALIZED = 2 WRONG_CALL = 3.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCRX00 - General Procedure for PCL2 Conversion 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