IHC_STR_GUI_SENDER SAP (Structure for GUI Fields: Sender) Structure details

Dictionary Type: Structure
Description: Structure for GUI Fields: Sender




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




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

IHC_STR_GUI_SENDER 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 Fields: Sender" 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_SENDER TYPE IHC_STR_GUI_SENDER.

The IHC_STR_GUI_SENDER table consists of various fields, each holding specific information or linking keys about Structure for GUI Fields: Sender data available in SAP. These include ACCOUNT (Payer Account Number), ACCOUNT_HOLDER (Name of Account Holder for Payer Account), ACCOUNT_NAME (Account Name), CURRENCY (Payer Account Currency).. 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 or numeric)


SAP IHC_STR_GUI_SENDER 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
BANK_COUNTRYPayer Bank Country IHC_DTE_PN_PAY_BANK_CNTRYCHAR3Assigned to domainLAND1
ACCOUNTPayer Account Number IHC_DTE_PN_PAY_ACCTNOCHAR35CHAR35IHC_SHLP_PN_ACCOUNT
ACCOUNT_HOLDERName of Account Holder for Payer Account IHC_DTE_PN_PAY_ACCHO_NAMECHAR60KOINH
ACCOUNT_NAMEAccount Name IHC_DTE_ACCOUNT_DESCRCHAR60CHAR60
CURRENCYPayer Account Currency IHC_DTE_PN_PAY_ACCTCURRCUKY5Assigned to domainWAERS
CLEARING_ACCOUNTClearing Account in Posting System IHC_DTE_CLEARING_ACCOUNTCHAR35CHAR35IHC_SHLP_PN_ACCOUNT
AMOUNTPayer Amount in Account Currency IHC_DTE_PN_PAY_AMOUNTCURR17(2)
PRIMARY_AMOUNTPayer Amount in Account Currency IHC_DTE_PN_PAY_AMOUNT_EXTCURR17(2)
CURR_SWAPFlag: Currency Conversion Required IHC_DTE_CURRENCY_SWAPCHAR1XFELD
EXCHANGE_RATEPayer Exchange Rate IHC_DTE_PN_PAY_EXRATEDEC9(5) EXCRTNIHC_EXRATE
PRIMARY_RATEPayer Exchange Rate IHC_DTE_PN_PAY_EXRATE_EXTDEC9(5) EXCRTNIHC_EXRATE
FACTORRatio for the 'To' Currency Units TFACT_CURRDEC9DEC9
VALUE_DATEPayer Value Date IHC_DTE_PN_PAY_VALUE_DATEDATS8DATUM
ORIGINAL_COUNTRYOriginal Payer Bank Country Key IHC_DTE_PN_OPAY_BANK_CNTRYCHAR3Assigned to domainLAND1
ORIGINAL_BANKIDBank Key IHC_DTE_BANK_KEYCHAR15BANKK
ORIGINAL_ACCOUNTOriginal Payer Account Number IHC_DTE_PN_OPAY_ACCTNOCHAR35CHAR35IHC_SHLP_PN_ACCOUNT
ORIGINAL_NAMEOriginal Payer Name of Account Holder IHC_DTE_PN_OPAY_ACCHO_NAMECHAR60KOINH
DEBIT_CREDITDebit/Credit Indicator IHC_DTE_DEBIT_CREDIT_FLAGCHAR1SHKZG

Key field Non-key field



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

As IHC_STR_GUI_SENDER 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_SENDER as there is no data to select.

How to access SAP table IHC_STR_GUI_SENDER

Within an ECC or HANA version of SAP you can also view further information about IHC_STR_GUI_SENDER 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!