/SAPAPO/OMTSANCK SAP (Anchor Table for DP Master Data (Key Figures) vs. LC Objects) Table details

Dictionary Type: Table
Description: Anchor Table for DP Master Data (Key Figures) vs. LC Objects




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




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

/SAPAPO/OMTSANCK is a standard SAP Table which is used to store Anchor Table for DP Master Data (Key Figures) vs. LC Objects data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/OMTSANCK table consists of various fields, each holding specific information or linking keys about Anchor Table for DP Master Data (Key Figures) vs. LC Objects data available in SAP. These include KEF_GUID (GUID for Identifying a Key Figure), KEF_INDEX (), KEYFIGURE_TYPE (Key figure type), CALC_RULE (Calculation Type for a Key Figure).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /SAPAPO/OMTSANCK 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
ANCHOR_IDAPO GUID for liveCache COM Routines /SAPAPO/OM_GUIDCHAR22SYSUUID_22
KEF_GUIDGUID for Identifying a Key Figure /SAPAPO/OM_KEF_IDCHAR22SYSUUID_22
KEF_INDEX 0
KEYFIGURE_TYPEKey figure type /SAPAPO/OM_KEYFIGURE_TYPECHAR1/SAPAPO/OM_KEYFIGURE_TYPE
CALC_RULECalculation Type for a Key Figure /SAPAPO/OM_CALC_RULECHAR1/SAPAPO/OM_CALC_RULE
TIME_SPLITType of Time-Based Disaggregation /SAPAPO/OM_TIME_SPLITCHAR1/SAPAPO/OM_TIME_SPLIT
CALC_IDX 0
TIME_SPLIT_IDX 0
ACCURACYAccuracy of a Key Figure /SAPAPO/OM_ACCURACYCHAR1/SAPAPO/OM_ACCURACY
NEG_ALLOWEDBoolean Value for liveCache COM Routines /SAPAPO/OM_BOOLCHAR1/SAPAPO/OM_BOOL
SNP_MODEConstraint Type for SNP /SAPAPO/OM_SNP_MODECHAR1/SAPAPO/OM_TS_SNP_MODE
TGRIDIDTime Buckets Profile ID /SAPAPO/OM_TGRIDIDCHAR22SYSUUID_22
INIT_STARTStart time /SAPAPO/OM_TS_STARTTIDEC15TSTPS/SAPAPO/OM_TZNTSTMPS
INIT_ENDStart time /SAPAPO/OM_TS_STARTTIDEC15TSTPS/SAPAPO/OM_TZNTSTMPS

Key field Non-key field



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

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

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

How to access SAP table /SAPAPO/OMTSANCK

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