RN1ME_FOR_SEARCH_ALV SAP (IS-H*MED: ALV Grid Structure for Performant CPOE Search) Structure details

Dictionary Type: Structure
Description: IS-H*MED: ALV Grid Structure for Performant CPOE Search




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




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

RN1ME_FOR_SEARCH_ALV 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: ALV Grid Structure for Performant CPOE Search" 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_RN1ME_FOR_SEARCH_ALV TYPE RN1ME_FOR_SEARCH_ALV.

The RN1ME_FOR_SEARCH_ALV table consists of various fields, each holding specific information or linking keys about IS-H*MED: ALV Grid Structure for Performant CPOE Search data available in SAP. These include DESCRLT (Medication: Drug Description), MEDGRPID (Medication: Drug Category Key), MEDGROUP (Medication: Drug Category), UNIT (Medication: Drug - Base Unit).. 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 RN1ME_FOR_SEARCH_ALV 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
DRUGNAMEMedication: Drug Name N1ME_DRUGNAMECHAR120N1ME_DRUGNAME
DESCRLTMedication: Drug Description N1ME_DRUGIDDESCCHAR160N1ME_MD_DRUGIDDESC
MEDGRPIDMedication: Drug Category Key N1ME_MEDGRPIDCHAR3N1ME_MEDGRPID
MEDGROUPMedication: Drug Category N1ME_MEDGROUPCHAR10
UNITMedication: Drug - Base Unit N1ME_UNITUNIT3Assigned to domainCUNITMEINS
BRANDNAMEMedication: Brand Name N1ME_BRANDNAMECHAR120N1ME_BRANDNAME
GENNAMEMedication: Generic Name N1ME_GENNAMECHAR200N1ME_GENNAME
PKGSIZEMedication: Package Size N1ME_PKGSIZEQUAN12(3) MEQUAN1ME_QUAN123
PKGUNITMedication: Package Unit N1ME_PKGUNITUNIT3Assigned to domainCUNITMEINS
PHYSICSTXMedication: Notes for Physician N1ME_PHYSICSTXCHAR80N1ME_TEXT_80
PHYSICLTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RN1ME_FOR_SEARCH_ALV

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