RNMM01 SAP (IS-H: Material requisition from nurse station) Structure details

Dictionary Type: Structure
Description: IS-H: Material requisition from nurse station




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




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

RNMM01 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: Material requisition from nurse station" 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_RNMM01 TYPE RNMM01.

The RNMM01 table consists of various fields, each holding specific information or linking keys about IS-H: Material requisition from nurse station data available in SAP. These include EINRI (Institution), ORGID (Identification Key of Organizational Unit), POSNR (IS-H MM: Item number of the material requisition), WERKS (IS-H MM: Issuing Point for Material (e.g. Pharmacy)).. 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 RNMM01 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
POSNRIS-H MM: Item number of the material requisition ISH_MPOSNRNUMC5Assigned to domainBNFPO
WERKSIS-H MM: Issuing Point for Material (e.g. Pharmacy) ISH_MWERKSCHAR4T001WWERKSWRK
MATNRIS-H: Material Number for Material Requisition ISH_MMATNRCHAR18MARAMATN1MATNR
MEINSIS-H MM: Order Unit of Material ISH_MBMEINUNIT3Assigned to domainCUNITMEINS
MENGEMaterial Quantity in Order Unit ISH_MBSMNGQUAN15(3) MENGV8
BMEINIS-H MM: Order Unit of Material ISH_MBMEINUNIT3T006CUNITMEINS
BSMNGMaterial Quantity in Order Unit ISH_MBSMNGQUAN15(3) MENGV8
LPEINIS-H MM: Date Type for Delivery Date of Care Unit Material ISH_MLPEINCHAR1TPRGPRGBZ
LFDATIS-H: Desired Delivery Date for Item ISH_MLFDATDATS8DATUM
BADATIS-H MM: Requisition Date of Material Order ISH_MBADATDATS8DATUM
MTEXTIS-H: Name of Material (80 Characters) ISH_MTXT80CHAR80ISH_MTXT80
LFSTAIS-H: Delivery Status of Material Requisition Item ISH_MLFSTACHAR1ISH_MLFSTA
GESTAIS-H MM: Approval Status for Material Requisition ISH_MGESTACHAR1ISH_MGESTA
GENAMIS-H MM: Name of Approval Giver ISH_MGENAMCHAR12USNAM
GEDATIS-H MM: Date of Approval ISH_MGEDATDATS8RI_DATUM
RES_REQ_IDIS-H MM: Indicator for Reservation or Purchase Requisition ISH_RESREQCHAR1CHAR1
TXZ01IS-H: Short Text of Material/Article for Care Unit ISH_MTXZ01CHAR40TEXT40
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
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
MARKIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNMM01

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