CRMT_REPORT_PLANNED_SUMMARY SAP (Planned Interactions for Summary Page) Structure details

Dictionary Type: Structure
Description: Planned Interactions for Summary Page




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




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

CRMT_REPORT_PLANNED_SUMMARY 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 "Planned Interactions for Summary Page" 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_CRMT_REPORT_PLANNED_SUMMARY TYPE CRMT_REPORT_PLANNED_SUMMARY.

The CRMT_REPORT_PLANNED_SUMMARY table consists of various fields, each holding specific information or linking keys about Planned Interactions for Summary Page data available in SAP. These include OBJECT_KEY (Object Key), GUID (GUID of a CRM Order Object), OBJECT_ID (Transaction ID), OBJECT_TYPE (Object Type).. 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 CRMT_REPORT_PLANNED_SUMMARY 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
LINE_KEYLine ID in table used for reference between tables CRMT_FS_LINE_KEYCHAR32
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
OBJECT_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJECT_TYPE_TXTObject text for language-dependent table SAEOBJTEXTCHAR40SADC40
OBJECT_TYPE_TEXTtext for object type CRMT_REPORT_OBJ_TYPE_TEXTCHAR40SADC40
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PROCESS_TYPE_TXTText Description for Transaction Category CRMT_REPORT_PROCESS_TYPE_TXTCHAR60DDTEXT
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
EXTERN_ACT_IDExternal Business Transaction Number CRMT_EXTERNAL_ACTIVITY_IDCHAR20CRM_EXTERNAL_ACTIVITY_ID
POSTING_DATEPosting Date for a Business Transaction CRMT_POSTING_DATEDATS8
STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
STAT_PLANNEDStatus: Planned CRMT_STATUS_PLANNEDCHAR1CRM_BOOLEAN
CONCATSTATSystem status line J_STEXTCHAR40TEXT40
CONCATSTATUSERUser Status Line J_ATEXTCHAR40TEXT40
FROMStart Date SC_DATEFRODATS8DATUM
TOEnd Date SC_DATETODATS8DATUM
FROM_TIMEFrom Time SC_TIMEFROTIMS6SYTIME
TO_TIMETo Time SC_TIMETOTIMS6SYTIME
PLANNEDDATEFROMactivity: planned from CRMT_REPORT_DATE_PLANNED_FROMCHAR10CHAR10
PLANNEDDATETOactivity: planned to CRMT_REPORT_DATE_PLANNED_TOCHAR10CHAR10
PLANNEDTIMEFROMactivity: planned time from CRMT_REPORT_TIME_PLANNED_FROMCHAR8CHAR8
PLANNEDTIMETOactivity: planned time to CRMT_REPORT_TIME_PLANNED_TOCHAR8CHAR8
SALES_EMPLOYEEEmployee CRMT_SALES_EMPLOYEECHAR10Assigned to domainALPHABU_PARTNER
PERSON_RESPEmployee Responsible CRMT_PERSON_RESPCHAR10Assigned to domainALPHABU_PARTNER
CONTACT_PERSONCustomer Contact Person CRMT_CONTACT_PERSONCHAR10Assigned to domainALPHABU_PARTNER
SALES_EMPLOYEE_LISTSales Representative CRMT_SALES_EMPLOYEE_LISTCHAR80TEXT80
PERSON_RESP_LISTEmployee Responsible CRMT_PERSON_RESP_LISTCHAR80TEXT80
CONTACT_PERSON_LISTContact Person CRMT_CONTACT_PERSON_LISTCHAR80TEXT80
CATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3Assigned to domainCRM_ACTIVITY_CATEGORY
CATEGORY_TXTTexts for Category CRMT_REPORT_CATEGORY_TXTCHAR60DDTEXT
PRIORITYActivity Priority CRMT_PRIORITYNUMC1Assigned to domainSC_PRIO
PRIORITY_TXTText Description for Priority CRMT_REPORT_PRIORITY_TXTCHAR60DDTEXT
OBJECTIVEGoal of an Activity CRMT_OBJECTIVECHAR3Assigned to domainCRM_OBJECTIVE
OBJECTIVE_TXTText Description for Goal of an Activity CRMT_REPORT_OBJECTIVE_TXTCHAR60DDTEXT
DIRECTIONDirection of an Activity CRMT_DIRECTIONCHAR1CRM_DIRECTION
DIRECTION_TXTText Description for Direction CRMT_REPORT_DIRECTION_TXTCHAR60DDTEXT
TASKIndicator: Activity is a Task CRMT_TASKCHAR1CRM_BOOLEAN
COMPETITORCompetitors CRMT_COMPETITORCHAR10Assigned to domainALPHABU_PARTNER
PROSPECTProspect CRMT_PROSPECTCHAR10Assigned to domainALPHABU_PARTNER
ACTIVITY_PARTNERActivity Partner CRMT_ACTIVITY_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
ACTIVITY_PARTNER_LISTActivity Partner CRMT_ACTIVITY_PARTNER_LISTCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table CRMT_REPORT_PLANNED_SUMMARY

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