N1CORDTYP SAP (IS-H: Clinical Order Type) Table details

Dictionary Type: Table
Description: IS-H: Clinical Order Type




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




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

N1CORDTYP is a standard SAP Table which is used to store IS-H: Clinical Order Type data and is available within R/3 SAP systems depending on the version and release level.

The N1CORDTYP table consists of various fields, each holding specific information or linking keys about IS-H: Clinical Order Type data available in SAP. These include CORDTYPID (IS-H: CORD/PREG: Identification of the Clinical Order Type), LTDTR (IS-H: CORD/PREG: CORD Type: Order Fillers Restricted), LTDAV (IS-H: CORD/PREG: Clincical Order Type - Initiator Restricted), EXTGPA (IS-H: CORD/PREG: CORD Type - External Bus. Partner Allowed).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = N1CORDTYPT


SAP N1CORDTYP 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
CORDTYPIDIS-H: CORD/PREG: Identification of the Clinical Order Type N1COTIDCHAR32SYSUUID_C
LTDTRIS-H: CORD/PREG: CORD Type: Order Fillers Restricted N1COTLTDTRCHAR1XFELD
LTDAVIS-H: CORD/PREG: Clincical Order Type - Initiator Restricted N1COTLTDAVCHAR1XFELD
EXTGPAIS-H: CORD/PREG: CORD Type - External Bus. Partner Allowed N1COTEXTGPACHAR1XFELD
AVLWEBIS-H: CORD/PREG: Clin. Order Type is Available in Internet N1COTAVLWEBCHAR1XFELD
FALARCORD/PREG: Clinical Order Type: Default Case Type N1COTFALARCHAR1FALLART
CORDTPRIS-H: CORD/PREG: CORD Type: Profile Type Indicator N1COTPRCHAR1XFELD
PREREGIs-H: CORD/PREG: Clinical Order Item of Type 'Preregistered' N1COTPREREGCHAR1XFELD
WLSTAIS-H: CORD/PREG: CORD Type - Default Waiting List Status N1COTWLSTACHAR2TN42CCHAR2
WLTYPIS-H: CORD/PREG: CORD Type - Default Waiting List N1COTWLTYPCHAR6TN42ACHAR6
CASEOBLIS-H: CORD/PREG: Clinical Order Type - Case Mandatory N1COTCASEOBLCHAR1N1CORDTCASEOBL
BEWTYCORD/PREG: Clinical Order Type - Movement Category N1COTBEWTYCHAR1BEWTY
BEGDTIS-H: CORD/PREG: Clinical Order Type - Validity Start Date N1COTBEGDTDATS8RI_DATUM
ENDDTIS-H: CORD/PREG: Clinical Order Type - Validity End Date N1COTENDDTDATS8RI_DATUM
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LODATDate of Deletion RI_LODATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
REQCOMPIS-H: Equivalent Request Type (Migration) N1COTREQCOMPCHAR6N1COTREQCOMP
CYINACISHMED: Cycle Input Active N1CCYINACCHAR1ISH_ON_OFF
STDCORDTYPIS-H: CORD/PREG: Indicator for Standard Order Type N1CORDSTDCORDTYPCHAR1N1CORDSTDCORDTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1CORDTYP
INTO CORRESPONDING FIELDS OF WA_N1CORDTYP
WHERE...

How to access SAP table N1CORDTYP

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