/SAPAPO/FCST_56 SAP (Log: Strategy 56) Table details

Dictionary Type: Table
Description: Log: Strategy 56




ABAP Code to SELECT data from /SAPAPO/FCST_56
Related tables to /SAPAPO/FCST_56
Access table /SAPAPO/FCST_56




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

/SAPAPO/FCST_56 is a standard SAP Table which is used to store Log: Strategy 56 data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/FCST_56 table consists of various fields, each holding specific information or linking keys about Log: Strategy 56 data available in SAP. These include GUID (GUID in 'CHAR' format with upper-/lowercase (!)), PRMOD (Forecast model), ALPHA (Basic value smoothing using alpha factor), BETA (Beta Factor (Trend Value Smoothing)).. 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 /SAPAPO/FCST_56 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 MANDTCLNT3Assigned to domainMANDT
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
PRMODForecast model /SAPAPO/PRMODCHAR1/SAPAPO/PRMOD
ALPHABasic value smoothing using alpha factor /SAPAPO/ALPHADEC3(2) /SAPAPO/GLATT
BETABeta Factor (Trend Value Smoothing) /SAPAPO/BETA1DEC3(2) /SAPAPO/GLATT
GAMMASeasonal index smoothing using gamma factor /SAPAPO/GAMMADEC3(2) /SAPAPO/GLATT
PHIFactor Dampening the Trend Value /SAPAPO/PHIDEC3(2) /SAPAPO/GLATT
PERIONumber of Periods per Seasonal Cycle /SAPAPO/PERIODEC5/SAPAPO/PERAN
MADMean absolute deviation (MAD) /SAPAPO/PRMADFLTP16(16) /SAPAPO/FLTP
FSUMMError total /SAPAPO/FSUMMFLTP16(16) /SAPAPO/FLTP
MSEMSE /SAPAPO/PRMSE2FLTP16(16) /SAPAPO/FLOAT
MPEMPE /SAPAPO/PRMPE2FLTP16(16) /SAPAPO/FLTP
RMSERMSE /SAPAPO/PRRMSE2FLTP16(16) /SAPAPO/FLTP
MAPEMAPE /SAPAPO/PRMAPE2FLTP16(16) /SAPAPO/FLTP
USERECustomer-Specific Error Measure /SAPAPO/PRUSEREFLTP16(16) /SAPAPO/FLTP
DATUMSystem Date SYDATUMDATS8SYDATS
UHRZEITSystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/FCST_56 using ABAP code

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

SELECT SINGLE *
FROM /SAPAPO/FCST_56
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/FCST_56
WHERE...

How to access SAP table /SAPAPO/FCST_56

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