RNAINCPAY SAP (Screen Fields for Incoming Payments IS-H) Structure details

Dictionary Type: Structure
Description: Screen Fields for Incoming Payments IS-H




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




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

RNAINCPAY 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 "Screen Fields for Incoming Payments IS-H" 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_RNAINCPAY TYPE RNAINCPAY.

The RNAINCPAY table consists of various fields, each holding specific information or linking keys about Screen Fields for Incoming Payments IS-H data available in SAP. These include BUDAT (Posting Date in the Document), VALUT (Value date), WAERS (Currency Key), WRBTR (IS-H: Amount Payable).. 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 RNAINCPAY 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
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
VALUTValue date VALUTDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRIS-H: Amount Payable ISH_PMT_PAY_AMOUNTCURR13(2) WERT7
SGTXTPosting Text for Document Item ISH_POST_ITEM_TXTCHAR50TEXT50
G_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
G_WRBTRIS-H: Amount Paid by Customer ISH_PMT_GIV_AMOUNTCURR13(2) WERT7
Z_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
Z_WRBTRIS-H: Change ISH_PMT_RET_AMOUNTCURR13(2) WERT7
R_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
R_WRBTRIS-H: Repayable Amount ISH_PMT_REF_AMOUNTCURR13(2) WERT7
AUFDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
ENTDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
CCINSPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
DATABPayment cards: Valid from DATAB_CCDATS8DATUM
DATBIPayment Cards: Valid To DATBI_CCDATS8DATUM
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RNAINCPAY

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