N1MEORDSLDOSEA SAP (i.s.h.med: Sliding Dose - Order Assignment) Table details

Dictionary Type: Table
Description: i.s.h.med: Sliding Dose - Order Assignment




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




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

N1MEORDSLDOSEA is a standard SAP Table which is used to store i.s.h.med: Sliding Dose - Order Assignment data and is available within R/3 SAP systems depending on the version and release level.

The N1MEORDSLDOSEA table consists of various fields, each holding specific information or linking keys about i.s.h.med: Sliding Dose - Order Assignment data available in SAP. These include SLDOSEID (Medication: Sliding Dosage ID), MEORDID (Medication: Order - Order Number), SEQID (Medication: Sequence Number), DOSE (Medication: Sliding Dosage - Single Dose - OBSOLETE).. 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 or numeric)


SAP N1MEORDSLDOSEA 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 MANDTCLNT3Assigned to domainMANDT
SLDOSEIDMedication: Sliding Dosage ID N1ME_SLDOSEIDCHAR32SYSUUID_C
MEORDIDMedication: Order - Order Number N1ME_MEORDIDNUMC10N1ME_MEORDID
SEQIDMedication: Sequence Number N1SEQIDNUMC10
DOSEMedication: Sliding Dosage - Single Dose - OBSOLETE N1ME_SLDOSEMQUAN12(3) MEQUAN1ME_QUAN123
RECAAMedication: Quantity to Be Administered N1ME_RECAAQUAN24(12) ME12DN1ME_QUANTITY_2412
ZNRCycle Key N1ZNRCHAR10N1C010
DURMedication: Duration in Days N1MEDURQUAN12(3) MEQUAN1ME_QUAN123
BEGDATMedckation: Sliding Dose Start Date N1ME_BEGDATDATS8DATS
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
DOSDEFMedication: Simplified Dose Definition N1ME_DOSDEFCHAR400N1ME_DOSDEF
PDURMedication: Planned Duration N1ME_PLDURQUAN12(3) MEQUAN1ME_PLDUR
PDURUMedication: Administration Duration Unit N1ME_DURUUNIT3N1ME_DURU
DRUGASTRMedication: Dose N1ME_DRUGASTRQUAN24(12) ME12DN1ME_QUANTITY_2412
DRUGASTRUMedication: Dose Unit N1ME_DRUGASTRUUNIT3N1ME_DRUGU
CALCUDMedication: Order - Calculation Factor N1ME_CALCUDCHAR1N1ME_CALCUD
CMQUANMedication: Calculation Method - Quantity per Unit of Weight N1ME_CMQUANQUAN12(3) MEQUAN1ME_CMQUAN
CMUMedication: Order - Calculation Method Unit N1ME_CMUUNIT3Assigned to domainCUNITMEINS
DC_USEDMedication: Order - Dose Calculator Used N1ME_DC_USEDCHAR1N1ME_DC_USED
DCMMedication: Dose Calculation Method N1ME_DCMCHAR1N1ME_DCM
COMP_USEDMedication: Ingredient Used for Calculation N1ME_COMP_USEDCHAR32N1ME_COMP_USED
COMP_TYPEMedication: Ingredient Type N1ME_COMP_TYPECHAR1N1ME_COMP_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1MEORDSLDOSEA
INTO CORRESPONDING FIELDS OF WA_N1MEORDSLDOSEA
WHERE...

How to access SAP table N1MEORDSLDOSEA

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