MSR1_ITEMCATEGORY SAP (MSR: Sales Document Item Category Determination) Structure details

Dictionary Type: Structure
Description: MSR: Sales Document Item Category Determination




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




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

MSR1_ITEMCATEGORY 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 "MSR: Sales Document Item Category Determination" 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_MSR1_ITEMCATEGORY TYPE MSR1_ITEMCATEGORY.

The MSR1_ITEMCATEGORY table consists of various fields, each holding specific information or linking keys about MSR: Sales Document Item Category Determination data available in SAP. These include MTPOS (Item category group from material master), VWPOS (Item usage), UEPST (Item category of the higher-level item), PSTYV (Default item category for the document).. 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: Not classified


SAP MSR1_ITEMCATEGORY 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
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
MTPOSItem category group from material master MTPOSCHAR4Assigned to domainMTPOS
VWPOSItem usage VWPOSCHAR4Assigned to domainVWPOS
UEPSTItem category of the higher-level item UEPSTCHAR4Assigned to domainPSTYV
PSTYVDefault item category for the document PSTYDCHAR4Assigned to domainPSTYV
PSTY1Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY2Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY3Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY4Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY5Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY6Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY7Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY8Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY9Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY10Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV
PSTY11Manual entries allowed for item category in the document PSTYMCHAR4Assigned to domainPSTYV

Key field Non-key field



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

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

How to access SAP table MSR1_ITEMCATEGORY

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