COM_PRODUCT_CONFIG_API_TESTF04 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_CONFIG_API_TESTF04 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_CATEGORY_GET_GUID_2 CALL FUNCTION 'COM_CATEGORY_GET_GUID_2' EXPORTING iv_category_id = pcatid IMPORTING ev_category_guid = catguid EXCEPTIONS not_found = 1 OTHERS = 2.
COM_PR_CFG_CATEGORY_GETDETAIL CALL FUNCTION 'COM_PR_CFG_CATEGORY_GETDETAIL' EXPORTING iv_category_guid = catguid iv_langu = sy-langu IMPORTING es_category = cs_category et_bapireturn = ct_bapireturn.
COM_PR_CFG_CATEGORY_CHECK CALL FUNCTION 'COM_PR_CFG_CATEGORY_CHECK' EXPORTING iv_category_id = pcatid iv_hierarchy_id = phierid iv_langu = sy-langu IMPORTING es_category = cs_category et_bapireturn = ct_bapireturn.
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_CONFIG_API_TESTF04 - COMPRODUCTCONFIGAPITESTF04 COM_PRODUCT_CONFIG_API_TESTF03 - COMPRODUCTCONFIGAPITESTF03 COM_PRODUCT_CONFIG_API_TESTF02 - COMPRODUCTCONFIGAPITESTF02 COM_PRODUCT_CONFIG_API_TESTF01 - COMPRODUCTCONFIGAPITESTF01 COM_PRODUCT_CONFIG_API_TEST - Product APIs for Configuration Testing COM_PRODUCT_CONFIG_API_TEST - Product APIs for Configuration Testing