N1ME_WSORDER SAP (IS-H*MED: Structure for Order Creation via Web Services) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Structure for Order Creation via Web Services




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




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

N1ME_WSORDER 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 "IS-H*MED: Structure for Order Creation via Web Services" 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_N1ME_WSORDER TYPE N1ME_WSORDER.

The N1ME_WSORDER table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure for Order Creation via Web Services data available in SAP. These include MOSTX (Medication: Order - Comment), ORGFA (Medication: Ordering Departmental Org. Unit), ORGPF (Medication: Order - Ordering Organizational Unit), MOTYPID (Medication: Type of Order).. 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: Cannot Be Enhanced


SAP N1ME_WSORDER 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
MOTXMedication: Description of Order N1ME_MOTXCHAR60N1ME_MOTX
MOSTXMedication: Order - Comment N1ME_MOSTXCHAR80N1ME_TEXT_80
ORGFAMedication: Ordering Departmental Org. Unit N1ME_ORGFACHAR8Assigned to domainALPHAORGID
ORGPFMedication: Order - Ordering Organizational Unit N1ME_ORGPFCHAR8Assigned to domainALPHAORGID
MOTYPIDMedication: Type of Order N1ME_MOTYPNUMC2N1ME_MOTYP
MOSIDMedication: Status ID for Status of Medication Order N1ME_MOSIDNUMC3N1ME_MOSID
APDEVMedication: Administration Device ID N1ME_APDEVIDCHAR3N1ME_APDEVID
PHFORMMedication: ID Dosage Form N1ME_PHFORMIDCHAR3N1ME_PHFORMID
APROUMedication: ID Administration Route N1ME_ROUTEIDCHAR3N1ME_ROUTEID
MOVDFMedication: Order - Valid From Date N1ME_MOVDFDATS8DATS
MOVTFMedication: Valid From Time N1ME_MOVTFTIMS6N1ME_MOVTF
ORDURMedication: Order - Order Duration N1ME_ORDURQUAN12(3) MEQUAN1ME_ORDUR
ORDURUMedication: Order Duration Unit N1ME_ORDURUUNIT3N1ME_ORDURU
MORESP1Medication: Order - Employee Responsible N1ME_MORESP1CHAR10Assigned to domainALPHARI_KUNNR
MORESP2Medication: Order - Consulting EmR - OBSOLETE N1ME_MORESP2CHAR10Assigned to domainALPHARI_KUNNR
MOCONSOUMedication: Order - Consulting OU - OBSOLETE N1ME_MOCONSOUCHAR8Assigned to domainALPHAORGID
INSTXMedication: Order - Preparation Directions N1ME_INSTXCHAR80N1ME_TEXT_80
MOPRINTMedication: Order - Internal Priority N1ME_MOPRINTNUMC3N1ME_MOPRINT
ORIGINMedication: Order - Original Order ID - OBSOLETE N1ME_ORIGINNUMC10N1ME_MEORDID
MOPRNMedication: Order - PRN Indicator N1ME_PRNCHAR1N1ME_PRN
PRNCSTXMedication: Order - Check Condition N1ME_PRNCONDCHAR80N1ME_PRNCOND
OLDISMedication: Order - Take Home Medication - OBSOLETE N1ME_OLDISCHAR1N1ME_OLDIS
STRGTHDOSMedication: Order - Dosage Type N1ME_STRGTHDOSCHAR1N1ME_STRGTHDOS
PATWGTMedication: Order - Patient Weight N1ME_PATWGTQUAN12(3) MEQUAN1ME_PATWGT
PATWGTUMedication: Order - Patient Weight Unit N1ME_PATWGTUUNIT3CUNITN1ME_UNIT
PATHGTMedication: Order - Patient Height N1ME_PATHGTQUAN12(3) MEQUAN1ME_PATHGT
PATHGTUMedication: Order - Patient Height Unit N1ME_PATHGTUUNIT3CUNITN1ME_UNIT
ALMedication: Localization ID N1ME_LOCIDNUMC4
RCUSEMedication: Order - Reason for Usage N1ME_RCUSECHAR5
VFCOINDMedication: Check Condition Indicator Checked N1ME_VFCOINDCHAR1XFELD
ADOUTPATMedication: Administration in IP/OC - OBSOLETE N1ME_ADOUTPATCHAR1XFELD
OUPREPMedication: Preparation Fill Source Indicator N1ME_OUPREPCHAR1N1ME_OUPREP
NMRFMedication: Number of Repeats N1ME_NMRFNUMC4N1ME_NMRF
INPAT_ALLOWEDMedication: Inpatient Case Type Allowed - OBSOLETE N1ME_INPAT_ALLOWEDCHAR1N1ME_ALLOWED_CASETYPE
DAYPAT_ALLOWEDMedication: Day Patient Case Type Allowed - OBSOLETE N1ME_DAYPAT_ALLOWEDCHAR1N1ME_ALLOWED_CASETYPE
OUTPAT_ALLOWEDMedication: Outpatient Case Type Allowed - OBSOLETE N1ME_OUTPAT_ALLOWEDCHAR1N1ME_ALLOWED_CASETYPE
IMDOSEMedication: Order - Immediate Dose N1ME_IMDOSECHAR1XFELD
PURPOSEMedication: Purpose of Order N1ME_ORD_PURPOSECHAR1N1ME_ORD_PURPOSE
DISPQUANMedication: Drug Dispensing Quantity N1ME_DISPQUANQUAN24(12) ME12DN1ME_QUANTITY_2412
DISPQUANUMedication: Dispensing Quantity Unit N1ME_DISPQUANUUNIT3CUNITN1ME_UNIT

Key field Non-key field



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

As N1ME_WSORDER 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 N1ME_WSORDER as there is no data to select.

How to access SAP table N1ME_WSORDER

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