V_J_3RSSVATCOEFA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_J_3RSSVATCOEFA is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_J_3RSSVATCOEFA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include RUNID (Separate VAT Run ID), BUKRS (Company Code), GJAHR (Fiscal Year), MONAT (VAT Period).. 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 V_J_3RSSVATCOEFA table view 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
RUNIDSeparate VAT Run ID J_3RSRUNIDCHAR10ALPHAJ_3RSRUNIDSVRUNID
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATVAT Period J_3RSVATPERIODNUMC2MONAT
VATFRCFVAT-Free Coefficient J_3RSVATFRCFDEC5(4) J_3RSSEPVATCOEF
COMOPCFNormal Operations Coefficient J_3RSCOMOPCFDEC5(4) J_3RSSEPVATCOEF
ZEROPCF0% Coefficient J_3RSZEROPCFDEC5(4) J_3RSSEPVATCOEF
COEFF_PERSCoefficients Last Changed By J_3RSCOEFFUSRCHAR12XUBNAME
COEFF_DATECoefficients Last Changed On J_3RSCOEFDATEDATS8DATUM
SPLIT_PERSSeparation Last Completed By J_3RSSPLITUSRCHAR12XUBNAME
SPLIT_DATESeparation Last Completed On J_3RSSPLITDATEDATS8DATUM
LINK_PERSLinking Last Completed By J_3RSLINKUSRCHAR12XUBNAME
LINK_DATELinking Last Completed On J_3RSLINKDATEDATS8DATUM
TRANSFVAT Transferred J_3RSTRANSFCHAR1J_3RSINDICATOR
FSTQTMONFirst Month in Quarter J_3RSFSTQTMONNUMC2MONAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_J_3RSSVATCOEFA
INTO CORRESPONDING FIELDS OF WA_V_J_3RSSVATCOEFA
WHERE...

How to access SAP table V_J_3RSSVATCOEFA

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