SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

RCOPCA_VPROV SAP ABAP Report - Generate Virtual InfoProvider PCA







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RCOPCA_VPROV - Generate Virtual InfoProvider PCA


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


Text pool values


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


INCLUDES used within this REPORT RCOPCA_VPROV

INCLUDE FAGL_VPROV_TOP.
INCLUDE FAGL_VPROV_EVENT.
INCLUDE FAGL_VPROV_ALV.
INCLUDE FAGL_VPROV_FORMS.


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:

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.



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