RPCUVRF0 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 RPCUVRF0 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: EC-PCA: General prelim. tasks for posting CO actual data periodically
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COPCA_ACTIVE_ACT CALL FUNCTION 'COPCA_ACTIVE_ACT' EXPORTING GJAHR = P_GJAHR KOKRS = P_KOKRS PCRCH = GC-BUCH IMPORTING PCACUR = GV-PCACUR PCACURTP = GV-PCACURTP PCATRCUR = GV-PCATRCUR VSPKZ = GV-VSPKZ LMONA = GV-LMONA PCBEL = GV-PCBEL DPRCT = GV-DPRCT EXCEPTIONS COPCA_NOT_ACTIVE = 01.
COPCA_FIX_GLEDGER CALL FUNCTION 'COPCA_FIX_GLEDGER' IMPORTING F_GLEDGER = GF_GLEDGER.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = P_KOKRS POPUP = ' ' IMPORTING E_KOKRS = P_KOKRS E_ACTION = GV-ACTION.
RK_BUKRS_OF_KOKRS CALL FUNCTION 'RK_BUKRS_OF_KOKRS' EXPORTING KOKRS = P_KOKRS TABLES T_BUKRS = GT_BUKRS_CURR EXCEPTIONS NO_BUKRS_FOUND = 1 NOT_FOUND = 2 OTHERS = 3.
G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING BUKRS = GT_BUKRS_CURR-BUKRS CT = GC-CT_BUKRS IMPORTING CURRENCY = GT_BUKRS_CURR-WAERS EXCEPTIONS BUKRS_NOT_FOUND = 1 BUKRS_NOT_VALID = 2 CURRENCY_EMPTY = 3 KOKRS_NOT_VALID = 4 LAND_NOT_VALID = 5 NO_BUKRS_FOUND = 6 NO_KOKRS_FROM_BUKRS = 7 NO_RCOMP_FOUND = 8 RCOMP_NOT_VALID = 9 RLDNR_MISSING = 10 RLDNR_NOT_VALID = 11 T000_NOT_VALID = 12 WRONG_CT = 13 OTHERS = 14.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCUVRF0 - EC-PCA: General prelim. tasks for posting CO actual data periodically RPCUVR05 - documentation and ABAP source code RPCUVR00 - EC-PCA: Prelimary tasks for posting CO actual data periodically RPCUUDJ0_SELSCR - Include RPCACDJ0_SELSCR RPCUUDJ0_MAINPROC - Include RPCACDJ0_MAINPROC RPCUUDJ0_FORMS - Include RPCACDJ0_FORMS