RNMCONS SAP (IS-H MM: Create/Change Case-Related Material Consumption) Structure details

Dictionary Type: Structure
Description: IS-H MM: Create/Change Case-Related Material Consumption




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




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

RNMCONS 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: Create/Change Case-Related Material Consumption" 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_RNMCONS TYPE RNMCONS.

The RNMCONS table consists of various fields, each holding specific information or linking keys about IS-H MM: Create/Change Case-Related Material Consumption data available in SAP. These include LFDAK (IS-H: Sequence Number of an Action), AKTION (Change Type (U, I, S, D)), AKSTAT (IS-H: Status of an Action), FALNR (IS-H: Case 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 RNMCONS 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
LFDAKIS-H: Sequence Number of an Action ISH_LFDAKCHAR10CHAR10
AKTIONChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
AKSTATIS-H: Status of an Action ISH_AKSTATCHAR1ISH_AKSTAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
MATNRIS-H: Material Number for Material Consumption ISH_MMATNR_CONSCHAR18Assigned to domainMATN1MATNRISH_MAT_CONS
WERKSIS-H MM: Issuing Point for Material (e.g. Pharmacy) ISH_MWERKSCHAR4Assigned to domainWERKSWRK
EXMATIS-H: External Material Number ISH_EXMATCHAR20ALPHAISH_EXMAT
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
MENGEIS-H MM: Quantity of Material ISH_MENGEQUAN15(3) MENGV8
MEINSUnit of Measure ISH_MEINSUNIT3Assigned to domainCUNITMEINS
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATFTEXTIS-H MM: Material Text / Free Text ISH_MMFTEXTCHAR40TEXT40
EXCHARGIS-H MM: Vendor Batch Number ISH_MEXCHNCHAR15LICHN
CONSDTIS-H MM: Date of Material Administration ISH_MCONSDTDATS8DATUM
CONSTMIS-H MM: Time of Material Administration ISH_MCONSTMTIMS6UZEIT
PERNROrdering Physician ISH_PERNR_MATCHAR10Assigned to domainALPHARI_KUNNRPER
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
GERNRSerial Number ISH_GERNRCHAR18GERNRGERNR
CONSVARoute of Administration of Drugs ISH_CONSVACHAR5ALPHAISH_CONSVA
MATNR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WERKS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXMAT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANFOE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANPOE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MENGE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MEINS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHARG_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATFTEXT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXCHARG_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONSDT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONSTM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PERNR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STORN_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GERNR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONSVA_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table RNMCONS

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