RNBMMH1 SAP (IS-H MM: Hospital-Specific Fields in BMMH1) Structure details

Dictionary Type: Structure
Description: IS-H MM: Hospital-Specific Fields in BMMH1




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




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

RNBMMH1 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: Hospital-Specific Fields in BMMH1" 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_RNBMMH1 TYPE RNBMMH1.

The RNBMMH1 table consists of various fields, each holding specific information or linking keys about IS-H MM: Hospital-Specific Fields in BMMH1 data available in SAP. These include ISH_AG1QUANT (IS-H MM: Qty of Active Ingred.in a Material for Direct Input), ISH_AG1UNIT (IS-H MM: Unit of Measure of Active Ingredient in a Material), ISH_AGENT2 (IS-H MM: Active Ingredient 2), ISH_AG2QUANT (IS-H MM: Qty of Active Ingred.in a Material for Direct Input).. 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)


SAP RNBMMH1 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
ISH_AGENT1IS-H MM: Active Ingredient 1 (Main Active Ingredient) ISH_AGENT1CHAR20Assigned to domainALPHAISH_AGENTISH_MAT_INGREDNT_CODE
ISH_AG1QUANTIS-H MM: Qty of Active Ingred.in a Material for Direct Input ISH_AGQUANT_DICHAR15CHAR15
ISH_AG1UNITIS-H MM: Unit of Measure of Active Ingredient in a Material ISH_AGUNITUNIT3Assigned to domainCUNITMEINS
ISH_AGENT2IS-H MM: Active Ingredient 2 ISH_AGENT2CHAR20Assigned to domainALPHAISH_AGENT
ISH_AG2QUANTIS-H MM: Qty of Active Ingred.in a Material for Direct Input ISH_AGQUANT_DICHAR15CHAR15
ISH_AG2UNITIS-H MM: Unit of Measure of Active Ingredient in a Material ISH_AGUNITUNIT3Assigned to domainCUNITMEINS
ISH_AGENT3IS-H MM: Active Ingredient 3 ISH_AGENT3CHAR20Assigned to domainALPHAISH_AGENT
ISH_AG3QUANTIS-H MM: Qty of Active Ingred.in a Material for Direct Input ISH_AGQUANT_DICHAR15CHAR15
ISH_AG3UNITIS-H MM: Unit of Measure of Active Ingredient in a Material ISH_AGUNITUNIT3Assigned to domainCUNITMEINS
ISH_KAT1IS-H MM: Catalog 1 Indicator ISH_KZKAT1CHAR1XFELD
ISH_KAT2IS-H MM: Catalog 2 Indicator ISH_KZKAT2CHAR1XFELD
ISH_KAT3IS-H MM: Catalog 3 Indicator ISH_KZKAT3CHAR1XFELD
ISH_BTMIS-H MM: Anesthetic Indicator ISH_KZBTMCHAR1XFELD
ISH_IMPIS-H MM: Imported Material Indicator ISH_KZIMPCHAR1XFELD
ISH_GEFIS-H MM: Hazardous Substance Indicator ISH_KZGEFCHAR1XFELD
ISH_ATCIS-H MM: ATC Code ISH_ATCCHAR20ISH_MCATIDISH_MCAT_ATC
ISH_GEARTIS-H MM: Approval Type ISH_MGEARTCHAR2Assigned to domainISH_MGEART
ISH_SUBMATIS-H MM: Substitute Material ISH_SUBMATCHAR18Assigned to domainMATN1MATNR
ISH_SUBDATIS-H MM: Substitute Date for Direct Input ISH_SUBDAT_DICHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table RNBMMH1

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