SAP Reports / Programs | Basis Components | Basis Components | NetWeaver Enterprise Search(BC-EIM-ESH) SAP BC

ESH_SET_TEXTATTR_AS_URL_TO_TRX SAP ABAP Report - Text Attributes: Set As URL to TREX for resolution







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


Text pool values


Selection Text: P_SWC = Attribute Software Component
Selection Text: P_OTYP = Object Type
Selection Text: P_NODE = Node
Selection Text: P_LOGSYS = Logical System
Selection Text: P_FLAG = As URL to TREX
Title: Text Attributes: Set As URL to TREX for resolution
Text Symbol: 027 = Exit
Text Symbol: 026 = is not possible for HANA
Text Symbol: 025 = Switching URL resolution to TREX/HANA
Text Symbol: 024 = FEATURE NOT SUPPORTED FOR HANA
Text Symbol: 023 = Refresh list
Text Symbol: 022 = Refresh
Text Symbol: 021 = Analyzing models...
Text Symbol: 020 = Software component not found:
Text Symbol: 019 = Logical system not found:
Text Symbol: 018 = Select logical system first
Text Symbol: 017 = Logical systems not yet set up
Text Symbol: 016 = No entries selected in the table
Text Symbol: 015 = Use value help for text attribute selection
Text Symbol: 014 = To populate SWC, object type and node name:
Text Symbol: 012 = Logical system not specified
Text Symbol: 011 = Set Node as URL to TREX
Text Symbol: 010 = Connector Update Required
Text Symbol: 009 = Close Window
Text Symbol: 008 = Delete selected rows
Text Symbol: 007 = Delete
Text Symbol: 006 = URL to TREX
Text Symbol: 004 = Node Name
Text Symbol: 003 = Object Type
Text Symbol: 002 = Software Component
Text Symbol: 001 = Logsys


INCLUDES used within this REPORT ESH_SET_TEXTATTR_AS_URL_TO_TRX

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_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LOGSYS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_LOGSYS' value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_adm_rfc_conn EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SYSREL' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_SWC' value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_software_components EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dyfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

DYNP_UPDATE_FIELDS CALL FUNCTION 'DYNP_UPDATE_FIELDS' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'NODE_FIELD' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_NODE' value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_textattributes dynpfld_mapping = lt_dynpfld_mapping EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

POPUP_FOR_INTERACTION CALL FUNCTION 'POPUP_FOR_INTERACTION' EXPORTING HEADLINE = 'FEATURE NOT SUPPORTED FOR HANA'(024) TEXT1 = 'Switching URL resolution to TREX/HANA '(025) TEXT2 = 'is not possible for HANA'(026) TICON = 'E' BUTTON_1 = 'Exit'(027).



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