N_VARZT SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N_VARZT 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 N_VARZT table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include GPART (IS-H: Business Partner), NAME1 (IS-H: Last Name/ 1st Name), NAME2 (First Name / Second Name), PSTLZ (IS-H: Postal Code of Business Partner).. 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 N_VARZT 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
GPARTIS-H: Business Partner GPARTNERCHAR10ALPHARI_KUNNRNGP
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
NAME2First Name / Second Name GPNAM2CHAR35NAME
PSTLZIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
ORTIS-H: City of Business Partner ORT_GPCHAR25TEXT25
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
GPARIS-H: Text Designating the General Business Partner Function GPARTCHAR1RI_ROLLE
PERSIS-H: Text Designating the EMPLOYEE Function PERS_DCHAR1RI_ROLLE
KOSTRIS-H: Text Designating the INSURANCE PROVIDER Function KOSTRCHAR1RI_ROLLE
DEBITText Designating the CUSTOMER Function DEBITCHAR1RI_ROLLE
ARBTGIS-H: Text Designating the EMPLOYER Function ARBTGCHAR1RI_ROLLE
KRKHSIS-H: Text Designating the HOSPITAL Function KRKHSCHAR1RI_ROLLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM N_VARZT
INTO CORRESPONDING FIELDS OF WA_N_VARZT
WHERE...

How to access SAP table N_VARZT

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