FRE_DB_ART_SITE SAP (Relevant article/site-combinations for F&R) Table details

Dictionary Type: Table
Description: Relevant article/site-combinations for F&R




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




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

FRE_DB_ART_SITE is a standard SAP Table which is used to store Relevant article/site-combinations for F&R data and is available within R/3 SAP systems depending on the version and release level.

The FRE_DB_ART_SITE table consists of various fields, each holding specific information or linking keys about Relevant article/site-combinations for F&R data available in SAP. These include WERKS (Plant), MATNR (Material Number), KNUMH (Condition record number), KNUMH_EDATE (Date).. 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: Cannot Be Enhanced


SAP FRE_DB_ART_SITE 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
KNUMHCondition record number KNUMHCHAR10KNUMB
KNUMH_EDATEDate DATUMDATS8DATUM
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SALESPRICEFRE Sales Price FRE_SALESPRICEDEC13(3) DEC13_3
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VKP_TRANS_DAYDate DATUMDATS8DATUM
DEL_STATUSNew Input Values XFLAGCHAR1XFLAG
TS_STOCK_CHStock Change Indicator FRE_ST_CHCHAR1FRE_ST_CH
TS_CONS_CHConsumption Change Indicator FRE_CONS_CHCHAR1FRE_ST_CH
REL_DISMMRelevant because of MRP type FRE_REL_DISMMCHAR1FRE_REL
REL_REF_MARCRelevant because of MARC reference FRE_REL_REF_MARCCHAR1FRE_REL
REL_REF_MODULERelevant because of reference module FRE_REL_REF_MODULECHAR1FRE_REL
FRE_REL_LCF&R Relevance Indicator: relevant because of Listing Check FRE_REL_LCCHAR1FRE_REL_LC
FRE_REL_CDF&R Relevance Indic.: relevant bec.o.Listing Ch.a.Scheduling FRE_REL_CDCHAR1FRE_REL_CD
REL_DIF_NO_SITESRelevant for DIF Occurrences (Number of Supplied Plants) FRE_DIF_DISMM_REL_NO_SITESCHAR1FRE_DIF_DISMM_REL_NO_SITES
REL_SUBSTF&R-Relevance Indicator: Relevant Due to Substitution FRE_REL_SUBSTCHAR1FRE_REL_SUBST

Key field Non-key field



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

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

SELECT SINGLE *
FROM FRE_DB_ART_SITE
INTO CORRESPONDING FIELDS OF WA_FRE_DB_ART_SITE
WHERE...

How to access SAP table FRE_DB_ART_SITE

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