VNLGGZ_DIAGN SAP (Generated Table for View VNLGGZ_DIAGN) Table View details

Dictionary Type: Table View
Description: Generated Table for View VNLGGZ_DIAGN




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




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

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

The VNLGGZ_DIAGN table consists of various fields, each holding specific information or linking keys about Generated Table for View VNLGGZ_DIAGN data available in SAP. These include EINRI (Institution), SPEM (), DIAGN (), ENDDT ().. 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 VNLGGZ_DIAGN table view fields - Full list of fields found in SAP data dictionary


Key field Non-key field



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

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

SELECT SINGLE *
FROM VNLGGZ_DIAGN
INTO CORRESPONDING FIELDS OF WA_VNLGGZ_DIAGN
WHERE...

How to access SAP table VNLGGZ_DIAGN

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