RJBFVCPH 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 RJBFVCPH 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.
Title: RM: Subroutines for View Cluster Maintenance for Portfolio Hierarchies
INCLUDE LSVCMCOD.
INCLUDE LSVIMDAT.
No SAP DATABASE tables are accessed within this REPORT code!
RM_PH_ACTIVE_CHECK CALL FUNCTION 'RM_PH_ACTIVE_CHECK' "JH_010403 EXPORTING i_view = rmview i_phid = phid EXCEPTIONS ph_deactivated = 1 OTHERS = 2.
RM_PH_EVAL_DATA_CHECK CALL FUNCTION 'RM_PH_EVAL_DATA_CHECK' EXPORTING i_view = rmview i_ph = phid i_mode = con_generate i_phcheck = c_state_no "JH_N604309 i_mhcheck = c_state_no "JH_N604309 EXCEPTIONS eval_data_exist = 2 eval_data_adapt = 4 "JH_N604309 no_phdef = 1 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJBFVCPH - RM: Subroutines for View Cluster Maintenance for Portfolio Hierarchies RJBFVCPH - RM: Subroutines for View Cluster Maintenance for Portfolio Hierarchies RJBFVCBGR - RM: Subroutines for View Cluster Maintenance for Position Groups RJBFVCBGR - RM: Subroutines for View Cluster Maintenance for Position Groups RJBFVCAW - RM: Subroutines for View Cluster Maintenance for Evaluation Type RJBFVCAW - RM: Subroutines for View Cluster Maintenance for Evaluation Type