COM_PRODUCT_CONFIG_API_TESTF03 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_TESTF03 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 = iv_category_id IMPORTING ev_category_guid = cv_category_guid EXCEPTIONS not_found = 1 OTHERS = 2.
COM_PR_CFG_PRODUCT_GETLIST CALL FUNCTION 'COM_PR_CFG_PRODUCT_GETLIST' EXPORTING iv_product_type = iv_product_type iv_langu = iv_langu iv_only_config = 'X' iv_category_guid = cv_category_guid IMPORTING et_product = lt_product et_bapireturn = ct_bapireturn.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'COMT_PRODUCT_SELECTION_PME' retfield = 'PRODUCT_GUID' value_org = 'S' TABLES value_tab = lt_product * return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 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_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 COM_PRODUCT_CHECK_STATUS_F01 - COMPRODUCTCHECKSTATUSF01