CCMSBI_DSR_PTR SAP (CCMS/BI: DSR Delta Pointer) Table details

Dictionary Type: Table
Description: CCMS/BI: DSR Delta Pointer




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




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

CCMSBI_DSR_PTR is a standard SAP Table which is used to store CCMS/BI: DSR Delta Pointer data and is available within R/3 SAP systems depending on the version and release level.

The CCMSBI_DSR_PTR table consists of various fields, each holding specific information or linking keys about CCMS/BI: DSR Delta Pointer data available in SAP. These include LANDSCAPE (CCMS/BW: Landscape Name), LOGBWSYS (Partner Number of Receiver), COMPONENT (DSR Statistics: Name of a Non-R/3 Component), COMPONENT_TYPE (DSR Statistics: Type of Non-R/3 Component).. 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: Cannot Be Enhanced


SAP CCMSBI_DSR_PTR 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 ID SYMANDTCLNT3Assigned to domainMANDT
LANDSCAPECCMS/BW: Landscape Name CCMSBI_LANDSCAPENAMECHAR60TEXT60
LOGBWSYSPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
COMPONENTDSR Statistics: Name of a Non-R/3 Component SWLN3CMPNMCHAR32TEXT32
COMPONENT_TYPEDSR Statistics: Type of Non-R/3 Component SWLN3CPTYPCHAR10TEXT10
STAT_DATA_TYPECCMS/BW: Statistics Data Type (R/3 or Applic. Statistics) CCMSBI_STATISTIC_DATA_TYPECHAR1CHAR1
SOURCEIDCharacter field, length 64 CHAR64CHAR64CHAR64
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 table CCMSBI_DSR_PTR using ABAP code

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

SELECT SINGLE *
FROM CCMSBI_DSR_PTR
INTO CORRESPONDING FIELDS OF WA_CCMSBI_DSR_PTR
WHERE...

How to access SAP table CCMSBI_DSR_PTR

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