FOX0_SCENARIOS SAP (Explosion Scenarios) Table details

Dictionary Type: Table
Description: Explosion Scenarios




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




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

FOX0_SCENARIOS is a standard SAP Table which is used to store Explosion Scenarios data and is available within R/3 SAP systems depending on the version and release level.

The FOX0_SCENARIOS table consists of various fields, each holding specific information or linking keys about Explosion Scenarios data available in SAP. These include SCENARIO (Explosion Scenario), WHERE_USED (Where-Used List), PERIODIC_EXPL (Periodic Explosion), DISTRIBUTION (Distribution Context).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = FOX0_SCENARIO_TX


SAP FOX0_SCENARIOS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SCENARIOExplosion Scenario FOX0_SCENARIOCHAR10FOX0_SCENARIO
WHERE_USEDWhere-Used List FOX0_WHERE_USEDCHAR1CHAR1_X
PERIODIC_EXPLPeriodic Explosion FOX0_PERIODIC_EXPLOSIONCHAR1CHAR1_X
DISTRIBUTIONDistribution Context FOX0_DISTRIBUTIONCHAR1CHAR1_X
CHECK_DLOCKCheck Distribution Lock FOX0_CHECK_DLOCKCHAR1CHAR1_X
INST_ECMORDERSInstantiate Change Orders FOX0_INSTANCIATE_ECMORDERSCHAR1CHAR1_X
NO_INVALID_OBJInstantiate Valid Objects Only FOX3_NO_INVALID_OBJECTSCHAR1XFELD
KEEP_OBJECT_DATAHold Object Data in Memory FOX3_KEEP_OBJECT_DATACHAR1CHAR1_X
TRACE_LEVELDetail Level of Application Log PTU_TRACE_LEVELNUMC1PTU_TRACE_LEVELPTU_TRACE_LEVEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM FOX0_SCENARIOS
INTO CORRESPONDING FIELDS OF WA_FOX0_SCENARIOS
WHERE...

How to access SAP table FOX0_SCENARIOS

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