In this post, I will try and describe everything you need to know about the SAP crmd_cic_pr_tmp table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_CIC_PR_TMP what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_CIC_PR_TMP....Right lets get started!
Object Name: CRMD_CIC_PR_TMP
Dictionary Type: Transparent table
Description: CRM CIC Profiles list
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
MANDT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
PROFILE | CRM_CIC_BP_PROFILE | CHAR | 15(0) | Group Name for Business Partner Profile Templates | CHAR15 | CRM | ||||||
ASYNCH | CRM_CIC_ASY_FLAG | CHAR | 1(0) | Read Data Asynchronously | LS_FLAG | CRM | ||||||
USE_TG | CRM_CIC_TG_FLAG | CHAR | 1(0) | Use Target Group | LS_FLAG | CRM | ||||||
BSP_URL1 | CRM_CIC_BSP_URL | CHAR | 132(0) | URL for Business Server Page | CHAR132 | CRM | ||||||
BSP_URL2 | CRM_CIC_BSP_URL | CHAR | 132(0) | URL for Business Server Page | CHAR132 | CRM |