N1MEDS_RRESULT_TECH SAP (Medication: Result Structure Used in Trees) Structure details

Dictionary Type: Structure
Description: Medication: Result Structure Used in Trees




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




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

N1MEDS_RRESULT_TECH 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 "Medication: Result Structure Used in Trees" 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_N1MEDS_RRESULT_TECH TYPE N1MEDS_RRESULT_TECH.

The N1MEDS_RRESULT_TECH table consists of various fields, each holding specific information or linking keys about Medication: Result Structure Used in Trees data available in SAP. These include DESCRIPTION (Medication: Description of Drug or Template), DOSE (Medication: Reference Dose), DOSEU (Medication: Reference Dose Unit), STRGTH (Medciation: Drug Strength).. 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 or numeric)


SAP N1MEDS_RRESULT_TECH 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
DESCRIPTIONMedication: Description of Drug or Template N1MEDS_DESCRIPTIONCHAR80N1MEDS_DESCRIPTION
DOSEMedication: Reference Dose N1ME_STRGTHPQUAN12(3) MEQUAN1ME_QUAN123
DOSEUMedication: Reference Dose Unit N1ME_STRGTHPUUNIT3Assigned to domainCUNITMEINS
STRGTHMedciation: Drug Strength N1ME_STRGTHQUAN12(3) MEQUAN1ME_QUAN123
STRGTHUMedication: Strength Unit N1ME_STRGTHUUNIT3Assigned to domainCUNITMEINS
PKGSIZEMedication: Package Size N1ME_PKGSIZEQUAN12(3) MEQUAN1ME_QUAN123
PKGUNITMedication: Package Unit N1ME_PKGUNITUNIT3Assigned to domainCUNITMEINS
ORDURMedication: Order - Order Duration N1ME_ORDURQUAN12(3) MEQUAN1ME_ORDUR
ORDURUMedication: Order Duration Unit N1ME_ORDURUUNIT3N1ME_ORDURU
CYCLECycle Code N1BEZEICHCHAR10ALPHAN1C010CODE
GENNAMEMedication: Generic Name N1ME_GENNAMECHAR200N1ME_GENNAME
BRANDNAMEMedication: Brand Name N1ME_BRANDNAMECHAR120N1ME_BRANDNAME
MANUFMedication: Manufacturer N1ME_MANUFCHAR120N1ME_MANUF
APROUNAMEMedication: Administration Route N1ME_ROUTECHAR10
APDEVNAMEMedication: Administration Device N1ME_APDEVCHAR10
PHFORMNAMEMedication: Dosage Form N1ME_PHFORMCHAR10
AGENTNAMEMedication: Agent Name N1MEDS_AGENT_TEXTCHAR200N1MEDS_AGENT_TEXT
THERACLNAMEMedication: Concatenated Name of Therapeutic Class N1MEDS_THERACL_TEXTCHAR100N1MEDS_THERACL_TEXT
MEDGROUPMedication: Drug Category N1ME_MEDGROUPCHAR10
PHYSICSTXMedication: Notes for Physician N1ME_PHYSICSTXCHAR80N1ME_TEXT_80
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
DRUGIDMedication: Mnemonic N1ME_DRUGIDCHAR32SYSUUID_C
N1ZNRCycle Key N1ZNRCHAR10N1C010
APDEVIDMedication: Administration Device ID N1ME_APDEVIDCHAR3N1ME_APDEVID
APROUTEIDMedication: ID Administration Route N1ME_ROUTEIDCHAR3N1ME_ROUTEID
PHFORMIDMedication: ID Dosage Form N1ME_PHFORMIDCHAR3N1ME_PHFORMID
MEDGRPIDMedication: Drug Category Key N1ME_MEDGRPIDCHAR3N1ME_MEDGRPID

Key field Non-key field



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

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

How to access SAP table N1MEDS_RRESULT_TECH

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