/BI0/V0TCT_MCA12 SAP (Front-End and OLAP Statistics (Highly Aggregated)) Structure details

Dictionary Type: Structure
Description: Front-End and OLAP Statistics (Highly Aggregated)




ABAP Code to SELECT data from /BI0/V0TCT_MCA12
Related tables to /BI0/V0TCT_MCA12
Access table /BI0/V0TCT_MCA12




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

/BI0/V0TCT_MCA12 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 "Front-End and OLAP Statistics (Highly Aggregated)" 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_/BI0/V0TCT_MCA12 TYPE /BI0/V0TCT_MCA12.

The /BI0/V0TCT_MCA12 table consists of various fields, each holding specific information or linking keys about Front-End and OLAP Statistics (Highly Aggregated) data available in SAP. These include 0RECORDTP (Record type), 0REQUID (Request ID), 0TCTIFPROV (Used InfoProviders), 0TCTBIOBJCT (BI Application).. 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: Not classified


SAP /BI0/V0TCT_MCA12 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
0CHNGIDChange Run ID /BI0/OICHNGIDNUMC14Assigned to domain/BI0/OCHNGID/BI0/OCHNGID
0RECORDTPRecord type /BI0/OIRECORDTPNUMC1Assigned to domain/BI0/ORECORDTP/BI0/ORECORDTP
0REQUIDRequest ID /BI0/OIREQUIDCHAR30Assigned to domainRQUID/BI0/OREQUID/BI0/OREQUID
0TCTIFPROVUsed InfoProviders /BI0/OITCTIFPROVCHAR45Assigned to domain/BI0/OTCTBWOBJCT/BI0/OTCTIFPROV
0TCTBIOBJCTBI Application /BI0/OITCTBIOBJCTCHAR45Assigned to domain/BI0/OTCTBWOBJCT/BI0/OTCTBIOBJCT
0TCTBISBOBJBI Application Object /BI0/OITCTBISBOBJCHAR45Assigned to domain/BI0/OTCTBWOBJCT/BI0/OTCTBISBOBJ
0TCTIFTYPEInfoProvider Type /BI0/OITCTIFTYPECHAR4Assigned to domain/BI0/OTCTBWOTYPE/BI0/OTCTIFTYPE
0TCTBIOTYPEBI Application Type /BI0/OITCTBIOTYPECHAR4Assigned to domain/BI0/OTCTBWOTYPE/BI0/OTCTBIOTYPE
0TCTBISOTYPBI Application Object Type /BI0/OITCTBISOTYPCHAR4Assigned to domain/BI0/OTCTBWOTYPE/BI0/OTCTBISOTYP
0TCTSYSIDBW System /BI0/OITCTSYSIDCHAR10Assigned to domain/BI0/OTCTSYSID/BI0/OTCTSYSID
0TCTOBJVERSObject Version /BI0/OITCTOBJVERSCHAR1Assigned to domain/BI0/OTCTOBJVERS/BI0/OTCTOBJVERS
0TCTINITFLGInitialization / Navigation Flag /BI0/OITCTINITFLGCHAR1Assigned to domain/BI0/OTCTINITFLG/BI0/OTCTINITFLG
0TCTUSERNMUser /BI0/OITCTUSERNMCHAR12Assigned to domain/BI0/OTCTUSERNM/BI0/OTCTUSERNM
0CALDAYCalendar Day /BI0/OICALDAYDATS8DATUM
0CALWEEKCalendar Year/Week /BI0/OICALWEEKNUMC6Assigned to domainPERI6/BI0/OCALWEEK/BI0/OCALWEEK
0CALMONTHCalendar Year/Month /BI0/OICALMONTHNUMC6Assigned to domainPERI6/BI0/OCALMONTH/BI0/OCALMONTH
0CALQUARTERCalendar year/quarter /BI0/OICALQUARTERNUMC5Assigned to domain/BI0/OCALQUARTER/BI0/OCALQUARTER
0CALYEARCalendar Year /BI0/OICALYEARNUMC4Assigned to domain/BI0/OCALYEAR/BI0/OCALYEAR
0WEEKDAY1Weekday /BI0/OIWEEKDAY1NUMC1Assigned to domain/BI0/OWEEKDAY1/BI0/OWEEKDAY1
0TCTOLAP_DMOlap cache/DM/BWA access flag /BI0/OITCTOLAP_DMCHAR2Assigned to domain/BI0/OTCTOLAP_DM/BI0/OTCTOLAP_DM
0TCTTIMEFETime recorded on front-end side /BI0/OITCTTIMEFEDEC17(3) RSKYFNUM
0TCTTMEOLAPTime recorded for OLAP /BI0/OITCTTMEOLAPDEC17(3) RSKYFNUM
0TCTTIMEDMTime recorded for DataManager /BI0/OITCTTIMEDMDEC17(3) RSKYFNUM
0TCTTMEPLANTime recorded for Planning /BI0/OITCTTMEPLANDEC17(3) RSKYFNUM
0TCTTIMENATime not assigned to front-end, OLAP or DataManager /BI0/OITCTTIMENADEC17(3) RSKYFNUM
0TCTTIMEALLTotal time /BI0/OITCTTIMEALLDEC17(3) RSKYFNUM
0TCTQUCOUNTCounter for BI Application Objects /BI0/OITCTQUCOUNTINT410RSKYFINT
0TCTWTCOUNTCounter for BI Applications /BI0/OITCTWTCOUNTINT410RSKYFINT
0TCTNOCELLNumber of cells /BI0/OITCTNOCELLINT410RSKYFINT
0INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
1ROWCOUNTMaster data ID RSSIDINT410RSSID

Key field Non-key field



How do I retrieve data from SAP structure /BI0/V0TCT_MCA12 using ABAP code?

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

How to access SAP table /BI0/V0TCT_MCA12

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