STY_FRE_ORD_FASH_CUSTOMIZING SAP (Customizing for Order Inbound IF Fashion Functions) Structure details

Dictionary Type: Structure
Description: Customizing for Order Inbound IF Fashion Functions




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




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

STY_FRE_ORD_FASH_CUSTOMIZING 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 "Customizing for Order Inbound IF Fashion Functions" 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_STY_FRE_ORD_FASH_CUSTOMIZING TYPE STY_FRE_ORD_FASH_CUSTOMIZING.

The STY_FRE_ORD_FASH_CUSTOMIZING table consists of various fields, each holding specific information or linking keys about Customizing for Order Inbound IF Fashion Functions data available in SAP. These include MANDT (Client), CONTRACT_STATUS (Contract Verification Status), CONTRACT_OPTION (Contract Unit onversion Options), CONTRACT_EXCPT (Contract exception handling).. 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: Can be enhanced (character-type or numeric)


SAP STY_FRE_ORD_FASH_CUSTOMIZING 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
MANDTClient MANDTCLNT3T000MANDT
CONTRACT_STATUSContract Verification Status FRE_CONTRACT_STATUSCHAR1FRE_CONTRACT_STATUS
CONTRACT_OPTIONContract Unit onversion Options FRE_CONTRACT_OPTIONCHAR1FRE_CONTRACT_OPTION
CONTRACT_EXCPTContract exception handling FRE_CONTRACT_EXCPTCHAR1FRE_CONTRACT_EXCPT
PROMO_ST_STATUSPromotion determination for store FRE_PROMO_ST_STATUSCHAR1FRE_PROMO_ST_STATUS
PROMO_DC_STATUSPromotion determination for distribution center FRE_PROMO_DC_STATUSCHAR1FRE_PROMO_DC_STATUS
PROMO_ST_DATEDate used for store promotion validation FRE_PROMO_ST_DATECHAR1FRE_PROMO_DATE
PROMO_DC_DATEDate used for distribution center promotion validation FRE_PROMO_DC_DATECHAR1FRE_PROMO_DATE
MATRIX_STATUSMatrixfunctionality active - deactive FRE_MATRIX_STATUSCHAR1FRE_MATRIX_STATUS
BIF_USEUse Buffer Tables during Order Proposal Inbound Processing FRE_BIF_USECHAR1FRE_BIF_USE
FASHION_STATUSCreate Fashion Orders through Order Inbound Interface FRE_FASHION_ACTIVECHAR1FRE_FASHION_ACTIVE
.INCLU--AP 0
OTB_STATUSOTB- check on/off FRE_OTB_STATUSCHAR1FRE_OTB_STATUS
SCHED_STATUSFashion Scheduling on/off FRE_SCHED_STATUSCHAR1FRE_SCHED_STATUS
SCHED_OPTIONFashion Scheduling without Prod. Time on/off FRE_SCHED_OPTIONCHAR1FRE_SCHED_OPTION
SCHED_EXCPTScheduling Exception Handling FRE_SCHED_EXCPTCHAR1FRE_SCHED_EXCPT
CONS_STATUSConsignment handling on/off FRE_CONS_STATUSCHAR1FRE_CONS_STATUS
GROUP_STATUSGrouping on/off FRE_GROUP_STATUSCHAR1FRE_GROUP_STATUS
DOCSYNC_STATUSDocument Synchronisation active -deactive FRE_DOCSYNC_STATUSCHAR1FRE_DOCSYNC_STATUS
OVERBOOK_CONTRNew Input Values XFLAGCHAR1XFLAG
FRE_RELEASERelease of connected F&R System FRE_RELEASECHAR2FRE_RELEASE

Key field Non-key field



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

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

How to access SAP table STY_FRE_ORD_FASH_CUSTOMIZING

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