IHC_STR_PAYRQ_AVIS_INFO SAP (Payment Advice Information for Payment Request) Structure details

Dictionary Type: Structure
Description: Payment Advice Information for Payment Request




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




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

IHC_STR_PAYRQ_AVIS_INFO 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 "Payment Advice Information for Payment Request" 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_PAYRQ_AVIS_INFO TYPE IHC_STR_PAYRQ_AVIS_INFO.

The IHC_STR_PAYRQ_AVIS_INFO table consists of various fields, each holding specific information or linking keys about Payment Advice Information for Payment Request data available in SAP. These include PACUR (Payment Request Currency Key), SHKZG (Debit/Credit Indicator), WRBTR (Amount in document currency), PAMTF (Payment Request Amount in Payment 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_PAYRQ_AVIS_INFO 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
WAERSCurrency Key of the Invoice PRQ_DOCURCUKY5Assigned to domainWAERS
PACURPayment Request Currency Key PRQ_PACURCUKY5Assigned to domainWAERS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
PAMTFPayment Request Amount in Payment Currency PRQ_AMTFCCURR13(2) WERT7
WTAMNTPWithholding Tax Amount in Payment Currency PRQ_WTAMNTPCURR13(2) WERT7
DEDUAMNTPDeductions in Payment Currency PRQ_DEDUAMNTPCURR13(2) WERT7
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BLDATDocument Date in Document BLDATDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
KIDNOPayment Reference KIDNOCHAR30CHAR30
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
PAMTLPayment Request Amount in Local Currency PRQ_AMTLCCURR13(2) WERT7
DEDUAMNTLDeductions in Local Currency PRQ_DEDUAMNTLCURR13(2) WERT7
WTAMNTLWithholding Tax Amount in Local Currency PRQ_WTAMNTLCURR13(2) WERT7
LZBKZState Central Bank Indicator LZBKZCHAR3T015LLZBKZ
LANDLSupplying Country LANDLCHAR3T005LAND1

Key field Non-key field



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

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

How to access SAP table IHC_STR_PAYRQ_AVIS_INFO

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