CRM_ES_COMPARE_MODELS 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 CRM_ES_COMPARE_MODELS 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.
Selection Text: P_RFCDST = RFC dest. to remote system
Selection Text: P_TMPSET = Template set (optional)
Title: Report CRM_ES_COMPARE_MODELS
Text Symbol: 005 = New node created
Text Symbol: 006 = Node deleted
Text Symbol: 007 = Attribute deleted
Text Symbol: 008 = Alert
INCLUDE CRM_ES_COMPARE_MODELS_SET_PO01.
INCLUDE CRM_ES_COMPARE_MODELS_USER_I01.
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'RFCDEST' tables value_tab = lt_value_tab field_tab = lt_field_tab return_tab = lt_return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TEMPLATE_SET_ID' tables value_tab = lt_value_tab field_tab = lt_field_tab return_tab = lt_return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.
CRM_ES_GET_ALL_NODES call function 'CRM_ES_GET_ALL_NODES' exporting iv_template_set = p_tmpset importing et_node_list = lt_local_node_list.
CRM_ES_GET_ALL_NODES call function 'CRM_ES_GET_ALL_NODES' destination p_rfcdst exporting iv_template_set = p_tmpset importing et_node_list = lt_remote_node_list exceptions system_failure = 1 communication_failure = 2.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'CRMS_ES_COMPARE_RESULT' changing ct_fieldcat = gt_alv_grid_fcat exceptions inconsistent_interface = 1 program_error = 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.
CRM_ES_COMPARE_MODELS - Report CRM_ES_COMPARE_MODELS CRM_ES_COMPARE_MODELS - Report CRM_ES_COMPARE_MODELS CRM_ES_COMPARATOR - Program CRM_ES_COMPARATOR CRM_ES_COMPARATOR - Program CRM_ES_COMPARATOR CRM_ES_CLIENTCOPY_TEMPLATES - Client Copy of CRM Enterprise Search Customizing CRM_ES_CLIENTCOPY_TEMPLATES - Client Copy of CRM Enterprise Search Customizing