IHC_STR_GUI_RECEIVER SAP (Structure for GUI Fields: Recipient) Structure details

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




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




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

IHC_STR_GUI_RECEIVER 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: Recipient" 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_RECEIVER TYPE IHC_STR_GUI_RECEIVER.

The IHC_STR_GUI_RECEIVER table consists of various fields, each holding specific information or linking keys about Structure for GUI Fields: Recipient data available in SAP. These include BANK_COUNTRY (Recipient Bank Country), BANK_KEY (Bank Key), BANK_ID (Recipient Primary Bank ID), SWIFT (SWIFT Code).. 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_RECEIVER 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
UNITBank Area IHC_DTE_UNITCHAR4_UNITIHC_DOM_UNITPN_UNITIHC_SHLP_PN_UNIT
BANK_COUNTRYRecipient Bank Country IHC_DTE_PN_REC_BANK_CNTRYCHAR3T005LAND1
BANK_KEYBank Key IHC_DTE_BANK_KEYCHAR15BANKK
BANK_IDRecipient Primary Bank ID IHC_DTE_PN_REC_PRI_BNKIDCHAR15BANKL
SWIFTSWIFT Code IHC_DTE_SWIFT_CODECHAR11SWIFT
BANK_CONTROL_KEYRecipient Bank Control Key IHC_DTE_PN_REC_BKONTCHAR2BKONT
BANK_REFERENCERecipient Reference Info for Bank Details IHC_DTE_PN_REC_BANK_REFCHAR20CHAR20
BANK_NAMERecipient Name of Financial Insitution IHC_DTE_PN_REC_BANK_NAMECHAR60TEXT60
ACCOUNTAccount Number of Recipient IHC_DTE_PN_REC_ACCTNOCHAR35CHAR35IHC_SHLP_PN_ACCOUNT
ACCOUNT_NAMEAccount Name IHC_DTE_ACCOUNT_DESCRCHAR60CHAR60
IBANRecipient IBAN IHC_DTE_PN_REC_IBANCHAR34IBAN
REPETITIVE_CODE 0
CLEARING_PARTNERClearing Partner IHC_DTE_PN_PRTNR_IDCHAR4
INSTRUCTIONIHC Instruction Key IHC_DTE_INSTRUCTION_CODECHAR16Assigned to domainIHC_DOM_INSTRUCTION_KEY
ACCOUNT_HOLDERName of Account Holder for Recipient Account IHC_DTE_PN_REC_ACCHO_NAMECHAR60KOINH
STREETRecipient: Street and House No. IHC_DTE_REC_STREETCHAR100
HOUSERecipient Address: House No. IHC_DTE_REC_HOUSECHAR8
CITYRecipient Address: City IHC_DTE_REC_CITYCHAR40
POSTCODERecipient Address: Postal Code IHC_DTE_REC_POSTCODECHAR10
RCV_COUNTRYRecipient Country Key IHC_DTE_PN_REC_ACCHO_CNTRYCHAR3T005LAND1
CURRENCYRecipient Account Currency IHC_DTE_PN_REC_ACCTCURRCUKY5Assigned to domainWAERS
AMOUNTRecipient Amount in Account Currency IHC_DTE_PN_REC_AMNTCURR17(2)
PRIMARY_AMOUNTRecipient Amount in Account Currency IHC_DTE_PN_REC_AMNT_EXTCURR17(2)
EXCHANGE_RATERecipient Exchange Rate IHC_DTE_PN_REC_EXRATEDEC9(5) EXCRTNIHC_EXRATE
PRIMARY_RATERecipient Exchange Rate IHC_DTE_PN_REC_EXRATE_EXTDEC9(5) EXCRTNIHC_EXRATE
FACTORRatio for the 'To' Currency Units TFACT_CURRDEC9DEC9
VALUE_DATERecipient Value Date IHC_DTE_PN_REC_VALUE_DATEDATS8DATUM
EXTERNFlag: External Recipient IHC_DTE_EXTERNAL_RECEIVERCHAR1XFELD
CURR_SWAPFlag: Currency Conversion Required IHC_DTE_CURRENCY_SWAPCHAR1XFELD
CONTRACTContract Number IHC_DTE_CONTRACT_NUMBERCHAR13ALPHARANL
URGENTRapid Payment IHC_DTE_URGENT_PAYMENTCHAR1XFELD
INST_1Execution Instruction IHC_DTE_PN_INSTRUCTCHAR8Assigned to domainIHC_DOM_INSTRUCTION
INST_2Execution Instruction IHC_DTE_PN_INSTRUCTCHAR8Assigned to domainIHC_DOM_INSTRUCTION
INST_3Execution Instruction IHC_DTE_PN_INSTRUCTCHAR8Assigned to domainIHC_DOM_INSTRUCTION
INST_4Execution Instruction IHC_DTE_PN_INSTRUCTCHAR8Assigned to domainIHC_DOM_INSTRUCTION
DEBIT_CREDITDebit/Credit Indicator IHC_DTE_DEBIT_CREDIT_FLAGCHAR1SHKZG
CENTRAL_BANK_INDICATORState Central Bank Indicator IHC_DTE_CENTRAL_BANK_INDICATORCHAR3T015LLZBKZ
SUPPLY_COUNTRYSupplying Country IHC_DTE_SUPPLY_COUNTRYCHAR3T005LAND1

Key field Non-key field



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

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

How to access SAP table IHC_STR_GUI_RECEIVER

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