SPL_MARA SAP (Data Division MARA) Structure details

Dictionary Type: Structure
Description: Data Division MARA




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




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

SPL_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 "Data Division 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_SPL_MARA TYPE SPL_MARA.

The SPL_MARA table consists of various fields, each holding specific information or linking keys about Data Division MARA data available in SAP. These include PILFERABLE (Pilferable), WHSTC (Warehouse Storage Condition), WHMATGR (Warehouse Material Group), HNDLCODE (Handling Indicator).. 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 SPL_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
HUTYP_DFLTStandard HU Type CIFHUTYPDFCHAR4THUTYPCHAR4
PILFERABLEPilferable CIFPILFRBLCHAR1XFELD
WHSTCWarehouse Storage Condition CIFWHSTCCHAR2TWHSTCCHAR2
WHMATGRWarehouse Material Group CIFWHMATGRCHAR4TWHMATGRCHAR4
HNDLCODEHandling Indicator CIFHDLCODECHAR4THNDLCDCHAR4
HAZMATRelevant for Hazardous Substances CIFHAZMATCHAR1XFELD
HUTYPHandling Unit Type CIFHUTYPCHAR4THUTYPCHAR4
TARE_VARVariable Tare Weight CIFTAREVARCHAR1XFELD
MAXCMaximum Allowed Capacity of Packaging Material CIFMAXCDEC15(3) DECV15_3
MAXC_TOLOvercapacity Tolerance of the Handling Unit CIFMAXCTOLDEC3(1) DEC2_1
MAXLMaximum Packing Length of Packaging Material CIFMAXLQUAN15(3) CIFQUAN15
MAXBMaximum Packing Width of Packaging Material CIFMAXBQUAN15(3) CIFQUAN15
MAXHMaximum Packing Height of Packaging Material CIFMAXHQUAN15(3) CIFQUAN15
MAXDIM_UOMUnit of Measure for Maximum Packing Length/Width/Height CIFMAXDUOMUNIT3Assigned to domainCUNITMEINS
HERKLCountry of origin of the material HERKLCHAR3T005LAND1LND
MFRGRMaterial freight group MFRGRCHAR8TMFGMFRGR
QQTIMEQuarantine Period CIFQQTIMEQUAN3
QQTIMEUOMTime Unit for Quarantine Period CIFQQTIMEUOMUNIT3T006CUNITMEINS
QGRPQuality Inspection Group CIFQGRPCHAR4TQGRPCIFQGRP
SERIALSerial Number Profile CIFSERIALCHAR4TSERIALCIFSERIAL
PS_SMARTFORMForm Name CIFPSSFNAMECHAR30STXFADMTDSFNAME

Key field Non-key field



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

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

How to access SAP table SPL_MARA

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