RNANZ1 SAP (Is-H: Screen fields down payment) Structure details

Dictionary Type: Structure
Description: Is-H: Screen fields down payment




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




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

RNANZ1 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 "Is-H: Screen fields down payment" 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_RNANZ1 TYPE RNANZ1.

The RNANZ1 table consists of various fields, each holding specific information or linking keys about Is-H: Screen fields down payment data available in SAP. These include BUKRS (Company Code), ANZ_STATUS (IS-H: Reverse Indicator of Down Payment), ANZ_BELNR (IS-H: Document Number of a Down Payment), ANF_STATUS (IS-H: Down Payment Request Reversal Indicator).. 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 RNANZ1 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
MARKIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANZ_STATUSIS-H: Reverse Indicator of Down Payment ISH_AZSTATCHAR1XFELD
ANZ_BELNRIS-H: Document Number of a Down Payment ISH_AZBNRCHAR10ALPHABELNR
ANF_STATUSIS-H: Down Payment Request Reversal Indicator ISH_ANSTATCHAR1XFELD
ANF_BELNRIS-H: Document Number of a Down Payment Request ISH_ANBNRCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ANZ_BLDATIS-H: Date in Down Payment Document ISH_AZBLDTDATS8DATUM
ANF_BLDATIS-H: Date in Down Payment Request Document ISH_ANBLDTDATS8DATUM
ANZ_BUDATIS-H: Posting Date of the Down Payment Document ISH_AZBUDTDATS8DATUM
ANF_BUDATIS-H: posting date of the down payment request document ISH_ANBUDTDATS8DATUM
ANZ_WRBTRIS-H: Down Payment Amount ISH_AZBTRCURR13(2) WERT7
ANF_WRBTRIS-H: Down Payment Request Amount ISH_ANBTRCURR13(2) WERT7
ANZ_AHWBTRIS-H: Down Payment Amount in Currency before EURO Changeover ISH_AZAHWBTRCURR13(2) WERT7
ANF_AHWBTRIS-H: Down Payment Req. Amount in Currency Before EURO Conv. ISH_ANAHWBTRCURR13(2) WERT7
ANF_ZFBDTIS-H: Baseline Date for Calculating the Due Date ISH_ZFBDTDATS8DATUM
MANDTClient MANDTCLNT3Assigned to domainMANDT
POSNRIS-H: Item Number ISH_POSZZNUMC4ISH_POSZZ
TEXTAPIS-H: Line Item Text of Down Payment ISH_TEXTAPCHAR25ISH_TEXT25
TXTAPIS-H: Line Item Text of Down Payment Request ISH_TXTAPCHAR25ISH_TEXT25
KONTOIS-H: Bank Account ISH_KONTOCHAR10ALPHAISH_KONTO
ANF_BLARTIS-H: Document Type for Down Payment Request ISH_BLARTACHAR2ALPHAISH_BLART
ANZ_BLARTIS-H: Document type for down payment ISH_BLARTZCHAR2ALPHAISH_BLART
ZUONRIS-H: Assignment ISH_ZUONRCHAR18ZUONR
PRINTIS-H: indicator that the item should be printed ISH_PRINTCHAR1XFELD
ANF_WAERSIS-H: Currency Key ISH_WAERSCUKY5TCURCWAERS
ANZ_WAERSIS-H: Currency Key ISH_WAERSCUKY5TCURCWAERS
AHWAERSLocal Currency before EURO Changeover ISH_AHWAERSCUKY5Assigned to domainWAERS
ANF_STGRDIS-H: Reason for Reversal ISH_STGRDCHAR2Assigned to domainSTGRD
ANF_SBUDATIS-H: Posting Date of Reverse Document ISH_SBUDATDATS8DATUM
ANF_SMONATIS-H: Fiscal period reverse document ISH_SMONATNUMC2MONAT
ANZ_STGRDIS-H: Reason for Reversal ISH_STGRDCHAR2Assigned to domainSTGRD
ANZ_SBUDATIS-H: Posting Date of Reverse Document ISH_SBUDATDATS8DATUM
ANZ_SMONATIS-H: Fiscal period reverse document ISH_SMONATNUMC2MONAT
ANF_FIDEBIS-H: Customer Number of Self-Payer in Financial Accounting SZ_DEBNRCHAR10Assigned to domainALPHAKUNNRDEB
ANZ_FIDEBIS-H: Customer Number of Self-Payer in Financial Accounting SZ_DEBNRCHAR10Assigned to domainALPHAKUNNRDEB

Key field Non-key field



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

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

How to access SAP table RNANZ1

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