CRMT_ACTIVITY_H_BWP_ALV SAP (Activity View: ALV Structure in Business Workplace) Structure details

Dictionary Type: Structure
Description: Activity View: ALV Structure in Business Workplace




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




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

CRMT_ACTIVITY_H_BWP_ALV 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 "Activity View: ALV Structure in Business Workplace" 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_ACTIVITY_H_BWP_ALV TYPE CRMT_ACTIVITY_H_BWP_ALV.

The CRMT_ACTIVITY_H_BWP_ALV table consists of various fields, each holding specific information or linking keys about Activity View: ALV Structure in Business Workplace data available in SAP. These include FOLRG (Folder area), CLIENT (Client), GUID (GUID of a CRM Order Object), SUBCLASS (Subclass).. 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_ACTIVITY_H_BWP_ALV 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
OWNERUser Name SYUNAMECHAR12SYCHAR12
FOLRGFolder area SIN_FOLRGCHAR1SIN_FLAG
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
SUBCLASSSubclass SIN_SUBCLCHAR12SIN_SUBCL
OBJECT_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
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
PROCESS_TYPE_TXTText Description for Transaction Category CRMT_REPORT_PROCESS_TYPE_TXTCHAR60DDTEXT
CONCATSTATUSERSystem status line J_STEXTCHAR40TEXT40
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
TASKIndicator: Activity is a Task CRMT_TASKCHAR1CRM_BOOLEAN
FROMValid from CRMT_REPORT_FROMDATS8SYDATS
TOValid To CRMT_REPORT_TODATS8SYDATS
FROM_TIMEFrom Time SC_TIMEFROTIMS6SYTIME
TO_TIMETo Time SC_TIMETOTIMS6SYTIME
PARTNER_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
FCT_DESCRIPTIONPartner Function: Long Text CRMT_REPORT_FNKT_LONGCHAR30TEXT30
ACTIVITY_PARTNERActivity Partner CRMT_ACTIVITY_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
ACTIVITY_PARTNER_LISTActivity Partner CRMT_ACTIVITY_PARTNER_LISTCHAR80TEXT80
CONTACT_PERSONCustomer Contact Person CRMT_CONTACT_PERSONCHAR10Assigned to domainALPHABU_PARTNER
CONTACT_PERSON_LISTContact Person CRMT_CONTACT_PERSON_LISTCHAR80TEXT80
RESUBMISSON_DATEResubmission Date CRMT_RESUBMISSION_DATEDATS8DATUM
DIRECTIONDirection of an Activity CRMT_DIRECTIONCHAR1CRM_DIRECTION
ICON_OVERDUEOverdue CRMT_ICON_OVERDUECHAR50
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR

Key field Non-key field



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

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

How to access SAP table CRMT_ACTIVITY_H_BWP_ALV

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