V_BWGART4 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_BWGART4 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_BWGART4 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include RANTYP (Contract Type), SBEWART (Flow Type), XBEWART (Name of flow type), SBKKLAS (Classification of flows and conditions).. 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_BWGART4 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
RANTYPContract Type RANTYPCHAR1RANTYP
SBEWARTFlow Type SBEWARTCHAR4SBEWART
XBEWARTName of flow type XBEWARTCHAR30TEXT30
SBKKLASClassification of flows and conditions TB_SBKKLASCHAR1T_SBKKLAS
SBKTYPCategory of Flows and Conditions TB_SBKTYPCHAR2AT08T_SBKTYP
XBKTYPName of category for flows and conditions TB_XBKTYPCHAR30TEXT30
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4AT40SBEWFIMA
JBUCKZTransaction is to be posted BUCKZCHAR1KENZX
JFDBUCRelevant to Cash Management FDBUCCHAR1KENZX
SBESTANDFlow Relevant to Position TB_SBSTANDCHAR1XFELD
SERFOLGFlow Is Relevant to Profit/Loss TB_SERFOLGCHAR1XFELD
SBWRTNGFlow Is Relevant to Valuation TB_SBWRTNGCHAR1XFELD
SABGRZGFlow is relevant for accrual/deferral TB_SABGRZGCHAR1XFELD
JEFFZIPart of effective interest rate calculation EFFZICHAR1KENZX
JEFFZI2Effective int.-relevant internal effective interest VVJEFFZI2CHAR1KENZX
JVGLEFFZEffective int.-relevant comparative effective int. VVJVGLEFFZCHAR1KENZX
SPAYRQPayment request allowed TB_SPAYRQCHAR1T_SPAYRQ
SPRSNGIndividual payment required TB_SPRSNGCHAR1T_SPAYRQ
XBERFIMADescription of cash flow calculation category XBEWFIMACHAR30T_XTEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_BWGART4
INTO CORRESPONDING FIELDS OF WA_V_BWGART4
WHERE...

How to access SAP table V_BWGART4

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