IHC_STR_RT_PN SAP (IHC: Set of Rules Fields) Structure details

Dictionary Type: Structure
Description: IHC: Set of Rules Fields




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




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

IHC_STR_RT_PN 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 "IHC: Set of Rules Fields" 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_RT_PN TYPE IHC_STR_RT_PN.

The IHC_STR_RT_PN table consists of various fields, each holding specific information or linking keys about IHC: Set of Rules Fields data available in SAP. These include REC_PRI_BNKID (Recipient Primary Bank ID), REC_SEC_BNKID (Recipient Secondary Bank ID), REC_BANK_CNTRY (Recipient Bank Country), REC_ACCHO_CNTRY (Recipient Country Key).. 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_RT_PN 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
REC_PRI_BNKIDRecipient Primary Bank ID IHC_DTE_PN_REC_PRI_BNKIDCHAR15BANKL
REC_SEC_BNKIDRecipient Secondary Bank ID IHC_DTE_PN_REC_SEC_BNKIDCHAR15BANKL
REC_BANK_CNTRYRecipient Bank Country IHC_DTE_PN_REC_BANK_CNTRYCHAR3T005LAND1
REC_ACCHO_CNTRYRecipient Country Key IHC_DTE_PN_REC_ACCHO_CNTRYCHAR3T005LAND1
REC_ACCTCURRRecipient Account Currency IHC_DTE_PN_REC_ACCTCURRCUKY5TCURCWAERS
REC_ACCTNOAccount Number of Recipient IHC_DTE_PN_REC_ACCTNOCHAR35CHAR35IHC_SHLP_PN_ACCOUNT
REC_IBANRecipient IBAN IHC_DTE_PN_REC_IBANCHAR34IBAN
TRNS_TYPETransaction Type IHC_DTE_PN_TRNS_TYPECHAR6IHC_TAB_TRANSIHC_DOM_TRANSACTION_TYPE
TRNS_AMOUNTTransaction Amount IHC_DTE_TRANSACTION_AMOUNTCURR17(2)
TRNS_CURRTransaction Currency IHC_DTE_TRANSACTION_CURRENCYCUKY5TCURCWAERS
PAY_PRI_BNKIDPayer Primary Bank ID IHC_DTE_PN_PAY_PRI_BNKIDCHAR15BANKL
PAY_SEC_BNKIDPayer Secondary Bank ID IHC_DTE_PN_PAY_SEC_BNKIDCHAR15BANKL
PAY_BANK_CNTRYPayer Bank Country IHC_DTE_PN_PAY_BANK_CNTRYCHAR3T005LAND1
PAY_ACCHO_CNTRYPayer Country Key IHC_DTE_PN_PAY_ACCHO_CNTRYCHAR3T005LAND1
PAY_ACCTNOPayer Account Number IHC_DTE_PN_PAY_ACCTNOCHAR35CHAR35IHC_SHLP_PN_ACCOUNT
PAY_ACCTCURRPayer Account Currency IHC_DTE_PN_PAY_ACCTCURRCUKY5TCURCWAERS
REC_ACCHO_NAMEName of Account Holder for Recipient Account IHC_DTE_PN_REC_ACCHO_NAMECHAR60KOINH
IN_RZAWEDelivered Payment Method IHC_DTE_IN_RZAWECHAR1Assigned to domainZLSCH
IN_UZAWEDelivered Payment Method Supplement IHC_DTE_IN_UZAWECHAR2Assigned to domainUZAWE
CRUSRCreated By IHC_DTE_CREATE_USERCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table IHC_STR_RT_PN

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