CRMS_MKTPL_CLDR_SF SAP (CAL: Additional Search fields for Calendar Query) Structure details

Dictionary Type: Structure
Description: CAL: Additional Search fields for Calendar Query




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




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

CRMS_MKTPL_CLDR_SF 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 "CAL: Additional Search fields for Calendar Query" 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_CRMS_MKTPL_CLDR_SF TYPE CRMS_MKTPL_CLDR_SF.

The CRMS_MKTPL_CLDR_SF table consists of various fields, each holding specific information or linking keys about CAL: Additional Search fields for Calendar Query data available in SAP. These include PRODUCT_CAT (Category ID), CATEGORY2_ID (Category ID), CUSTOMER_ID (Planning Customer ID), DESCR (CRM Marketing: Description of Profile Set).. 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 or numeric)


SAP CRMS_MKTPL_CLDR_SF 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
PGProduct Group 1 CRMT_PRC_GROUP1CHAR3CRMC_PRC_GRP1CRM_PRC_GROUP1
PRODUCT_CATCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
CATEGORY2_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
CUSTOMER_IDPlanning Customer ID CRM_MKTPL_PLANNING_CUSTOMERCHAR72
DESCRCRM Marketing: Description of Profile Set CRMT_MKTTG_SET_DESCRCHAR72CRM_MARKETING_DESC
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
PROD_CAT_IDProduct Catalog Number COMT_PCAT_IDCHAR30COM_PCAT_OBJECTIDCOM_PRDCATCOM_PCAT_HDR_ID
CAMP_YEARCAL: Year (for Query) CRM_MKTPL_YEARCHAR4CRM_MKTPL_YEAR
PERS_RESPONSIBLEPerson Responsible for Marketing Element CRM_MKTPL_RESPONSIBLECHAR10Assigned to domainALPHABU_PARTNERBUPA
CAMP_DESCRLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
STATUSCAL: Campaign Status Text CRM_MKTPL_STATUS_TEXTCHAR30TXT30
HIERARCHYCAL: Hierarchy Indicator CRM_MKTPL_HIERCHAR1CRM_MKTPL_HIER
DEAL_CUSTOMER_IDPlanning Customer ID CRM_MKTPL_CUSTOMER_IDCHAR20CHAR20CRM_MKTPL_CAMPAIGN_CUST_ID
DEAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
CUSTOMERTYPEType of Planning Customer (BP, Hierarchy Node, Target Group) CRM_MKTPL_PLCUST_TYPECHAR2CRM_MKTPL_PLCUST_TYPE
ACTIVE_STATEActive State of Marketing Project (For Search) CRMT_MKTPL_ACTIVE_STATECHAR10CRM_MKTPL_ACTIVE_STATE

Key field Non-key field



How do I retrieve data from SAP structure CRMS_MKTPL_CLDR_SF using ABAP code?

As CRMS_MKTPL_CLDR_SF 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 CRMS_MKTPL_CLDR_SF as there is no data to select.

How to access SAP table CRMS_MKTPL_CLDR_SF

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