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

CRM_GUI_ES_MANAGER_VALUE_HELPS SAP ABAP INCLUDE - Include CRM_GUI_ES_MANAGER_VALUE_HELPS







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


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_VALUE_HELPS. "Basic submit
SUBMIT CRM_GUI_ES_MANAGER_VALUE_HELPS AND RETURN. "Return to original report after report execution complete
SUBMIT CRM_GUI_ES_MANAGER_VALUE_HELPS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CRM_GUI_ES_MANAGER_VALUE_HELPS


INCLUDES used within this REPORT CRM_GUI_ES_MANAGER_VALUE_HELPS

No INCLUDES are used within this REPORT code!


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:

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'CRMS_ES_TEMPLATE_SCRN' fieldname = 'TYPE' tables return_tab = lt_rettab.

DDIF_DOMA_GET call function 'DDIF_DOMA_GET' exporting name = lv_dom_name state = 'A' langu = sy-langu tables dd07v_tab = lt_domval exceptions illegal_input = 1 others = 2.

F4_DD_TABLE_FIELDS call function 'F4_DD_TABLE_FIELDS' exporting table = lv_tabname * OBJECT = '*' * SUPPRESS_SELECTION = 'X' * DISPLAY_ONLY = * VARIANT = ' ' * LIST_VARIANT = ' ' importing result = root_key_fields-keyfield.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KEYFIELD' dynpnr = '0700' dynprofield = 'TARGET_KEY' stepl = 1 value_org = 'S' "C display = 'F' tables value_tab = lt_to_key_values return_tab = lt_rettab exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'FIELD_ID' dynpnr = '0700' dynprofield = 'CRMS_ES_ATTR_DATA_SCRN-LANGUAGE' stepl = 1 value_org = 'S' "C display = 'F' tables value_tab = lt_langu_fields return_tab = lt_rettab exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4_DD_STRUCTURE_FIELDS call function 'F4_DD_STRUCTURE_FIELDS' exporting table = crms_es_attr_data_scrn-structurename * OBJECT = '*' * SUPPRESS_SELECTION = 'X' * DISPLAY_ONLY = * VARIANT = ' ' * LIST_VARIANT = ' ' importing result = crms_es_keymap_fields-source_key.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TEMPLATE_ID' dynpnr = '0520' dynprofield = 'TARGET_TEMPLATE_ID' stepl = 1 value_org = 'S' "C display = 'F' tables value_tab = lt_templates return_tab = lt_rettab exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'CRMS_ES_FOREIGN_TEMPLATE' fieldname = 'TARGET_CARDINALITY' tables return_tab = lt_rettab.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'FIELD_ID_CRM' dynpnr = '0500' dynprofield = 'SOURCE_KEY' stepl = 1 value_org = 'S' "C display = 'F' tables value_tab = lt_key_values return_tab = lt_rettab exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'FIELD_ID_CRM' dynpnr = '0500' dynprofield = 'TARGET_KEY' stepl = 1 value_org = 'S' "C display = 'F' tables value_tab = lt_key_values return_tab = lt_rettab exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4_DD_STRUCTURE_FIELDS call function 'F4_DD_STRUCTURE_FIELDS' exporting table = crms_es_keymap_fields_scrn-child_strucname importing result = crms_es_keymap_fields_scrn-target_key.



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_VALUE_HELPS or its description.