SAP Reports / Programs | Cross-Application Components | WebClient UI | Enterprise Search Integration(CA-WUI-ES) SAP CA

CRM_GUI_ES_MANAGER SAP ABAP Report - Program ENTERPRISE_SEARCH







CRM_GUI_ES_MANAGER 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_GUI_ES_MANAGER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CRM_ES_WB - CRM ES Modeling Workbench


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CRM_GUI_ES_MANAGER. "Basic submit
SUBMIT CRM_GUI_ES_MANAGER AND RETURN. "Return to original report after report execution complete
SUBMIT CRM_GUI_ES_MANAGER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program ENTERPRISE_SEARCH
Text Symbol: 105 = BOL path to root for relation ID
Text Symbol: 104 = BOL path to root for
Text Symbol: 103 = BOL path to root for relation ID
Text Symbol: 102 = BOL path to root for Template ID
Text Symbol: 101 = Make sure you selected an attribute before
Text Symbol: 100 = A BOL path could not be found!
Text Symbol: 053 =
Text Symbol: 052 =
Text Symbol: 051 = up to level
Text Symbol: 050 = Foreign Key Template functionality is switched on
Text Symbol: 032 = Continue
Text Symbol: 031 = This transaction is deprecated. Please model Enterprise Search Templates in the new transaction ESH_MODELER.
Text Symbol: 030 = Deprecated Transaction
Text Symbol: 029 = Node Rename Warning
Text Symbol: 028 = old node in Enterprise Search - Do you want to proceed?
Text Symbol: 027 = Renaming a node of a transferred Template will lead to deletion of
Text Symbol: 026 = Template Set or Template ID
Text Symbol: 025 = Do you want to cancel editing this screen?
Text Symbol: 024 = 'No' will unlock the template and roll back all changes
Text Symbol: 023 = not found
Text Symbol: 022 = Node
Text Symbol: 021 = , Related node not found
Text Symbol: 020 = Descr. missing
Text Symbol: 019 = Template
Text Symbol: 018 = Template Set
Text Symbol: 017 = Choose a node to maintain
Text Symbol: 016 = Maintain Template Set
Text Symbol: 015 = This is a Seperator
Text Symbol: 014 = No descr.
Text Symbol: 013 = Insert New Line as First Sibling
Text Symbol: 012 = Insert New Line as Last Sibling
Text Symbol: 011 = Insert New Line as Next Sibling
Text Symbol: 010 = Insert New Line as First Child
Text Symbol: 009 = Insert New Line as Last Child
Text Symbol: 008 = Next Sibling
Text Symbol: 007 = Last Sibling
Text Symbol: 006 = First Sibling





Text Symbol: 005 = First Child
Text Symbol: 004 = Last Child
Text Symbol: 003 = Select a Template Set
Text Symbol: 002 = Do you want to toggle change mode in order to unlock and save?
Text Symbol: 001 = Data Lock Warning


INCLUDES used within this REPORT CRM_GUI_ES_MANAGER

INCLUDE CRM_GUI_ES_TREE.
INCLUDE CRM_GUI_ES_MANAGER_UI.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-027 textline2 = text-028 titel = text-029 start_column = 22 start_row = 5 cancel_display = abap_false importing answer = lv_result exceptions others = 1.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TEMPLATE_SET_ID' dynpprog = sy-repid dynpnr = '0100' dynprofield = 'INPT_TSNAME' stepl = 1 window_title = text-003 value_org = 'S' "C display = 'F' callback_program = ' ' callback_form = ' ' tables value_tab = lit_templ return_tab = lit_rtab 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' retfield = 'TEMPLATE_ID' dynpprog = sy-repid dynpnr = '0100' dynprofield = 'INPT_TSNAME' stepl = 1 window_title = text-003 value_org = 'S' "C display = 'F' callback_program = ' ' callback_form = ' ' tables value_tab = lit_templates return_tab = lit_rettab exceptions parameter_error = 1 no_values_found = 2 others = 3.

ENQUEUE_ECRMD_ES_TEMPL call function 'ENQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = gv_current_template_id exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ECRMD_ES_TEMPL call function 'DEQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = lv_template_id.

ENQUEUE_ECRMD_ES_TEMPL call function 'ENQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ECRMD_ES_TEMPL call function 'DEQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts.

DEQUEUE_ECRMD_ES_TEMPL call function 'DEQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = gv_current_working_tid.

ENQUEUE_ECRMD_ES_TEMPL call function 'ENQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = gv_current_template_id exceptions foreign_lock = 1 system_failure = 2 others = 3.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'CRMS_ES_MODEL_ATTR_DATA' changing ct_fieldcat = gt_alv_grid_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-002 textline2 = text-024 titel = text-001 start_column = 25 start_row = 6 * CANCEL_DISPLAY = importing answer = lv_result exceptions others = 1.

DEQUEUE_ECRMD_ES_TEMPL call function 'DEQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = gv_current_working_tid.

DEQUEUE_ECRMD_ES_TEMPL call function 'DEQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = gv_current_working_tid.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-025 * textline2 = text-024 titel = text-001 start_column = 25 start_row = 6 cancel_display = abap_false importing answer = lv_result exceptions others = 1.

DEQUEUE_ECRMD_ES_TEMPL call function 'DEQUEUE_ECRMD_ES_TEMPL' exporting template_set_id = gv_current_ts template_id = gv_current_working_tid.






F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'foreign_key_templates' fieldname = r_fieldname * SEARCHHELP = SFW * display = e_display callback_program = 'CRM_GUI_ES_MANAGER' * value = l_help_valu callback_form = 'F4' tables return_tab = lt_f4.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = lv_tabname fieldname = pv_fieldname searchhelp = space " 'CRMS_ES_FOREIGN_ATTRIBUTE' display = abap_true callback_program = 'CRM_GUI_ES_MANAGER' value = lv_help_valu * callback_form = 'F4' tables return_tab = lt_f4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CRM_GUI_ES_MANAGER or its description.