NLDBC_ZW_KLAS SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The NLDBC_ZW_KLAS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EINRI (Institution), SPEC (), RANGF (), THERAP_EXT ().. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP NLDBC_ZW_KLAS table 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
SPEC ISH_NL_SPECCHAR2ISH_NL_SPECNLDBC_SPEC
RANGF ISH_NL_RANGNR3NUMC3NUMC3
THERAP_EXT ISH_NL_THERAPCHAR10Assigned to domainISH_NL_THERAP
THERAP ISH_NL_THERAPCHAR10Assigned to domainISH_NL_THERAP
ZORGT ISH_NL_ZORGTCHAR10Assigned to domainISH_NL_ZORGT
ZORGVR ISH_NL_ZORGVRCHAR10Assigned to domainISH_NL_ZORGVR
DIAGN ISH_NL_DIAGNCHAR10Assigned to domainISH_NL_DIAGN
ENDDT ISH_NL_DBC_ENDDTDATS8DATUM
BEGDT ISH_NL_DBC_BEGDTDATS8DATUM
ZW_KL_1 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_2 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_3 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_4 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_5 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_6 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_7 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_8 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_9 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_10 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_11 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_12 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_13 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_14 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_15 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_16 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_17 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_18 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_19 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_KL_20 ISH_NL_DBC_ZWKLCHAR2CHAR2
ALTERKLASSE ISH_NL_DBC_ALKLNUMC2NUM2
ZW_LEIST_1Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_1 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_2Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_2 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_3Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_3 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_4Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_4 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_5Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_5 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_6Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_6 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_7Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_7 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_8Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_8 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_9Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_9 ISH_NL_DBC_ZWKLCHAR2CHAR2
ZW_LEIST_10Service in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ZW_MENGE_10 ISH_NL_DBC_ZWKLCHAR2CHAR2
SETTING ISH_NL_SETTINGCHAR1ISH_NL_SETTING

Key field Non-key field



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

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

SELECT SINGLE *
FROM NLDBC_ZW_KLAS
INTO CORRESPONDING FIELDS OF WA_NLDBC_ZW_KLAS
WHERE...

How to access SAP table NLDBC_ZW_KLAS

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