FIP_D_SP_MAT SAP (Relationship Supply Plants and Material for FIP) Table details

Dictionary Type: Table
Description: Relationship Supply Plants and Material for FIP




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




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

FIP_D_SP_MAT is a standard SAP Table which is used to store Relationship Supply Plants and Material for FIP data and is available within R/3 SAP systems depending on the version and release level.

The FIP_D_SP_MAT table consists of various fields, each holding specific information or linking keys about Relationship Supply Plants and Material for FIP data available in SAP. These include UNAME (FIP Buyer), WERKS (Plant), MATNR (Material Number), ACTIVE (Boolean Variable (X=True, -=False, Space=Unknown)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FIP_D_SP_MAT 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 MANDTCLNT3Assigned to domainMANDT
UNAMEFIP Buyer FIP_BUYERCHAR12UNAME
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ACTIVEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FPRFWDistribution profile at plant level FIP_FPRFWCHAR3Assigned to domainFIP_FEPRF
HORIZONDefines the date range together with the delivery date FIP_PL_HORIZONDEC3DEC3
DELIV_DATE_SP_PLDelivery date to Supply Plant (in days) FIP_DELIVERY_TO_SPINT13
DELIV_DATE_SP_DLDelivery date to Supply Plant (in days) FIP_DELIVERY_TO_SPINT13
DFLT_ORDER_TYPEMaterial Order Type FIP_ORDER_TYPECHAR30FIP_ORDER_TYPE_D
DISTRIB_STRATEGYDistribution strategy FIP_DISTRIBUTION_STRATEGYCHAR2FIP__DISTRIBUTION_STRATEGY
FAIR_SHAREFair share rule FIP_FAIR_SHARE_RULECHAR2FIP_FAIR_SHARE_RULE
ROUNDING_STRATEGRounding Strategy FIP_ROUNDING_STRATEGYCHAR2FIP_ROUNDING_STRATEGY
LZEITTime UZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIP_D_SP_MAT
INTO CORRESPONDING FIELDS OF WA_FIP_D_SP_MAT
WHERE...

How to access SAP table FIP_D_SP_MAT

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