SAWE_S_TIME_PS_AUTO_FCD_CTX SAP ( Time Planning Sheet Automatic Forecast Fields for Context) Structure details

Dictionary Type: Structure
Description: Time Planning Sheet Automatic Forecast Fields for Context




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




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

SAWE_S_TIME_PS_AUTO_FCD_CTX 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 " Time Planning Sheet Automatic Forecast Fields for Context" 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_SAWE_S_TIME_PS_AUTO_FCD_CTX TYPE SAWE_S_TIME_PS_AUTO_FCD_CTX.

The SAWE_S_TIME_PS_AUTO_FCD_CTX table consists of various fields, each holding specific information or linking keys about Time Planning Sheet Automatic Forecast Fields for Context data available in SAP. These include AUTO_FCD_MODE (Automatic Forecasting Mode), START_DATE (Begin Date), END_DATE (End Date), AUTO_FCD_DAYS (Automatic Forecast Days).. 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 (Deep)


SAP SAWE_S_TIME_PS_AUTO_FCD_CTX 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
AUTO_FCD_MODEAutomatic Forecasting Mode SAWE_AUTO_FCD_MODECHAR3SAWE_AUTO_FCD_MODE
START_DATEBegin Date SAWE_BEGIN_DATEDATS8DATUM
END_DATEEnd Date SAWE_END_DATEDATS8DATUM
AUTO_FCD_DAYSAutomatic Forecast Days SAWE_AUTO_FCD_DAYSDEC6(2) SAWE_AUTO_FCD_DAYS
OBJECT_TYPEAssignment Obj. Type WE_ENGAGEMENT_TYPECHAR1TWE_ENGTYPEWE_ENGAGEMENT_TYPE
OBJECT_IDObject ID SWO_OBJIDCHAR90SWO_OBJID
EMPLOYEE_IDPersonnel Number PERNR_DNUMC8PERNRPER
FC_GROUPForecast Grouping Key SAWE_FC_GROUPRAW16SYSUUID
AUTO_FCD_HOURSAutomatic Forecast Hours SAWE_AUTO_FCD_HOURSDEC8
LOAD_FC_START_DATEBegin Date SAWE_BEGIN_DATEDATS8DATUM
LOAD_FC_END_DATEEnd Date SAWE_END_DATEDATS8DATUM
SPREAD_FC_START_DATEBegin Date SAWE_BEGIN_DATEDATS8DATUM
SPREAD_FC_END_DATEEnd Date SAWE_END_DATEDATS8DATUM
NUM_OF_DAYSAutomatic Forecast Days SAWE_AUTO_FCD_DAYSDEC6(2) SAWE_AUTO_FCD_DAYS
PERIOD_DAYSAutomatic Forecast Days SAWE_AUTO_FCD_DAYSDEC6(2) SAWE_AUTO_FCD_DAYS
LOAD_FC_VISWeb Dynpro: Visibility WDUI_VISIBILITYNUMC2WDUI_VISIBILITY
LOAD_FC_ENABLEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SPREAD_FC_ENABLEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
ELEMENT_INDEXLoop Index SYINDEXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table SAWE_S_TIME_PS_AUTO_FCD_CTX

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