RAFWCH_BPMIG_FORCE_COMPLETE 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 RAFWCH_BPMIG_FORCE_COMPLETE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
AFW_BP6 - Set Status to "Completed"
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_REAL = Check and Change Values
Selection Text: P_TEST = Check Only
Title: BP Conversion: Set Status to Completed (No Consistency Check)
Text Symbol: P01 = Set Status to "Completed" (No Consistency Check)
Text Symbol: P02 = Business partners converted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AFWCH_BP_FORCE_COMPLETE CALL FUNCTION 'AFWCH_BP_FORCE_COMPLETE' EXPORTING i_testmode = testmode IMPORTING e_log_t = t_log.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
AFW_TRLOG_SHOW CALL FUNCTION 'AFW_TRLOG_SHOW' EXPORTING i_log_t = t_log i_title = text-p01 i_subobject = 'BASICGP' i_header = 'GPST6' i_text = text-p02 i_save = 'X'. "Save protocol
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAFWCH_BPMIG_FORCE_COMPLETE - BP Conversion: Set Status to Completed (No Consistency Check) RAFWCH_BPMIG_FORCE_COMPLETE - BP Conversion: Set Status to Completed (No Consistency Check) RAFWCH_BPMIG_CH - Bus. Partner Conversion: Check and Change Characteristic Hierarchies RAFWCH_BPMIG_CH - Bus. Partner Conversion: Check and Change Characteristic Hierarchies RAFO_WORK_STOCK_SHOW - Display Worklists for Financial Object Consistency Check RAFO_WORK_STOCK_SHOW - Display Worklists for Financial Object Consistency Check