RFUMSV00_BAL_BE SAP (Advance Tax Return Belgium: Total balances) Table details

Dictionary Type: Table
Description: Advance Tax Return Belgium: Total balances




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




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

RFUMSV00_BAL_BE is a standard SAP Table which is used to store Advance Tax Return Belgium: Total balances data and is available within R/3 SAP systems depending on the version and release level.

The RFUMSV00_BAL_BE table consists of various fields, each holding specific information or linking keys about Advance Tax Return Belgium: Total balances data available in SAP. These include BUKRS (Company Code), KYEAR (Reporting Year), KMONTH (Calendar Month), INPUT_OUTPUT ().. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RFUMSV00_BAL_BE table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KYEARReporting Year GAUFBJAHNUMC4GJAHRGJAHR
KMONTHCalendar Month KMONA_FINUMC2MONAT
INPUT_OUTPUT 0
REPORT_NOReport No. UMSVNAMENUMC2RNUMR
PAGENO_YEARVAT Italy: Year and Page Number (Format yyyy/n) PAGENO_YEARCHAR13
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
HWNAFNon-Deductible Input Tax in Local Currency HWNAFCURR13(2) WERT7
HWSTEAATax Deductible/Payable HWSTEAACURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP table RFUMSV00_BAL_BE using ABAP code

The following ABAP code Example will allow you to do a basic selection on RFUMSV00_BAL_BE to SELECT all data from the table
DATA: WA_RFUMSV00_BAL_BE TYPE RFUMSV00_BAL_BE.

SELECT SINGLE *
FROM RFUMSV00_BAL_BE
INTO CORRESPONDING FIELDS OF WA_RFUMSV00_BAL_BE
WHERE...

How to access SAP table RFUMSV00_BAL_BE

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