IHB_REMITDATA SAP (Remittance Data for PAYRQ) Structure details

Dictionary Type: Structure
Description: Remittance Data for PAYRQ




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




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

IHB_REMITDATA 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 "Remittance Data for PAYRQ" 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_IHB_REMITDATA TYPE IHB_REMITDATA.

The IHB_REMITDATA table consists of various fields, each holding specific information or linking keys about Remittance Data for PAYRQ data available in SAP. These include SDATA (Application data), HD_ITEM (Header or position segment), FIELD (Field in PAYEXT), Q_FIELD (Field name of qualifier in PAYEXT).. 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: Not classified


SAP IHB_REMITDATA 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
SEGNAMSegment type EDILSEGTYPCHAR27Assigned to domainEDILSEGTYPSEG
SDATAApplication data EDI_SDATALCHR1000EDI_SDATA
HD_ITEMHeader or position segment IHB_HORICHAR1CHAR1
FIELDField in PAYEXT IHB_FIELDCHAR15CHAR015
Q_FIELDField name of qualifier in PAYEXT IHB_QFIELDCHAR10CHAR010
QUALFDocument Type EDIF1001_TCHAR3EDIF1001
NEW_FIELDField name in ZPAYRQS (customer table for remittance data) IHB_NFIELDCHAR20CHAR020

Key field Non-key field



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

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

How to access SAP table IHB_REMITDATA

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