V_GART4 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_GART4 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_GART4 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SGSART (Product Type), SFHAART (Financial Transaction Type), XTEXT (Name of Transaction Type), ABWTYP (Processing Category).. 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_GART4 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
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3T_SFHAARTT02C_AT10
XTEXTName of Transaction Type TB_FATEXTCHAR30T_XTEXT30
ABWTYPProcessing Category TB_ABWTYPCHAR5AT05T_ABWTYP
SFGTYPTransaction Category TB_SFGTYPNUMC3AT01T_SFGTYP
NUMKRNumber Range for Transactions TB_NUMKRGCHAR2CHAR2
UNUMKRNumber Range for Underlying TB_UNUMKRCHAR2CHAR2
SAUTOBUCHAutomatic Posting Release TB_SAUTOBCHAR1XFELD
AUTOSETTLEAutomatic Settlement on Counterconfirmation FTR_SETLMNT_FLGCHAR1XFELD
RRANTYPContract Type RANTYPCHAR1RANTYP
LTXText (30 Characters) TEXT30CHAR30TEXT30
RANTYPContract Type RANTYPCHAR1RANTYP
SREALGETreasury: Flow Type for Realized Gains TB_SREALGECHAR4TZB0ASBEWART
SREALVETreasury: Flow Type for Realized Losses TB_SREALVECHAR4TZB0ASBEWART
SRUEBILTreasury: Flow type for provisions to be created TB_SRUEBILCHAR4TZB0ASBEWART
SRUEAUFTreasury: Flow type for reversing provisions TB_SRUEAUFCHAR4TZB0ASBEWART
SGEWBILTreasury: Flow type for unrealized gains to be disclosed TB_SGEWBILCHAR4TZB0ASBEWART
SGEWAUFTreasury: Flow type for writing back unrealized gains TB_SGEWAUFCHAR4TZB0ASBEWART
SSWAPERTTreasury: flow type for accrued/deferred forex swap revenue TB_SWAPERTCHAR4TZB0ASBEWART
SSWAPAUFTreasury: flow type for accrued/deferred forex swap expenses TB_SWAPAUFCHAR4TZB0ASBEWART
SRUESWPTreasury: Flow type for creating provisions - swap TB_SWRUEBICHAR4TZB0ASBEWART
SRUEAUFSWPTreasury: Flow type for writing back provisons - swap TB_SWRUEAUCHAR4TZB0ASBEWART
SGEWSWPTreasury: Flow type for disclosing unrealized gains - swap TB_SWGWBILCHAR4TZB0ASBEWART
SGEWAUFSWPTreasury: Flow type for writing back unrealized swap gains TB_SWGWAUFCHAR4TZB0ASBEWART
SSWPUMBAUFTreasury: Transfer flow for forex swap expenses TB_SSWPUMBCHAR4TZB0ASBEWART
SSWPUMBERTTreasury: Transfer flow for foreign exchange swap revenue TB_SSWPUERCHAR4TZB0ASBEWART
SLPGLimit Product Group TB_SLPGCHAR3ATLPGT_SLPGTB_SLPG
XLPGName of Limit Product Group TB_XLPGCHAR30TEXT30
SSWAPERAUFTreasury: Flow type for writing back accrd/defd fx swap rev. TB_SWPERAUCHAR4TZB0ASBEWART
SSWAPAUAUFTreasury: Flow type f. writing back accrd/defrd fx swap exp. TB_SWPAUAUCHAR4TZB0ASBEWART
NUMKRANGNumber Range for Offers/Quotations NUMKRANGCHAR2CHAR2
NUMKRSIMNumber Range for Simulated Transactions NUMKRSIMCHAR2CHAR2
STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
XTEXT01Name of Transaction Category TB_FTEXTCHAR30T_XTEXT30
XABRBEZName: Processing Category TB_XABRBEZCHAR60TEXT60
TXTText (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_GART4
INTO CORRESPONDING FIELDS OF WA_V_GART4
WHERE...

How to access SAP table V_GART4

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