RNMMD1 SAP (IS-H MM: Screen fields) Structure details

Dictionary Type: Structure
Description: IS-H MM: Screen fields




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




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

RNMMD1 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 MM: Screen fields" 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_RNMMD1 TYPE RNMMD1.

The RNMMD1 table consists of various fields, each holding specific information or linking keys about IS-H MM: Screen fields data available in SAP. These include AKTPO (IS-H: Current Item Number), GESPO (IS-H: Number of Total Items), WLFDT (IS-H MM: Desired Delivery Date for Material Requisition), EINRI (Institution).. 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 RNMMD1 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 MANDTCLNT3T000MANDT
AKTPOIS-H: Current Item Number AKT_POS05NUMC5ISH_POS05
GESPOIS-H: Number of Total Items GES_POS05NUMC5ISH_POS05
WLFDTIS-H MM: Desired Delivery Date for Material Requisition ISH_WLFDTDATS8DATUM
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
EINKBIS-H: Short Text for Institution EINKBCHAR15TEXT15
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
ANFOEIS-H: Departmental Org. Unit Requesting Material ISH_MANFOECHAR8NORGALPHAORGID
ANPOEIS-H: Nursing Org. Unit Requesting Material ISH_MANPOECHAR8NORGALPHAORGID
ANFOEKBIS-H: Short text for requesting departmental org. unit. ISH_MANFOEKBCHAR12TEXT12
ANPOEKBIS-H: Short Text for Requesting Nursing Org. Unit ISH_MANPOEKBCHAR12TEXT12
LNRLMIS-H MM: Sequence Number of a Material Requisition ISH_LNRLMCHAR10ALPHAISH_LNRLM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MTEXTIS-H: Material Description (40-Digits) ISH_MTXT40CHAR40TEXT40
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
WERKSIS-H MM: Issuing Point for Material (e.g. Pharmacy) ISH_MWERKSCHAR4TNM01WERKSWRK
WERKSKBName NAME1CHAR30TEXT30
LFSTXIS-H MM: Text for Delivery Status ISH_MLFSTXCHAR40TEXT40
GESTXIS-H MM: Approval Status of the Requisition (Text) ISH_MGESTXCHAR30TEXT30
GEATXIS-H MM: Approval Type ISH_MGEATXCHAR20TEXT20
MNGTXIS-H: Quantity as Text String ISH_MMNGTXCHAR8TEXT8
STFILIS-H MM: Filter for Status of Material Requisition ISH_MSTFILCHAR1ISH_MSTFIL
DTFILIS-H MM: Filter ISH_MDTFILDATS8DATUM
MBATXIS-H MM: Type of Material Document ISH_MBATXCHAR20TEXT20
DRFILIS-H MM: Filter for Status of Material Requisition ISH_MSTFILCHAR1ISH_MSTFIL
DRBEGDTStart Date for Printing Material Requisitions ISH_MDRBEGDTDATS8DATUM
DRENDDTIS-H MM: End Date for Printing Material Requisitions ISH_MDRENDDTDATS8DATUM
REPDRIS-H: Print Already Printed Material Requisitions ISH_MREPDRCHAR1XFELD
KOSTLIS-H: Cost Center Assigned to Organizational Unit ISH_KOSTLCHAR10Assigned to domainALPHAKOSTL
KATIDIS-H MM: Identification of a Material Catalog ISH_MKATIDCHAR8NMKATALPHAISH_MKATID
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
ICONIS-H MM: Icon ISH_MICON1CHAR80TEXT80
LFSTLIS-H: Delivery Status of Material Requisition ISH_MLFSTLCHAR30ISH_WLSTALI
BUINFIS-H: Quantity in Base Unit of Measure ISH_MBUINFCHAR15TEXT15
EAUFNIS-HCO: Receiver (Order) ISH_EAUFNCHAR12Assigned to domainALPHAAUFNR
STVERIS-H MM: Start Screen in Material Requisition Function ISH_MSTVERSCHAR1ISH_MSTVERSMFI
MENGEIS-H MM: Quantity of Material ISH_MENGEQUAN15(3) MENGV8
MEINSUnit of Measure ISH_MEINSUNIT3Assigned to domainCUNITMEINS
POSTXIS-H MM: Material Requisition Item Text ISH_MPOSTXCHAR40TEXT40
PREISIS-H MM: Price of Material ISH_MPREISCURR11(2) ISH_WERTV6
GEPRSIS-H MM: Total Price of Item ISH_MGEPRSCURR11(2) ISH_WERTV6
WAERSIS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table RNMMD1

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