CCMSBI_BWPTR_CPH SAP (CPH/BI: Delta Management Table for Extraction of CPH Data) Table details

Dictionary Type: Table
Description: CPH/BI: Delta Management Table for Extraction of CPH Data




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




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

CCMSBI_BWPTR_CPH is a standard SAP Table which is used to store CPH/BI: Delta Management Table for Extraction of CPH Data data and is available within R/3 SAP systems depending on the version and release level.

The CCMSBI_BWPTR_CPH table consists of various fields, each holding specific information or linking keys about CPH/BI: Delta Management Table for Extraction of CPH Data data available in SAP. These include MTE_HKEY (Text (20 Characters)), RECTYPE (Aggregation and Resolution of a CPH Data Record), BWSYS (Partner Number of Receiver), HCI (Natural Number).. 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_BWPTR_CPH 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
MTE_HKEYText (20 Characters) TEXT20CHAR20TEXT20
RECTYPEAggregation and Resolution of a CPH Data Record ALPDBRTYPCHAR6CHAR6
BWSYSPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
HCINatural Number INT4INT410INT4
PTR_DATEAlert: date ALDATEDATS8DATUM
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
STAT_MD_EXISTSFCCMS/BW: Indicator shows whether an MTE Master Data exists. CCMSBI_MASTER_DATA_EXISTSCHAR1CHAR1
INIT_EXTR_DATEAlert: date ALDATEDATS8DATUM
INIT_EXTR_TIMEAlert: Time value in timeformat ALTIMETIMS6TIME
PREV_PTR_DATEAlert: date ALDATEDATS8DATUM
PREV_PTR_TIMEAlert: Time value in timeformat ALTIMETIMS6TIME
PREV_PTR_TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
MTSYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MTMCNAMEAlert: Name of Monitoring Context ALMCNAMECHAR40TEXT40
OBJNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
ATTRNAMEAlert: short name of MTE ALNAMESHRTCHAR40CHAR40
MTE_PATHPath of an MTE in the Monitoring Tree ALMTEPATHCHAR128ALMTEPATH

Key field Non-key field



How do I retrieve data from SAP table CCMSBI_BWPTR_CPH using ABAP code

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

SELECT SINGLE *
FROM CCMSBI_BWPTR_CPH
INTO CORRESPONDING FIELDS OF WA_CCMSBI_BWPTR_CPH
WHERE...

How to access SAP table CCMSBI_BWPTR_CPH

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