CCMSBI_EXTR_PTR SAP (CCMS/CPH/BI: Delta Management Table for Extractors) Table details

Dictionary Type: Table
Description: CCMS/CPH/BI: Delta Management Table for Extractors




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




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

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

The CCMSBI_EXTR_PTR table consists of various fields, each holding specific information or linking keys about CCMS/CPH/BI: Delta Management Table for Extractors data available in SAP. These include EXTRACTOR (Name of Function Module), LOGBWSYS (Partner Number of Receiver), LANDSCAPE (CCMS/BW: Landscape Name), SOURCESYS (Communication Identification/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: Can be enhanced (character-type or numeric)


SAP CCMSBI_EXTR_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
EXTRACTORName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
LOGBWSYSPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
LANDSCAPECCMS/BW: Landscape Name CCMSBI_LANDSCAPENAMECHAR60TEXT60
SOURCESYSCommunication Identification/Number SYSIDCHAR30CHAR30
LAST_EXTR_DATESystem Date SYDATUMDATS8SYDATS
LAST_EXTR_TIMESystem Time SYUZEITTIMS6SYTIME
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMSBI_EXTR_PTR
INTO CORRESPONDING FIELDS OF WA_CCMSBI_EXTR_PTR
WHERE...

How to access SAP table CCMSBI_EXTR_PTR

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