ISH_MARA SAP (IS-H MM: Append Structure for MARA) Structure details

Dictionary Type: Structure
Description: IS-H MM: Append Structure for MARA




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




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

ISH_MARA 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: Append Structure for MARA" 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_ISH_MARA TYPE ISH_MARA.

The ISH_MARA table consists of various fields, each holding specific information or linking keys about IS-H MM: Append Structure for MARA data available in SAP. These include ISH_AG1QUANT (IS-H MM: Quantity of Active Ingredient in a Material), 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: Quantity of Active Ingredient in a Material).. 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 ISH_MARA 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_AGENT1CHAR20TNM50AALPHAISH_AGENTISH_MAT_INGREDNT_CODE
ISH_AG1QUANTIS-H MM: Quantity of Active Ingredient in a Material ISH_AGQUANTQUAN12(3) MENG12_3
ISH_AG1UNITIS-H MM: Unit of Measure of Active Ingredient in a Material ISH_AGUNITUNIT3T006CUNITMEINS
ISH_AGENT2IS-H MM: Active Ingredient 2 ISH_AGENT2CHAR20TNM50AALPHAISH_AGENT
ISH_AG2QUANTIS-H MM: Quantity of Active Ingredient in a Material ISH_AGQUANTQUAN12(3) MENG12_3
ISH_AG2UNITIS-H MM: Unit of Measure of Active Ingredient in a Material ISH_AGUNITUNIT3T006CUNITMEINS
ISH_AGENT3IS-H MM: Active Ingredient 3 ISH_AGENT3CHAR20TNM50AALPHAISH_AGENT
ISH_AG3QUANTIS-H MM: Quantity of Active Ingredient in a Material ISH_AGQUANTQUAN12(3) MENG12_3
ISH_AG3UNITIS-H MM: Unit of Measure of Active Ingredient in a Material ISH_AGUNITUNIT3T006CUNITMEINS
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_ATCCHAR20TNM60AISH_MCATIDISH_MCAT_ATC
ISH_GEARTIS-H MM: Approval Type ISH_MGEARTCHAR2TNM10AISH_MGEART
ISH_BILMODMode for Case-Related Material Billing ISH_MM_BILMODCHAR1ISH_MM_BILMOD
ISH_ADDINFOAdditional Information for Drugs ISH_ADDINFOCHAR18TEXT18

Key field Non-key field



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

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

How to access SAP table ISH_MARA

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