BPCT_CRM_GUIDS SAP (Assignment: Contact Key -> Activity GUID) Table details

Dictionary Type: Table
Description: Assignment: Contact Key -> Activity GUID




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




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

BPCT_CRM_GUIDS is a standard SAP Table which is used to store Assignment: Contact Key -> Activity GUID data and is available within R/3 SAP systems depending on the version and release level.

The BPCT_CRM_GUIDS table consists of various fields, each holding specific information or linking keys about Assignment: Contact Key -> Activity GUID data available in SAP. These include BPCONTACT (Business Partner Contact), ACT_GUID (CRM GUID of Object), ERDAT (Field of type DATS), REPLCNTL (Replication Indicator).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BPCT_CRM_GUIDS 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 MANDTCLNT3Assigned to domainMANDT
BPCONTACTBusiness Partner Contact CT_CONTACTCHAR12Assigned to domainALPHACT_CONTACTBPCCT_BCONTACT
ACT_GUIDCRM GUID of Object CT_CRM_GUIDRAW16SYSUUID
ERDATField of type DATS DATSDATS8DATS
REPLCNTLReplication Indicator CT_CRM_REPLCNTLCHAR1CT_CRM_REPLCNTL

Key field Non-key field



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

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

SELECT SINGLE *
FROM BPCT_CRM_GUIDS
INTO CORRESPONDING FIELDS OF WA_BPCT_CRM_GUIDS
WHERE...

How to access SAP table BPCT_CRM_GUIDS

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