CRMC_IC_BPIDENT SAP (IC BP Identification Profile) Table details

Dictionary Type: Table
Description: IC BP Identification Profile




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




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

CRMC_IC_BPIDENT is a standard SAP Table which is used to store IC BP Identification Profile data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_IC_BPIDENT table consists of various fields, each holding specific information or linking keys about IC BP Identification Profile data available in SAP. These include PROFILE (Account Identification Profile ID), SCENARIO_SELECT (Select Scenario for Identifying Accounts), MAX_HITS (Maximum Number of Hits), CD_OBJ_FIR (Object Name and Structure for Line 1 in Caller Display).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_IC_BPIDENT 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
CLIENTClient MANDTCLNT3T000MANDT
PROFILEAccount Identification Profile ID CRMT_IC_BUPA_PROFILE_IDCHAR32CRM_IC_XMLNAME
SCENARIO_SELECTSelect Scenario for Identifying Accounts CRMT_IC_BUPA_SCENARIO_SELECTCHAR3CRM_IC_BUPA_SCENARIO_SELECT
MAX_HITSMaximum Number of Hits CRMT_IC_BUPA_MAXHITSINT13
CD_OBJ_FIRObject Name and Structure for Line 1 in Caller Display CRMT_IC_CD_OBJ_FIRSTCHAR30CRMT_IC_CD_OBJ
CD_OBJ_SECObject Name and Structure for Line 2 in Caller Display CRMT_IC_CD_OBJ_SECONDCHAR30CRMT_IC_CD_OBJ
CALLER_DISP_FIRName of Field in Line 1 of Caller Display of Context Area CRMT_IC_BUPA_CALLER_FIRSTCHAR30CHAR30
CALLER_DISPLAYName of Field in Line 2 of Caller Display of Context Area CRMT_IC_BUPA_CALLER_SECONDCHAR30CHAR30
CD_KIND_FIRObject Type for Line 1 in Caller Display of Context Area CRMT_IC_CD_KIND_FIRSTCHAR30CRMT_IC_CD_KIND
CD_KIND_SECObject Type for Line 2 in Caller Display of Context Area CRMT_IC_CD_KIND_SECONDCHAR30CRMT_IC_CD_KIND
CD_CLASSClass for Context Area CRMT_IC_CD_CLASSCHAR30SEOCLSNAME
CUSTOMER_ROLEAccount Role CRMT_IC_BP_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
BP_CP_ROLEContact Person Role Within an Account (B2B Only) CRMT_IC_BP_CP_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
NAV_ON_BP_CONFIRNavigation Target at Account Confirm CRMT_IC_BUPA_CUSTOMER_LINKCHAR40CRM_IC_BUPA_NAVIGATIONTARGET
NAV_ON_IB_CONFIRNavigation Target at Product Confirm CRMT_IC_BUPA_PRODUCT_LINKCHAR40CRM_IC_BUPA_NAVIGATIONTARGET
BPCATG_CREATEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
BPROLE_CREATEDefault Role Used for Account Creation CRMT_IC_BUPA_ROLE_CREATECHAR6Assigned to domainBU_RLTYP
BPGROP_CREATEBusiness Partner Grouping BU_GROUPCHAR4TB001BU_GROUPBPP
BPKIND_CREATEBusiness Partner Type BU_BPKINDCHAR4TB004BU_KIND
RFCDESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
LOOKUP_CPFind Contact Persons Automatically CRMT_IC_BUPA_LOOKUP_CPCHAR1CCMFLAG
IB_PARTNERPartner for IBase Search CRMT_IC_BUPA_IBPARTNERCHAR1CRM_IC_BUPA_IBPARTNER
CP_ROLE_SEARCHBusiness Partner Role CRMT_CIC_BU_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
CP_ROLE_CREATEBP role BU_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
CP_GROP_CREATEBusiness Partner Grouping BU_GROUPCHAR4TB001BU_GROUPBPP
CP_KIND_CREATEBusiness Partner Type BU_BPKINDCHAR4TB004BU_KIND
EXT_CAD_APP_IDContact Attached Data Application ID CRMT_IC_MCM_CAD_APPLICATION_IDCHAR255CRM_IC_CHAR255
EXT_CAD_XSLTXSLT File CRMT_IC_BUPA_EXT_CAD_XSLTCHAR40XSLTNAMEO2XSLTNAME
SHOWADDRVERSDisplay International Address Version by Default CRMT_IC_BUPA_SHOW_VERSIONCHAR1BOOLE
USE_FASTSEARCHUse Fast Search CRMT_IC_BUPA_FASTSEARCHCHAR1CRMT_IC_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_IC_BPIDENT
INTO CORRESPONDING FIELDS OF WA_CRMC_IC_BPIDENT
WHERE...

How to access SAP table CRMC_IC_BPIDENT

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