CCMSBI_R3STPTR SAP (CCMS/BI: BW Pointer for WebAS Statistic Records) Structure details

Dictionary Type: Structure
Description: CCMS/BI: BW Pointer for WebAS Statistic Records




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




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

CCMSBI_R3STPTR 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 "CCMS/BI: BW Pointer for WebAS Statistic Records" 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_CCMSBI_R3STPTR TYPE CCMSBI_R3STPTR.

The CCMSBI_R3STPTR table consists of various fields, each holding specific information or linking keys about CCMS/BI: BW Pointer for WebAS Statistic Records data available in SAP. These include LANDSCAPE (CCMS/BW: Landscape Name), SYSID (Name of SAP System), APPSERVER (Logical Destination (Specified in Function Call)), LOGBWSYS (Partner Number of Receiver).. 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 (character-type or numeric)


SAP CCMSBI_R3STPTR 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
MANDTClient ID SYMANDTCLNT3Assigned to domainMANDT
LANDSCAPECCMS/BW: Landscape Name CCMSBI_LANDSCAPENAMECHAR60TEXT60
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
APPSERVERLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LOGBWSYSPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
STAT_TYPECCMS/BW: Statistics Data Type (R/3 or Applic. Statistics) CCMSBI_STATISTIC_DATA_TYPECHAR1CHAR1
PTR_DATEAlert: date ALDATEDATS8DATUM
PTR_TIMEAlert: Time value in timeformat ALTIMETIMS6TIME
PREV_PTR_DATEAlert: date ALDATEDATS8DATUM
PREV_PTR_TIMEAlert: Time value in timeformat ALTIMETIMS6TIME
PTR_TIMEZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
LAST_EXTR_DATEAlert: date ALDATEDATS8DATUM
LAST_EXTR_TIMEAlert: Time value in timeformat ALTIMETIMS6TIME
LAST_EXTR_REQ_NRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
LAST_EXTR_CALLSCCMS/BW: Number of Extractor Call Stacks per Request CCMSBI_NROFEXTRCALLSINT410INT4
LAST_EXTR_DURATCCMS/BW: Duration of a CPH Extraction Process in Seconds CCMSBI_EXTRACTOR_RUNTIMEINT410INT4
INIT_EXTR_DATEAlert: date ALDATEDATS8DATUM
INIT_EXTR_TIMEAlert: Time value in timeformat ALTIMETIMS6TIME

Key field Non-key field



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

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

How to access SAP table CCMSBI_R3STPTR

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