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

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




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




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

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

The N1CORDTYPA table consists of various fields, each holding specific information or linking keys about IS-H: Clinical Order Type - Order Type Structure data available in SAP. These include ORDASSID (IS-H: Independent Table Key), CORDTYPID (IS-H: CORD/PREG: Identification of the Clinical Order Type), ASS_TYPE (CORD/PREG: Type of Structure Element of the Order Type), ASS_CORDTYPID (IS-H: CORD/PREG: Identification of the Clinical Order Type).. 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)


SAP N1CORDTYPA 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
ORDASSIDIS-H: Independent Table Key N1COTAIDCHAR32SYSUUID_C
CORDTYPIDIS-H: CORD/PREG: Identification of the Clinical Order Type N1COTIDCHAR32N1CORDTYPSYSUUID_C
ASS_TYPECORD/PREG: Type of Structure Element of the Order Type N1COTATYPCHAR10N1COTATYP
ASS_CORDTYPIDIS-H: CORD/PREG: Identification of the Clinical Order Type N1COTIDCHAR32N1CORDTYPSYSUUID_C
ASS_COMPIDCORD/PREG: Component ID N1COMPIDCHAR32N1COMPSYSUUID_C
ASS_DESELIDIS-H: CORD/PREG: Identification of a Design Element N1DESELIDCHAR32N1DESELSYSUUID_C
SEQNUMIS-H: CORD/PREG: CORD Type: Structure Element Sequence N1COTASEQNUMNUMC5N1COTASEQNUM
EINRIInstitution EINRICHAR4N2DTALPHAEINRIEIN
DTIDDocument Category ID N2_DTIDCHAR10N2DTN2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2DTN2_VERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1CORDTYPA
INTO CORRESPONDING FIELDS OF WA_N1CORDTYPA
WHERE...

How to access SAP table N1CORDTYPA

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