RFCASH SAP (Auxiliary Fields for Cashbook) Structure details

Dictionary Type: Structure
Description: Auxiliary Fields for Cashbook




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




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

RFCASH 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 "Auxiliary Fields for Cashbook" 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_RFCASH TYPE RFCASH.

The RFCASH table consists of various fields, each holding specific information or linking keys about Auxiliary Fields for Cashbook data available in SAP. These include SALDOHW (Balance in Local Currency), WAERS (Currency Key), HWAER (Local Currency), ANZSB (Number of Debit Postings).. 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 RFCASH 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
SALDOBalance in document currency SALDOCURR15(2) WRTV8
SALDOHWBalance in Local Currency HWSALDOCURR15(2) WRTV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
ANZSBNumber of Debit Postings ANZSBNUMC8NUM08
ANZHBNumber of Credit Postings ANZHBNUMC8NUM08
LGSHBWage Payment LGSHBCURR15(2) WERTV8
PAGEYCurrent List Page SYPAGNOINT410SYST_SHORT
PAGEMCurrent List Page SYPAGNOINT410SYST_SHORT
LDAYYLast Day of Year LDAYYCHAR1XFELD
LDAYMLast Day of Month LDAYMCHAR1XFELD
ANZSSNumber of Reversal Debit Postings ANZSSNUMC8NUM08
ANZSHNumber of Reversal Credit Postings ANZSHNUMC8NUM08
SUMSSTotal Debit Reversals in Document Currency SUMSSCURR15(2) WRTV8
SUMSSHWTotal Debit Reversals in Local Currency SUMSSHWCURR15(2) WRTV8
SUMSHTotal Credit Reversals in Document Currency SUMSHCURR15(2) WRTV8
SUMSHHWTotal Credit Reversals in Local Currency SUMSHHWCURR15(2) WRTV8
SUMASTotal Debit Postings Minus Debit Reversals in Document Curr. SUMASCURR15(2) WRTV8
SUMASHWTotal Debit Postings Minus Debit Reversals in Local Currency SUMASHWCURR15(2) WRTV8
SUMAHTotal Credit Postings Minus Credit Reversals in Doc. Curr. SUMAHCURR15(2) WRTV8
SUMAHHWTotal Credit Postings Minus Credit Reversals in Local Curr. SUMAHHWCURR15(2) WRTV8
SALDOHWTBalance in Local Currency HWSALDOCURR15(2) WRTV8

Key field Non-key field



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

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

How to access SAP table RFCASH

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