FRE_DB_FRE_DISMM SAP (replenishment types for FRE scenario) Table details

Dictionary Type: Table
Description: replenishment types for FRE scenario




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




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

FRE_DB_FRE_DISMM is a standard SAP Table which is used to store replenishment types for FRE scenario data and is available within R/3 SAP systems depending on the version and release level.

The FRE_DB_FRE_DISMM table consists of various fields, each holding specific information or linking keys about replenishment types for FRE scenario data available in SAP. These include DISMM (MRP Type), FRE_RPSTATUS (F&R Replenishment type of the Product), INIT_BUY_CHECK (Initial buy check), FRE_REF_BUILD (Indicator: do not assign multiple references).. 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: Can be enhanced (character-type)


SAP FRE_DB_FRE_DISMM 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
DISMMMRP Type DISMMCHAR2T438ADISMM
FRE_RPSTATUSF&R Replenishment type of the Product FRE_RPSTATUSCHAR2FRE_SCMB_MDL_RPSTATUS
INIT_BUY_CHECKInitial buy check FRE_INIT_BUY_CHECKCHAR1FRE_INIT_BUY_CHECK
FRE_REF_BUILDIndicator: do not assign multiple references FRE_REF_BUILDCHAR1FRE_REF_BUILD
FRE_DATREDControl the amount of data to be transmitted to SAP F&R FRE_DATREDCHAR2FRE_DATRED
REL_DIF_NO_SITESRelevant for DIF Occurrences (Number of Supplied Plants) FRE_DIF_DISMM_REL_NO_SITES2CHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FRE_DB_FRE_DISMM
INTO CORRESPONDING FIELDS OF WA_FRE_DB_FRE_DISMM
WHERE...

How to access SAP table FRE_DB_FRE_DISMM

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