FMBGAVAQF SAP (Input Tax Deduction Rates for PCO) Table details

Dictionary Type: Table
Description: Input Tax Deduction Rates for PCO




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




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

FMBGAVAQF is a standard SAP Table which is used to store Input Tax Deduction Rates for PCO data and is available within R/3 SAP systems depending on the version and release level.

The FMBGAVAQF table consists of various fields, each holding specific information or linking keys about Input Tax Deduction Rates for PCO data available in SAP. These include FIKRS (Financial Management Area), GJAHR (Fiscal Year), BGA (Public-Owned Commercial Operation), VAQ (Input Tax Deduction Rate).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMBGAVAQF 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 MANDTCLNT3T000MANDT
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BGAPublic-Owned Commercial Operation FMBGACHAR4FMBGADEFFMBGAFMBGA
VAQInput Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ1Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ2Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ3Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ4Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ5Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ6Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ7Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ8Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ9Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ10Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ11Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ12Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ13Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ14Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ15Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ
VAQ16Input Tax Deduction Rate FMBGAVAQDEC5(2) FMBGAVAQ

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMBGAVAQF
INTO CORRESPONDING FIELDS OF WA_FMBGAVAQF
WHERE...

How to access SAP table FMBGAVAQF

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