RN1MED_ME_SLDOSE_TEMPLATE SAP (Medication: Change Structure - Sliding Dosage Template) Structure details

Dictionary Type: Structure
Description: Medication: Change Structure - Sliding Dosage Template




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




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

RN1MED_ME_SLDOSE_TEMPLATE 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: Change Structure - Sliding Dosage Template" 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_RN1MED_ME_SLDOSE_TEMPLATE TYPE RN1MED_ME_SLDOSE_TEMPLATE.

The RN1MED_ME_SLDOSE_TEMPLATE table consists of various fields, each holding specific information or linking keys about Medication: Change Structure - Sliding Dosage Template data available in SAP. These include TPSLDOSEID (Medication: Template ID for Sliding Dosage), TPID (Medication: ID Order Template), TPID_X (Change-Flag, ie. 'X' if field is changed), SEQID (Medication: Sequence Number).. 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 RN1MED_ME_SLDOSE_TEMPLATE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TPSLDOSEIDMedication: Template ID for Sliding Dosage N1ME_TPSLDOSEIDCHAR32SYSUUID_C
TPIDMedication: ID Order Template N1ME_TPIDCHAR10ALPHAN1ME_TPID
TPID_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
SEQIDMedication: Sequence Number N1SEQIDNUMC10
SEQID_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
DOSEMedication: Total Dose Patient - OBSOLETE N1ME_DOSEQUAN12(3) MEQUAN1ME_DOSE
DOSE_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
RECAAMedication: Quantity to Be Administered N1ME_RECAAQUAN24(12) ME12DN1ME_QUANTITY_2412
RECAA_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
ZNRCycle Key N1ZNRCHAR10N1C010
ZNR_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
DURMedication: Duration in Days N1MEDURQUAN12(3) MEQUAN1ME_QUAN123
DUR_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
STARTDAYMedication: from Day (Relative) N1ME_STARTDAYNUMC4
STARTDAY_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
KZIS-H: Processing Mode for Data Records (I/U/D) ISH_MODUSCHAR1ISH_MODUS
DOSDEFMedication: Simplified Dose Definition N1ME_DOSDEFCHAR400N1ME_DOSDEF
DOSDEF_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
DC_USEDMedication: Order - Dose Calculator Used N1ME_DC_USEDCHAR1N1ME_DC_USED
DC_USED_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
DCMMedication: Dose Calculation Method N1ME_DCMCHAR1N1ME_DCM
DCM_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
DRUGASTRMedication: Dose N1ME_DRUGASTRQUAN24(12) ME12DN1ME_QUANTITY_2412
DRUGASTR_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
DRUGASTRUMedication: Dose Unit N1ME_DRUGASTRUUNIT3N1ME_DRUGU
DRUGASTRU_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
COMP_USEDMedication: Ingredient Used for Calculation N1ME_COMP_USEDCHAR32N1ME_COMP_USED
COMP_USED_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
COMP_TYPEMedication: Ingredient Type N1ME_COMP_TYPECHAR1N1ME_COMP_TYPE
COMP_TYPE_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
PDURMedication: Planned Duration N1ME_PLDURQUAN12(3) MEQUAN1ME_PLDUR
PDUR_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
PDURUMedication: Order - Planned Admin. Duration, Unit N1ME_PDURUUNIT3CUNITN1ME_UNIT
PDURU_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
CMQUANMedication: Calculation Method - Quantity per Unit of Weight N1ME_CMQUANQUAN12(3) MEQUAN1ME_CMQUAN
CMQUAN_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD
CMUMedication: Order - Calculation Method Unit N1ME_CMUUNIT3Assigned to domainCUNITMEINS
CMU_XChange-Flag, ie. 'X' if field is changed ISHMED_CHANGECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RN1MED_ME_SLDOSE_TEMPLATE

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