TWISPC_MARA SAP (Retail Planning: Materials for Provisional Planning) Table details

Dictionary Type: Table
Description: Retail Planning: Materials for Provisional Planning




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




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

TWISPC_MARA is a standard SAP Table which is used to store Retail Planning: Materials for Provisional Planning data and is available within R/3 SAP systems depending on the version and release level.

The TWISPC_MARA table consists of various fields, each holding specific information or linking keys about Retail Planning: Materials for Provisional Planning data available in SAP. These include MATNR (Material Number), REFMATNR (Reference Material in Merchandise & Assortment Planning), FLG_REFART (Indicator: Material Reference from Material Master), FLG_REFWG (Indicator: Reference for Ref. Material in Material Group).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TWISPC_MARAT


SAP TWISPC_MARA table 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
REFMATNRReference Material in Merchandise & Assortment Planning WISP_REFMATNRCHAR18MARAMATN1MATNRMATMAT1
FLG_REFARTIndicator: Material Reference from Material Master WISP_REFARTCHAR1XFELD
FLG_REFWGIndicator: Reference for Ref. Material in Material Group WISP_REFWGCHAR1XFELD
FLG_MANIndicator: Manual Maintenance of Material Attributes WISP_MANCHAR1XFELD
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
PLGTPPrice Band Category PLGTPCHAR2TWPTPLGTP
SAISOSeason Category SAISOCHAR4T6WSPSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
MERK1Characteristic 1 MCW_MERK1CHAR30ATWRT
MERK2Characteristic 2 MCW_MERK2CHAR30ATWRT
MERK3Characteristic 3 MCW_MERK3CHAR30ATWRT
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
NUMTPCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
PRDHAProduct hierarchy PRODH_DCHAR18T179PRODHVPR
DATABValid-From Date DATABDATS8DATUM
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
PMATAPricing Reference Material PMATNCHAR18Assigned to domainMATN1MATNRMAT
MFRNRNumber of a Manufacturer MFRNRCHAR10LFA1ALPHALIFNR
LAEDADate of Last Change LAEDADATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table TWISPC_MARA using ABAP code

The following ABAP code Example will allow you to do a basic selection on TWISPC_MARA to SELECT all data from the table
DATA: WA_TWISPC_MARA TYPE TWISPC_MARA.

SELECT SINGLE *
FROM TWISPC_MARA
INTO CORRESPONDING FIELDS OF WA_TWISPC_MARA
WHERE...

How to access SAP table TWISPC_MARA

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