RAFWCH_BPMIG_PH_VALUE 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_PH_VALUE 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_BP4 - BP Conversion:: Encode PH Value
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: Business Partner Conversion: Encode Portfolio Hierarchy Char. Values
Text Symbol: P01 = BP Conversion: Check/Change Portfolio Hierarchy Values: Log Display
Text Symbol: P02 = BP: Adjust Char. Values
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AFWCH_BP_PH_VALUE_CHECK_CORR CALL FUNCTION 'AFWCH_BP_PH_VALUE_CHECK_CORR' 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 = 'GPST4' 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_PH_VALUE - Business Partner Conversion: Encode Portfolio Hierarchy Char. Values RAFWCH_BPMIG_PH_VALUE - Business Partner Conversion: Encode Portfolio Hierarchy Char. Values RAFWCH_BPMIG_PH - Business Partner Conversion: Check and Change Portfolio Hierarchies RAFWCH_BPMIG_PH - Business Partner Conversion: Check and Change Portfolio Hierarchies RAFWCH_BPMIG_NO_VALUE_CHANGE - BP Conversion with Identical Numbers: Complete Adjustment of PH RAFWCH_BPMIG_NO_VALUE_CHANGE - BP Conversion with Identical Numbers: Complete Adjustment of PH