COM_GENERIC_BW_TEMPLATE_PROD 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_GENERIC_BW_TEMPLATE_PROD 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_SETTYPE_READ_SINGLE CALL FUNCTION 'COM_SETTYPE_READ_SINGLE' EXPORTING iv_settype_id = '\bw_meta_info-i_frgtype_id\' iv_with_text = ' ' IMPORTING es_settype = ls_settype EXCEPTIONS OTHERS = 0.
COM_SETTYPE_DET_STRUC_NAMES *@ CALL FUNCTION 'COM_SETTYPE_DET_STRUC_NAMES' *@ EXPORTING *@ IV_SETTYPE_ID = lv_settype_id *@ IMPORTING *@ ES_STRUCNAMES = ls_strucnames *@ EXCEPTIONS *@ others = 0.
COM_SETTYPE_READ_SINGLE *@ CALL FUNCTION 'COM_SETTYPE_READ_SINGLE' *@ EXPORTING *@ iv_settype_id = lv_settype_id *@ iv_with_text = ' ' *@ IMPORTING *@ es_settype = ls_settype_details *@ EXCEPTIONS *@ OTHERS = 0.
COM_SETTYPE_TFW_DATA_GET_CB CALL FUNCTION 'COM_SETTYPE_TFW_DATA_GET_CB' EXPORTING iv_settype_id = '\bw_meta_info-i_frgtype_id\' EXCEPTIONS minitp_type_not_found = 4.
TFW_READ CALL FUNCTION 'TFW_READ' EXPORTING iv_tfw_object = 'PROD' iv_minitp_type = ' ' i_object_keys = ls_prd_tfw_key_manager_key iv_context = 'BW' IMPORTING e_data = lt_set e_read_information = ls_read_info et_return = lt_bapireturn EXCEPTIONS OTHERS = 0.
COM_GEN_LH_CHECK_ECM_VALIDITY CALL FUNCTION 'COM_GEN_LH_CHECK_ECM_VALIDITY' EXPORTING iv_data = '\bw_meta_info-i_extract\' TABLES ct_data = et_data EXCEPTIONS field_object_guid_not_found = 1 field_order_guid_not_found = 2 OTHERS = 3.
COM_GEN_LH_FILL_EXT_FORMAT CALL FUNCTION 'COM_GEN_LH_FILL_EXT_FORMAT' EXPORTING iv_data = '\bw_meta_info-i_extract\' iv_key_type = lv_key_type TABLES ct_data = et_data EXCEPTIONS field_key_type_not_found = 1 field_guid_not_found = 2 link_handler_metadata_error = 3 OTHERS = 4.
\ls_functions-callback_func\ CALL FUNCTION '\ls_functions-callback_func\' EXPORTING i_extract = i_extract it_changed_objects = it_changed_objects_\ls_functions-object_usage\ CHANGING e_t_data = et_data.
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_GENERIC_BW_TEMPLATE_PROD - COMGENERICBWTEMPLATEPROD COM_GENERIC_BW_TEMPLATE_MV - COMGENERICBWTEMPLATEMV COM_GENERIC_BW_TEMPLATE_IL - COMGENERICBWTEMPLATEIL COM_GENERIC_BW_TEMPLATE_CURSOR - COMGENERICBWTEMPLATECURSOR COM_GENERIC_BW_TEMPLATE_CLASSI - COMGENERICBWTEMPLATECLASSI COM_GENERIC_BW_TEMPLATE_BUPR - COMGENERICBWTEMPLATEBUPR