CRMT_BSP_OPP_ACTIVITY_PLAN SAP (Opportunities: Activity Plan) Structure details

Dictionary Type: Structure
Description: Opportunities: Activity Plan




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




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

CRMT_BSP_OPP_ACTIVITY_PLAN 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 "Opportunities: Activity Plan" 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_BSP_OPP_ACTIVITY_PLAN TYPE CRMT_BSP_OPP_ACTIVITY_PLAN.

The CRMT_BSP_OPP_ACTIVITY_PLAN table consists of various fields, each holding specific information or linking keys about Opportunities: Activity Plan data available in SAP. These include GUID (GUID of a CRM Order Object), HANDLE (Handle), OBJECT_ID (Transaction ID), DESCRIPTION (Transaction Description).. 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: Not classified


SAP CRMT_BSP_OPP_ACTIVITY_PLAN 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
HANDLEHandle CRMT_HANDLENUMC10
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
CATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3Assigned to domainCRM_ACTIVITY_CATEGORY
PRIORITYActivity Priority CRMT_PRIORITYNUMC1Assigned to domainSC_PRIO
CONTACT_PERSON_LISTContact Person CRMT_CONTACT_PERSON_LISTCHAR80TEXT80
PERSON_RESP_SHORTEmployee Responsible CRMT_PERSON_RESP_LISTCHAR80TEXT80
ACTIVITY_PARTNER_LISTActivity Partner CRMT_ACTIVITY_PARTNER_LISTCHAR80TEXT80
PARTNER_FCTPartner Function COMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
LOGICAL_KEYLogical Key for Subobject CRMT_LOGICAL_KEYCHAR42CRM_LOGICAL_KEY
STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
USER_STAT_PROCStatus Profile CRM_J_STSMACHAR8Assigned to domainCRM_J_STSMA
FROMStart Date CRMT_DATES_START_DATEDATS8DATUM
DATE1Start Date CRMT_DATES_START_DATEDATS8DATUM
TIME1From CRMT_BSP_TIME_FROMCHAR6CHAR6
TIME1VALUECharacter field of length 6 CHAR6CHAR6CHAR6
TOEnd Date CRMT_DATES_END_DATEDATS8DATS
DATE2End Date CRMT_DATES_END_DATEDATS8DATS
TIME2To CRMT_BSP_TIME_TOCHAR6CHAR6
TIME2VALUECharacter field of length 6 CHAR6CHAR6CHAR6
APPT_TYPEDate type TIMENAEVENCHAR12Assigned to domainSC_APPTTYPTIMENAEV
STATUS_KEYStatus CRMT_BSP_OBJECT_STATUSCHAR13CHAR13
COMPLETION_FLAGStatus: Completed CRMT_STATUS_COMPLETEDCHAR1BOOLEAN
OVERDUEOverdue CRMT_ICON_OVERDUECHAR50
PARTNER_FCT_PERS_RESPPartner Function COMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
PARTNER_FCT_CONT_PERSPartner Function COMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
LOGICAL_KEY2Logical Key for Subobject CRMT_LOGICAL_KEYCHAR42CRM_LOGICAL_KEY
LOGICAL_KEY3Logical Key for Subobject CRMT_LOGICAL_KEYCHAR42CRM_LOGICAL_KEY
TOOLTIP 0

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_OPP_ACTIVITY_PLAN

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