CRMC_CREI_IEPDTD SAP (Profile for Controlling Entitlements Integration for Item) Table details

Dictionary Type: Table
Description: Profile for Controlling Entitlements Integration for Item




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




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

CRMC_CREI_IEPDTD is a standard SAP Table which is used to store Profile for Controlling Entitlements Integration for Item data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_CREI_IEPDTD table consists of various fields, each holding specific information or linking keys about Profile for Controlling Entitlements Integration for Item data available in SAP. These include PROFILE (Entitlement Profile), PROFILE_TYPE (Type of Entitlement Profile for Document Item), DEC_ACT (Entitlement Function Deposit Entitlement Request Is Active), DEC_IMPL (Filter Value for BAdI CRM_CREI_DEC).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMC_CREI_IEPDTD 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 MANDTCLNT3Assigned to domainMANDT
PROFILEEntitlement Profile CRMDT_CREI_PROFILECHAR10CRMDM_CREI_PROFILE
PROFILE_TYPEType of Entitlement Profile for Document Item CRMDT_CREI_IEP_TYPECHAR10CRMC_CREI_IEPTDDCRMDM_CREI_IEP_TYPE
DEC_ACTEntitlement Function Deposit Entitlement Request Is Active CRMDT_CREI_FUNC_DEC_ACTIVCHAR1CRM_BOOLEAN
DEC_IMPLFilter Value for BAdI CRM_CREI_DEC CRMDT_CREI_FVAL_DECCHAR30Assigned to domainCRMDM_CREI_FVAL_DEC
DD_EM_STRATDetaild Strategy for Deposit Determintn via Entitlement Mgmt CRMDT_CREI_DD_EM_STRATCHAR1CRMDM_CREI_DD_EM_STRAT
DD_IMPLFilter Value for BAdI CRM_CREI_DD CRMDT_CREI_FVAL_DDCHAR30Assigned to domainCRMDM_CREI_FVAL_DD
DD_STRATStrategy for Determining Deposit CRMDT_CREI_DD_STRATCHAR2CRMDM_CREI_DD_STRAT
DES_ACTEntitlement Function Deposit Entitlement Split Is Active CRMDT_CREI_FUNC_DES_ACTIVCHAR1CRM_BOOLEAN
DE_SPLIT_IMPLFilter Value for BAdI CRM_CREI_DES CRMDT_CREI_FVAL_DESCHAR30Assigned to domainCRMDM_CREI_FVAL_DES
DE_SPLIT_TYPESplit Type CRMDT_CREI_SPLIT_TYPECHAR1CRMDM_CREI_SPLIT_TYPE
DET_ACTEntitlement Function Deposit Entitlement Transfer Is Active CRMDT_CREI_FUNC_DET_ACTIVCHAR1CRM_BOOLEAN
DE_TRANS_IMPLFilter Value for BAdI CRM_CREI_DET CRMDT_CREI_FVAL_DETCHAR30Assigned to domainCRMDM_CREI_FVAL_DET
DEM_ACTEntitlement Function Deposit Entitlement Merge Active CRMDT_CREI_FUNC_DEM_ACTIVCHAR1CRM_BOOLEAN
DE_MERGE_IMPLFilter Value for BAdI CRM_CREI_DEM CRMDT_CREI_FVAL_DEMCHAR30Assigned to domainCRMDM_CREI_FVAL_DEM
REC_ACTEntitlement Function Returns Entitlement Request Is Active CRMDT_CREI_FUNC_REC_ACTIVCHAR1CRM_BOOLEAN
REC_IMPLFilter Value for BAdI CRM_CREI_REC CRMDT_CREI_FVAL_RECCHAR30Assigned to domainCRMDM_CREI_FVAL_REC
REC_EXEC_TIMEExecution Time of aFunction in Entitlement Management CRMDT_CREI_EXEC_TIMECHAR4CRMDM_CREI_EXEC_TIME
RET_ACTEntitlements Function Returns Entitlement Transfer Is Active CRMDT_CREI_FUNC_RET_ACTIVCHAR1CRM_BOOLEAN
RE_TRANS_IMPLFilter Value for BAdI CRM_CREI_RET CRMDT_CREI_FVAL_RETCHAR30Assigned to domainCRMDM_CREI_FVAL_RET

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_CREI_IEPDTD
INTO CORRESPONDING FIELDS OF WA_CRMC_CREI_IEPDTD
WHERE...

How to access SAP table CRMC_CREI_IEPDTD

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