NLDBC_005_V SAP () Structure details

Dictionary Type: Structure
Description:




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




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

NLDBC_005_V is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_NLDBC_005_V TYPE NLDBC_005_V.

The NLDBC_005_V table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), EINRI (Institution), DBCNR (), PATNR (IS-H: Patient Number).. 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: Can be enhanced (character-type)


SAP NLDBC_005_V structure 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
DBCNR ISH_NL_DBCNRNUMC10ISH_NL_DBCNR
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
DBC ISH_NL_DBCCHAR30ISH_NL_DBC
SPEC ISH_NL_SPECCHAR2ISH_NL_SPECNLDBC_SPEC
ZORGT ISH_NL_ZORGTCHAR10Assigned to domainISH_NL_ZORGT
ZORGVR ISH_NL_ZORGVRCHAR10Assigned to domainISH_NL_ZORGVR
DIAGN ISH_NL_DIAGNCHAR10Assigned to domainISH_NL_DIAGN
DIAGN2 ISH_NL_DIAGNCHAR10Assigned to domainISH_NL_DIAGN
THERAP ISH_NL_THERAPCHAR10Assigned to domainISH_NL_THERAP
DKAT1IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
DFALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
DSPEC ISH_NL_SPECCHAR2ISH_NL_SPECNLDBC_SPEC
BEGDT ISH_NL_DBC_BEGDTDATS8DATUM
ENDDT ISH_NL_DBC_ENDDTDATS8DATUM
AFGESL ISH_NL_AFGSLCHAR1ISH_NL_AFGSL
AFCODE ISH_NL_AFCODECHAR2ISH_NL_AFCODE
CHRON ISH_NL_CHRONCHAR1JANE
TRJNR ISH_NL_TRJNRNUMC10ISH_NL_TRJNR
OMSCH1 ISH_NL_OMSCHCHAR40ISH_NL_OMSCH
OMSCH2 ISH_NL_OMSCHCHAR40ISH_NL_OMSCH
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TRJ_CLOSESingle-Character Indicator CHAR1CHAR1CHAR1
BARNR ISH_NL_DBC_ARZTCHAR10Assigned to domainALPHARI_KUNNR
STATUS ISH_NL_STATUSCHAR1ISH_NL_STATUS
DDBCNR ISH_NL_DBCNRNUMC10ISH_NL_DBCNR
DDBC ISH_NL_DBCCHAR30ISH_NL_DBC
ESTATUS ISH_NL_ESTATUSCHAR1ISH_NL_ESTATUSNLDBC_STATUST
DISPERIODE ISH_NL_DIS_PERIODENUMC8
DISSTATUS ISH_NL_DIS_STATUSCHAR1ISH_NL_DIS_STATUS
DISPERIODE_ALT ISH_NL_DIS_PERIODENUMC8
DISSTATUS_ALT ISH_NL_DIS_STATUSCHAR1ISH_NL_DIS_STATUS
DISLOCNR ISH_NL_DIS_LOCNRNUMC1NUMC1
THERAP_EXT_ALT ISH_NL_THERAP_ALTCHAR10Assigned to domainISH_NL_THERAP
EVENT ISH_NL_DBC_EVENTNUMC2ISH_NL_DBC_EVENT
DECL_CODE_ALT ISH_NL_DECLCODECHAR10Assigned to domainALPHATARLS
OBJCT ISH_NL_DBC_OBJECTCHAR10ISH_OBJECT
EVTUP ISH_NL_DBC_EVT_UPNUMC2ISH_NL_DBC_EVENT
OBJUP ISH_NL_DBC_OBJ_UPCHAR10ISH_OBJ_UP
ABADBC ISH_NL_ABADBCCHAR2Assigned to domainISH_NL_ABADBC
EXP_CPCOD ISH_NL_CP_CODCHAR9Assigned to domainISH_NL_CP_COD
EXP_CPCAT ISH_NL_CP_CATCHAR4ISH_NL_CP_CAT
CLAIM ISH_NL_CLAIM_INDCHAR1ISH_NL_CLAIM_IND
TYPE ISH_NL_CURE_TYPECHAR1ISH_NL_CURE_TYPE
BILLING_BLOCK ISH_NL_DBC_BILLING_BLOCKCHAR1ISH_ON_OFF
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure NLDBC_005_V using ABAP code?

As NLDBC_005_V is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on NLDBC_005_V as there is no data to select.

How to access SAP table NLDBC_005_V

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