ECRM_EPDPROD_PRODUCTGUID 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 ECRM_EPDPROD_PRODUCTGUID 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: Report for Reading and Saving the GUID of a CRM Product
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CRM0_READ_CRMRFCPAR CALL FUNCTION 'CRM0_READ_CRMRFCPAR' EXPORTING i_consumer = 'CRM' "#EC NOTEXT i_objname = '*' "#EC NOTEXT i_download = '*' "#EC NOTEXT i_discard_data = ls_discard_data TABLES t_crmrfcpar = lt_crmrfcpar EXCEPTIONS no_entry = 1 consumer_not_active = 2 OTHERS = 3.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' DESTINATION ls_crmrfcpar-rfcdest EXPORTING funcname = 'ECRM_GET_PRODUCT_LIST' "#EC NOTEXT EXCEPTIONS function_not_exist = 1 OTHERS = 2.
ECRM_GET_PRODUCT_LIST CALL FUNCTION 'ECRM_GET_PRODUCT_LIST' DESTINATION ls_crmrfcpar-rfcdest IMPORTING et_product = lt_crm_product ev_sysid = lv_crm_sysid ev_mandt = lv_crm_mandt EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ECRM_EPDPROD_PRODUCTGUID - Report for Reading and Saving the GUID of a CRM Product ECRM_EPDPROD_PRODUCTGUID - Report for Reading and Saving the GUID of a CRM Product ECRM_EPDPRODA_KEY_ATTRIBUTES - Program for Checking Key Attributes of Evaluation Category ECRM_EPDPRODA_KEY_ATTRIBUTES - Program for Checking Key Attributes of Evaluation Category ECRM_EPDPRODA_EXT_UPDATE_MULTI - Set EXT_PARAM Flag Correctly for Existing Attributes ECRM_EPDPRODA_EXT_UPDATE_MULTI - Set EXT_PARAM Flag Correctly for Existing Attributes