RNMCO01 SAP (IS-H MM: CO TRansfer Structure Material Consumptions) Structure details

Dictionary Type: Structure
Description: IS-H MM: CO TRansfer Structure Material Consumptions




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




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

RNMCO01 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: CO TRansfer Structure Material Consumptions" 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_RNMCO01 TYPE RNMCO01.

The RNMCO01 table consists of various fields, each holding specific information or linking keys about IS-H MM: CO TRansfer Structure Material Consumptions data available in SAP. These include FALNR (IS-H: Case Number), EINRI (Institution), ANFOE (Departmental Organizational Unit That Requests the Service), ANPOE (IS-H: Nursing Organizational Unit Requesting the Service).. 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 RNMCO01 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
LNRLMIS-H MM: Sequence Number of Material Consumption ISH_LNRLPCHAR10ALPHAISH_LNRLM
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
MATNRIS-H: Material Number for Material Requisition ISH_MMATNRCHAR18Assigned to domainMATN1MATNR
WERKSIS-H MM: Issuing Point for Material (e.g. Pharmacy) ISH_MWERKSCHAR4Assigned to domainWERKSWRK
UBVONIS-HCO: Start of Transfer ISH_UBVONDATS8RI_DATUM
UBBISIS-HCO: End of Transfer ISH_UBBISDATS8RI_DATUM
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BLDATDocument Date CO_BLDATDATS8DATUM
BUDATPosting Date CO_BUDATDATS8DATUM
PERIOIS-H: Posting period ISH_POPERNUMC3POPER
GJAHRIS-H: Fiscal Year ISH_BDATJNUMC4GJAHRGJAHR
BLTXTDocument Header Text CO_BLTXTCHAR50TEXT50
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
EAUFNReceiver order EAUFTCHAR12Assigned to domainALPHAAUFNR
EKOSTReceiver Cost Center EKOSTCHAR10Assigned to domainALPHAKOSTL
SAUFNSender order SAUFNCHAR12Assigned to domainALPHAAUFNR
SKOSTSender cost center SKOSTCHAR10Assigned to domainALPHAKOSTLKSK
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
PREISIS-H MM: Price of Material ISH_MPREISCURR11(2) ISH_WERTV6
SGTXTSegment text CO_SGTXTCHAR50TEXT50
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
LFDNRNumeric field: Length 6 NUM06NUMC6NUM06
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
MENGEIS-H MM: Quantity of Material ISH_MENGEQUAN15(3) MENGV8
MEINSUnit of Measure ISH_MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table RNMCO01

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