IHC_STR_GUI_TEXT SAP (Structure for GUI Headers) Structure details

Dictionary Type: Structure
Description: Structure for GUI Headers




ABAP Code to SELECT data from IHC_STR_GUI_TEXT
Related tables to IHC_STR_GUI_TEXT
Access table IHC_STR_GUI_TEXT




Structure field list including key, data, relationships and ABAP select examples

IHC_STR_GUI_TEXT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for GUI Headers" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IHC_STR_GUI_TEXT TYPE IHC_STR_GUI_TEXT.

The IHC_STR_GUI_TEXT table consists of various fields, each holding specific information or linking keys about Structure for GUI Headers data available in SAP. These include TAB_SENDER (Sender / Beneficiary), TAB_RECEIVER (Recipient / Payer), TAB_ADMIN (Administration and Reference Documents), TAB_LOG (Logs).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IHC_STR_GUI_TEXT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TAB_OVERVIEWOverview IHC_DTE_GUI_TAB_OVERVIEWCHAR1
TAB_SENDERSender / Beneficiary IHC_DTE_GUI_TAB_SENDERCHAR1
TAB_RECEIVERRecipient / Payer IHC_DTE_GUI_TAB_RECEIVERCHAR1
TAB_ADMINAdministration and Reference Documents IHC_DTE_GUI_TAB_ADMINCHAR1
TAB_LOGLogs IHC_DTE_GUI_TAB_LOGCHAR1
TRANSACTION_DATATransaction Data IHC_DTE_GUI_TEXT_TRANSACTIONCHAR1
SENDERPayer / Beneficiary IHC_DTE_GUI_TEXT_SENDERCHAR1
ORIGINAL_SENDEROriginal Payer IHC_DTE_GUI_TEXT_ORIG_SENDERCHAR1
RECEIVERRecipient / Payer IHC_DTE_GUI_TEXT_RECEIVERCHAR1
BANK_DATABank Data IHC_DTE_GUI_TEXT_BANK_DATACHAR1
PAYMENTPayment Data IHC_DTE_GUI_TEXT_PAYMENT_DATACHAR1
CONTROLControl Data IHC_DTE_GUI_TEXT_CONTROL_DATACHAR1
ADMIN_DATAAdministrative Data IHC_DTE_GUI_TEXT_ADMIN_DATACHAR1
STATUS_HISTReference Documents (and Status History) IHC_DTE_GUI_TEXT_STATUS_HISTCHAR1
VARIANT_NAMESelection Variant IHC_DTE_SELECTION_VARIANTCHAR14Assigned to domainIHC_DOM_SELECTION_VARIANT
USER_SPECFlag: User-Specific IHC_DTE_GUI_USER_SPECIFICCHAR1XFELD
INSTRUCTIONSInstructions IHC_DTE_GUI_TEXT_INSTRUCTIONSCHAR1
DEFAULT_VARIANTFlag: Variant Is Default Setting IHC_DTE_DEFAULT_VARIANTCHAR1XFELD
VARIANT_DESCRName of Variant IHC_DTE_VARIANT_DESCRCHAR40IHC_DOM_VARIANT_DESCR
CONTAINER_FIELDSIHC: Container Fields IHC_DTE_GUI_TEXT_CONTAINER_FLDCHAR1
PAYMENT_NOTESIHC: Payment Notes IHC_DTE_GUI_TEXT_PAYMENT_NOTESCHAR1

Key field Non-key field



How do I retrieve data from SAP structure IHC_STR_GUI_TEXT using ABAP code?

As IHC_STR_GUI_TEXT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IHC_STR_GUI_TEXT as there is no data to select.

How to access SAP table IHC_STR_GUI_TEXT

Within an ECC or HANA version of SAP you can also view further information about IHC_STR_GUI_TEXT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!