BBP_PCH_ACTIVATE_REASSIGNMENT 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 BBP_PCH_ACTIVATE_REASSIGNMENT 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: Program BBP_PCH_ACTIVATE_REASSIGNMENT
Text Symbol: 001 = The functionality for moving categories within a product category hierarchy was activated successfully
Text Symbol: 002 = Unable to activate the functionality for moving categories within a product category hierarchy
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COM_CATEGORY_ACTIVATE_REASSIGN CALL FUNCTION 'COM_CATEGORY_ACTIVATE_REASSIGN' EXPORTING iv_activate = 'X' iv_show_menu = 'X'.
COM_CATEGORY_REASSIGN_IS_ACTIV CALL FUNCTION 'COM_CATEGORY_REASSIGN_IS_ACTIV' IMPORTING ev_is_active = lv_is_active.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_PCH_ACTIVATE_REASSIGNMENT - Program BBP_PCH_ACTIVATE_REASSIGNMENT BBP_PCH_ACTIVATE_REASSIGNMENT - Program BBP_PCH_ACTIVATE_REASSIGNMENT BBP_PCDEF - Include BBP_PCDEF BBP_PARTNER_XPRA400 - XPRA to Convert Partner at Item Level (EBP Release 4.0) BBP_PARTNER_XPRA400 - XPRA to Convert Partner at Item Level (EBP Release 4.0) BBP_OUT_PARAMS_CLEAN - Report for cleaning the database table bbp_out_params.