_COM_PRODUCT_RECATEG_F04 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 _COM_PRODUCT_RECATEG_F04 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!
COM_PRODUCT_GETLIST_API CALL FUNCTION 'COM_PRODUCT_GETLIST_API' EXPORTING iv_max_rows = iv_max_select it_prod_id_rg = it_pid it_obj_family_rg = lt_object_family_range it_hierarchy_range = lt_hierarchy_range it_category_rg = lt_category_range iv_locked_products = 'X' iv_scenario = 'CL_COM_PRSEARCHSCENARIO_GETLST' IMPORTING et_product = et_product * ET_DATA = * ET_BAPIRETURN = EXCEPTIONS no_scenario = 1 error_getlist = 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.
_COM_PRODUCT_RECATEG_F04 - COMPRODUCTRECATEGF04 _COM_PRODUCT_RECATEG_F03 - COMPRODUCTRECATEGF03 _COM_PRODUCT_RECATEG_F02 - COMPRODUCTRECATEGF02 _COM_PRODUCT_RECATEG_F01 - COMPRODUCTRECATEGF01 _COLL_GRP_EVENTS_BEFORE_NAVF01 - COLLGRPEVENTSBEFORENAVF01 _COLL_GRP_EVENTS_AFTER_NAVIF01 - COLLGRPEVENTSAFTERNAVIF01