CRMST_CREI_IE_PROFILE_ATTR SAP (Attributes of Entitlements Profiles for Item) Structure details

Dictionary Type: Structure
Description: Attributes of Entitlements Profiles for Item




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




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

CRMST_CREI_IE_PROFILE_ATTR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Attributes of Entitlements Profiles for Item" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMST_CREI_IE_PROFILE_ATTR TYPE CRMST_CREI_IE_PROFILE_ATTR.

The CRMST_CREI_IE_PROFILE_ATTR table consists of various fields, each holding specific information or linking keys about Attributes of Entitlements Profiles for Item data available in SAP. These include DEC_ACT (Entitlement Function Deposit Entitlement Request Is Active), DEC_IMPL (Filter Value for BAdI CRM_CREI_DEC), DD_EM_STRAT (Detaild Strategy for Deposit Determintn via Entitlement Mgmt), DD_IMPL (Filter Value for BAdI CRM_CREI_DD).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMST_CREI_IE_PROFILE_ATTR structure 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
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 structure CRMST_CREI_IE_PROFILE_ATTR using ABAP code?

As CRMST_CREI_IE_PROFILE_ATTR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMST_CREI_IE_PROFILE_ATTR as there is no data to select.

How to access SAP table CRMST_CREI_IE_PROFILE_ATTR

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