RCOPCA_VPROV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use program RCOPCA_VPROV to generate the virtual InfoProvider for Profit Center Accounting...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 RCOPCA_VPROV into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RCOPCA_VPROV - Generate Virtual InfoProvider PCA
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.
Selection Text: LOGONLA = Logon Language
Selection Text: P_VPNAME = InfoProvider Name
Selection Text: SO_T002 = Other Languages
Title: Generate Virtual InfoProvider PCA
Text Symbol: 001 = Langs
Text Symbol: 002 = Virtual InfoProvider Status
Text Symbol: 003 = InfoProvider Status
Text Symbol: 005 = Display Logs
Text Symbol: 006 = DW Workbench
INCLUDE FAGL_VPROV_TOP.
INCLUDE FAGL_VPROV_EVENT.
INCLUDE FAGL_VPROV_ALV.
INCLUDE FAGL_VPROV_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING ACTIVITY = '02' EXCEPTIONS NOT_AUTHORIZED = 1.
FAGL_GET_VPROV_NAME CALL FUNCTION 'FAGL_GET_VPROV_NAME' EXPORTING I_LEDGER = '8A' IMPORTING E_INFOPROV = p_vpname.
FAGL_GLPCA_CT_TAB_FLDS_GET CALL FUNCTION 'FAGL_GLPCA_CT_TAB_FLDS_GET' EXPORTING I_SORT = lv_sort CHANGING CT_FIELDS_CONV = gt_conv CT_FIELDS = lt_dfies.
FAGL_VPROV_GENERATE_TKAF CALL FUNCTION 'FAGL_VPROV_GENERATE_TKAF' EXPORTING ID_APPLC = 'PCAV' ID_GEN_CODING = 'X'.
COPCA_GENERATE_VPROV CALL FUNCTION 'COPCA_GENERATE_VPROV' IMPORTING et_return = t_return TABLES it_fields = gt_selected_fields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCOPCA_VPROV - Generate Virtual InfoProvider PCA RCOPCA_VPROV - Generate Virtual InfoProvider PCA RCOPCA_REBUILD_GLPCT_BY_GLPCA - Rebuild GLPCT from GLPCA RCOPCA_REBUILD_GLPCT_BY_GLPCA - Rebuild GLPCT from GLPCA RCOPCA_MD_UPGRADE46C - Program RCOPCA_MD_UPGRADE46C RCOPCA_MD_UPGRADE46C - Program RCOPCA_MD_UPGRADE46C