SAP RFVD_CORR_LOAN_STATEMENT_ITEMS Account Statement Items Table data and field list

RFVD_CORR_LOAN_STATEMENT_ITEMS 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 "Account Statement Items" 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_RFVD_CORR_LOAN_STATEMENT_ITEMS TYPE RFVD_CORR_LOAN_STATEMENT_ITEMS.

The RFVD_CORR_LOAN_STATEMENT_ITEMS table consists of various fields, each holding specific information or linking keys about Account Statement Items data available in SAP. These include DBUDAT (Posting Date in the Document), DFAELL (Due date), DDISPO (Payment Date), EXTBEWART1 (External flow type column 1)... 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. .

RFVD_CORR_LOAN_STATEMENT_ITEMS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RFVD_CORR_LOAN_STATEMENT_ITEMS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RFVD_CORR_LOAN_STATEMENT_ITEMS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
WA_ES_ITEMS 0
DBUDATPosting Date in the Document BUDATDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
EXTBEWART1External flow type column 1 EXTBEWART1CHAR3EXTBEWART
VAL1Amount column 1 VAL1CURR13(2) WERTV7
KNZ1Indicator column 1 KNZEICH1CHAR1CHAR01
CURR1Currency Column 1 SBWHR1CUKY5WAERS
EXTBEWTXT1Name of Flow Type EXTBEWTXTCHAR30TEXT30
EXTBEWART2External flow type column 2 EXTBEWART2CHAR3EXTBEWART
VAL2Amount column 2 VAL2CURR13(2) WERTV7
KNZ2Indicator column 2 KNZEICH2CHAR1CHAR01
CURR2Currency Column 2 SBWHR2CUKY5WAERS
EXTBEWTXT2Name of Flow Type EXTBEWTXTCHAR30TEXT30
EXTBEWART3External flow type column 3 EXTBEWART3CHAR3EXTBEWART
VAL3Amount column 3 VAL3CURR13(2) WERTV7
KNZ3Indicator column 3 KNZEICH3CHAR1CHAR01
CURR3Currency column 3 SBWHR3CUKY5WAERS
EXTBEWTXT3Name of Flow Type EXTBEWTXTCHAR30TEXT30
EXTBEWART4External flow type column 4 EXTBEWART4CHAR3EXTBEWART
VAL4Amount column 4 VAL4CURR13(2) WERTV7
KNZ4Indicator column 4 KNZEICH4CHAR1CHAR01
CURR4Currency column 4 SBWHR4CUKY5WAERS
EXTBEWTXT4Name of Flow Type EXTBEWTXTCHAR30TEXT30
EXTBEWART5External flow type column 5 EXTBEWART5CHAR3EXTBEWART
VAL5Amount column 5 VAL5CURR13(2) WERTV7
KNZ5Indicator column 5 KNZEICH5CHAR1CHAR01
CURR5Currency column 5 SBWHR5CUKY5WAERS
EXTBEWTXT5Name of Flow Type EXTBEWTXTCHAR30TEXT30
EXTBEWART6External flow type column 6 EXTBEWART6CHAR3EXTBEWART
VAL6Amount column 6 VAL6CURR13(2) WERTV7
KNZ6Indicator column 6 KNZEICH6CHAR1CHAR01
CURR6Currency column 6 SBWHR6CUKY5WAERS
EXTBEWTXT6Name of Flow Type EXTBEWTXTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table RFVD_CORR_LOAN_STATEMENT_ITEMS

Within an ECC or HANA version of SAP you can also view further information about RFVD_CORR_LOAN_STATEMENT_ITEMS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).