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

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




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




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

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

The VKLAH table consists of various fields, each holding specific information or linking keys about Generated Table for View VKLAH data available in SAP. These include CLINT (Internal Class Number), KLART (Class Type), CLASS (Class number), STATU (Class status).. 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 VKLAH 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
CLINTInternal Class Number CLINTNUMC10CLINT
KLARTClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
STATUClass status KLSTATUSCHAR1TCLUKLSTATUS
KLAGRClass Group KLASSENGRCHAR10TCLGKLASSENGRKGR
BGRSEAuthorization group for finding objects BGRSECHAR3BERGR
BGRKLClassification authorization group BGRKLCHAR3BERGR
BGRKPClass maintenance authorization group BGRKPCHAR3BERGR
ANAMEName of Person who Created the Object ERNAMCHAR12USNAM
ADATUDate on Which Record Was Created ERDATDATS8DATUM
VNAMEName of Person Who Changed Object AENAMCHAR12USNAM
VDATUChanged On AEDATDATS8DATUM
VONDTValid-From Date VONDATDATS8DATUM
BISDTValid-to date BISDATDATS8DATUM
PRAUSSame classification GLKLAFZCHAR1XFELD
SICHTOrganizational Area ABTEILUNGCHAR10CHAR10VIEW
DOKNRDocument number DOKNRCHAR25ALPHADOKNRCV1
DOKARDocument Type DOKARCHAR3DOKARCV2
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DINKZDIN class indicator DINKENCHAR1CHAR1
NNORMName of standards organization NORMCHAR10TEXT10
NORMNStandard Number NORMNRCHAR20TEXT20
NORMBIndustry Standard Description NORMBECHAR70TEXT70
NRMT1Standard title NORMTITELCHAR70TEXT70
NRMT2Standard title NORMTITELCHAR70TEXT70
AUSGDIssue date AUSGDTDATS8DATUM
VERSDVersion date VERSDTDATS8DATUM
VERSIVersion Number VERSIONUMC2VERSNR
LEISTCharacteristics table LEISTECHAR20LEISTE
VERWEUsage in superior classes VERWENDUNGCHAR1CHAR1
SPARTDivision SPARTCHAR2SPARTSPAC_SPART
LREF3List object type for variable lists LISTOBJCHAR3CHAR3
WWSKZMerchandize management system class type WWS_KLTYPCHAR1CHAR1
WWSSIMMS view of collective material WWS_SICHTCHAR1CHAR1
POTPRResulting item category POTPR_CLCHAR1POSTP
CLOBKRequired Component CLOBKCHAR1XFELD
CLMULMultiple Selection Allowed CLMULTCHAR1XFELD
CVIEWOrganizational Area ABTEILUNGCHAR10CHAR10VIEW
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
CLMODDefault Class Data - Can Be Overwritten in Component CLMODCHAR1XFELD
VWSTLCan Be Used in Bills of Material VWSTLCHAR1XFELD
VWPLACan Be Used in Task Lists VWPLACHAR1XFELD
CLALTAlternative Display Format CLALTCHAR1XFELD
LBREITotal width of list LBREITENUMC3NUMC3
BNAMEBlock name BLNAMECHAR20CHAR20
MAXBLMaximum display block for variable lists MAXBLOCKCHAR18LISTOBJEKTKLA
KNOBJNumber of Object with Assigned Dependencies KNOBJNUMC18KNOBJ
LOCLALocal class LOCAL_CLASSCHAR1XFELD
KATALOGName of External Catalog KATALOGNAMECHAR30CHAR30
KDOKAZAlways Display Document for Class KDOKAZCHAR1XFELD
GENRKZTable for Finding Objects: To Be Generated=X, Generated=R GENRKZCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM VKLAH
INTO CORRESPONDING FIELDS OF WA_VKLAH
WHERE...

How to access SAP table VKLAH

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