GRPC_SAP_BFC_CALL is a standard Executable ABAP Report 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 GRPC_SAP_BFC_CALL 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.
Selection Text: P_CID = D .
Selection Text: P_FRDATE = D .
Selection Text: P_JOBID = D .
Selection Text: P_ORGID = D .
Selection Text: P_RFC = D .
Selection Text: P_RULEID = D .
Selection Text: P_TFRAME = D .
Selection Text: P_TODATE = D .
Selection Text: P_YEAR = D .
Title: GRPC SAP BFC Call
Text Symbol: 000 = Check XML output at c:\TEMP\Test910.xml
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GRPC_API_SESSION_OPEN CALL FUNCTION 'GRPC_API_SESSION_OPEN' IMPORTING E_SESSION_ID = lv_session_id E_RETURN_CODE = lv_rc.
GRPC_API_BFC_FPM_EXECUTE CALL FUNCTION 'GRPC_API_BFC_FPM_EXECUTE' EXPORTING i_session_id = lv_session_id i_FREQUENCY = p_ptype is_log = ls_log IMPORTING E_OUT_XML = lv_out_xml ES_COMPLIANCE = ls_compliance ES_JOBLOG = ls_log_new E_RETURN_CODE = lv_rc ET_MESSAGE = lt_message.
GRPC_API_SESSION_CLOSE CALL FUNCTION 'GRPC_API_SESSION_CLOSE' EXPORTING I_SESSION_ID = lv_session_id.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_SAP_BFC_CALL - GRPC SAP BFC Call GRPC_SAP_BFC_CALL - GRPC SAP BFC Call GRPC_RPT_CONNECTOR_SCRIPT_UI - Include GRPC_REPORT_CONNECTOR_UI GRPC_RPT_CONNECTOR_SCRIPT_TOP - Include GRPC_REPORT_CONNECTOR_TOP GRPC_RPT_CONNECTOR_SCRIPT_HELP - Include GRPC_REPORT_CONNECTOR_HELP GRPC_RPT_CONNECTOR_SCRIPT_FORM - Include GRPC_REPORT_CONNECTOR_FRM