/SAPAPO/OM_TS_FILLR_DATA SAP (fillrate info for DP timeseries) Structure details

Dictionary Type: Structure
Description: fillrate info for DP timeseries




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




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

/SAPAPO/OM_TS_FILLR_DATA 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 "fillrate info for DP timeseries" 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_/SAPAPO/OM_TS_FILLR_DATA TYPE /SAPAPO/OM_TS_FILLR_DATA.

The /SAPAPO/OM_TS_FILLR_DATA table consists of various fields, each holding specific information or linking keys about fillrate info for DP timeseries data available in SAP. These include KFNAME (Keyfigure name), IDX_PA (Reference to planning area table), VRSIOID (Planversion GUID), VRSIOEX (Planversion name).. 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: Cannot Be Enhanced


SAP /SAPAPO/OM_TS_FILLR_DATA 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
KFKEY Keyfigure GUID0
KFNAME Keyfigure name0
IDX_PA Reference to planning area table0
VRSIOID Planversion GUID0
VRSIOEX Planversion name0
SBP SBP Guid0
PAREAID Planning Area0
KF_START Horizon start0
KF_END Horizon end0
NUM_TS_EMPTY # empty TS0
NUM_TS_NOCOMPR # non-compr. TS0
NUM_TS_COMPR1 # compr. 1 TS0
NUM_TS_COMPR2 # compr. 2 TS0
NUM_TS_COMPR3 # compr. 3 TS0
NUM_TS_UNKNOWN # unknown compr. TS0
NUM_BU_PER_TS ø# Buckets per TS0
NUM_BU_NONINIT_TS ø# Buckets per non-initial TS0
AVG_MEM_BU_NOCOMPR ø Mem. non-compressd TS0
AVG_MEM_BU_COMPR1 ø Mem. compr. 1 TS0
AVG_MEM_BU_COMPR2 ø Mem. compr. 2 TS0
AVG_MEM_BU_COMPR3 ø Mem. compr. 3 TS0
AVG_MEM_BU_UNKNOWN ø Mem. unknown compr. TS0
BRUTTO_MEM_TS_NOCOMPR Brutto Mem. non-compr. TS0
BRUTTO_MEM_TS_COMPR1 Brutto Mem. compr. 1 TS0
BRUTTO_MEM_TS_COMPR2 Brutto Mem. compr. 2 TS0
BRUTTO_MEM_TS_COMPR3 Brutto Mem. compr. 3 TS0
BRUTTO_MEM_TS_UNKNOWN Brutto Mem. unknown compr. TS0
ERROR Error0
INFO Additional Info0
KIND Status0

Key field Non-key field



How do I retrieve data from SAP structure /SAPAPO/OM_TS_FILLR_DATA using ABAP code?

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

How to access SAP table /SAPAPO/OM_TS_FILLR_DATA

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