RFDUZI01 SAP (Form variables for RFDUZI00 (interest for days overdue)) Structure details

Dictionary Type: Structure
Description: Form variables for RFDUZI00 (interest for days overdue)




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




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

RFDUZI01 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 "Form variables for RFDUZI00 (interest for days overdue)" 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_RFDUZI01 TYPE RFDUZI01.

The RFDUZI01 table consists of various fields, each holding specific information or linking keys about Form variables for RFDUZI00 (interest for days overdue) data available in SAP. These include VONDT (Settlement period lower limit (interest for days overdue)), BISDT (Settlement period upper limit (interest for days overdue)), ZNSZL (Interest calculation numerator), DMSHB (Amount in Local Currency with +/- Signs).. 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 RFDUZI01 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
VONDTSettlement period lower limit (interest for days overdue) VONDT_DUZIDATS8DATUM
BISDTSettlement period upper limit (interest for days overdue) BISDT_DUZIDATS8DATUM
ZNSZLInterest calculation numerator DZINSZAHLCURR13(2) WRTV7
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
WRSHBForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
BELNRReference Document Number XBLNR1CHAR16XBLNR1
DATEODate as from which interest is calculated DATEO_DUZIDATS8DATUM
DATENDate up until which interest is calculated DATEN_DUZIDATS8DATUM
TGEUNumber of days ANZTAGEDEC4DECV4
SGTXTItem Text SGTXTCHAR50TEXT50
WEFAEBill of Exchange Due Date WEFAEDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
NEBTRForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
ZTEXTPosting key or document text (shortened) LTEXT_DUZICHAR20CHAR20
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
ZSZHWInterest calc.numerator or interest in local currency DZINSZAHLHCURR13(2) WRTV7
ZSZFWInterest calc.numerator or interest in foreign currency DZINSZAHLFCURR13(2) WRTV7
ZINSSInterest Rate AZINSSATZDEC10(7) AZINSSATZ
ZINSInterest amount in foreign currency WZSBTCURR13(2) WRTV7
ZNBFGInterest per business area DZNBFGCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZNBFWNet interest amount DZNBFWCURR13(2) WRTV7
MSATZTaxes on sales/purchases rate for interest for days overdue MSATZ_DUZDEC7(3) PRZ43
ZNBFMTax on Sales/Purchases Amount in Foreign Curr. with +/- Sign MWSHBCURR13(2) WRTV7
ZNBFSTotal Amount DZNBFSCURR13(2) WRTV7
AS_DATUMInterest for days overdue issue date AS_DATUMDATS8DATUM
ZWAERSSecond currency (invoice and payment currency different) DZWAERSCUKY5Assigned to domainWAERS
ZINSSODebit interest rate INZINSSODEC10(7) ZINSSATZ
ZINSSHCredit interest rate INZINSHADEC10(7) ZINSSATZ
ZUONRAssignment Number DZUONRCHAR18ZUONR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
INLNDCountry Key LAND1CHAR3Assigned to domainLAND1LND

Key field Non-key field



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

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

How to access SAP table RFDUZI01

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