FOPCB_UPLOAD_DO_CHECKF01 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 FOPCB_UPLOAD_DO_CHECKF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING act_otype = 'MR' act_objid = l_objid1 act_wegid = 'MC_MRP2' * ACT_INT_FLAG = act_plvar = '01' act_begda = '19000101' act_endda = '99991231' * ACT_TDEPTH = 0 act_tflag = space * ACT_VFLAG = 'X' authority_check = space * TEXT_BUFFER_FILL = * BUFFER_MODE = * IMPORTING * ACT_PLVAR = TABLES * RESULT_TAB = result_objec = lt_objec result_struc = lt_struc EXCEPTIONS no_plvar_found = 1 no_entry_found = 2 OTHERS = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FOPCB_UPLOAD_DO_CHECKF01 - FOPCBUPLOADDOCHECKF01 FOPCB_UPLOAD - Copy a CSV File on the Client to MIC FOPCB_UPLOAD - Copy a CSV File on the Client to MIC FOPCB_ROLE_CHECK - Check Roles for Consistency FOPCB_ROLE_CHECK - Check Roles for Consistency FOPCB_MOVE_TO_APPLSERV - Copy Client File to Application Server