SAP Reports / Programs | Financials | Financials | Management of Internal Controls(FIN-CGV-MIC) SAP FIN

FOPC_CASE_COPY_POID_TABLE SAP ABAP Report - Copying CASE-POID Tables from Remote System







FOPC_CASE_COPY_POID_TABLE 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 FOPC_CASE_COPY_POID_TABLE into the relevant SAP transactions such as SE38 or SE80


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 FOPC_CASE_COPY_POID_TABLE. "Basic submit
SUBMIT FOPC_CASE_COPY_POID_TABLE AND RETURN. "Return to original report after report execution complete
SUBMIT FOPC_CASE_COPY_POID_TABLE 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: GV_TEST = Test Mode
Selection Text: GV_DEST = D .
Title: Copying CASE-POID Tables from Remote System
Text Symbol: 001 = The systems are identical. Copying the data records is not necessary
Text Symbol: 002 = Not possible to log on to target system
Text Symbol: 003 = Data records copied successfully
Text Symbol: 004 = No data records were copied
Text Symbol: 005 = The RFC destination is invalid


INCLUDES used within this REPORT FOPC_CASE_COPY_POID_TABLE

No INCLUDES are used within this REPORT code!


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:

RFC_VERIFY_DESTINATION CALL FUNCTION 'RFC_VERIFY_DESTINATION' EXPORTING destination = lv_ltext IMPORTING rfcsi_export = ls_rfcsi rfc_login_complete = lv_login dialog_user_type = lv_utype current_resources = lv_cresc maximal_resources = lv_mresc recommended_delay = lv_delay EXCEPTIONS internal_failure = 1 timeout = 2 dest_communication_failure = 3 dest_system_failure = 4 update_failure = 5 no_update_authority = 6 OTHERS = 7.

FOPC_CASE_GET_POID_DATA CALL FUNCTION 'FOPC_CASE_GET_POID_DATA' DESTINATION gv_dest EXPORTING it_guid = wt_guid TABLES et_pdir = lt_pdirf et_prel = lt_prelf et_poidcr = lt_poidcr.



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