CRMT_REPORT_LASTN_SUMMARY SAP (last n interactions for summary page) Structure details

Dictionary Type: Structure
Description: last n interactions for summary page




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




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

CRMT_REPORT_LASTN_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 "last n 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_LASTN_SUMMARY TYPE CRMT_REPORT_LASTN_SUMMARY.

The CRMT_REPORT_LASTN_SUMMARY table consists of various fields, each holding specific information or linking keys about last n 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_LASTN_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
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
CONCATSTATSystem status line J_STEXTCHAR40TEXT40
CONCATSTATUSERUser Status Line J_ATEXTCHAR40TEXT40
PROCESS_TYPE_TXTText Description for Transaction Category CRMT_REPORT_PROCESS_TYPE_TXTCHAR60DDTEXT
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
SALESPARTNERSales Partners CRMT_SALESPARTNERCHAR10Assigned 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
OBJECT_TYPE_TXTObject text for language-dependent table SAEOBJTEXTCHAR40SADC40
OBJECT_TYPE_TEXTtext for object type CRMT_REPORT_OBJ_TYPE_TEXTCHAR40SADC40
CATEGORY_TXTTexts for Category CRMT_REPORT_CATEGORY_TXTCHAR60DDTEXT
CATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3Assigned to domainCRM_ACTIVITY_CATEGORY
PRIORITYActivity Priority CRMT_PRIORITYNUMC1Assigned to domainSC_PRIO
OBJECTIVEGoal of an Activity CRMT_OBJECTIVECHAR3Assigned to domainCRM_OBJECTIVE
DIRECTIONDirection of an Activity CRMT_DIRECTIONCHAR1CRM_DIRECTION
TASKIndicator: Activity is a Task CRMT_TASKCHAR1CRM_BOOLEAN
PARTNER_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
STAT_QUOTLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
STAT_OPENTransaction is Still Open CRMT_STATUS_OPENCHAR1CRM_BOOLEAN
DATE_CHARDATE_CHAR CRMT_REPORT_DATE_CHARCHAR10CHAR10
DATEDate for Different Goals (Posting Date etc.) CRMT_DATEDATS8DATUM
STARTDATEOpportunity Start Date CRMT_STARTDATEDATS8DATUM
DATE_STARTStart of Business Transaction Lead CRMT_LEAD_DATE_STARTDATS8DATUM
FROMStart Date SC_DATEFRODATS8DATUM
TOEnd Date SC_DATETODATS8DATUM
VALID_FROMValid from CRMT_REPORT_FROMDATS8SYDATS
VALID_TOValid To CRMT_REPORT_TODATS8SYDATS
POSTING_DATEPosting Date for a Business Transaction CRMT_POSTING_DATEDATS8

Key field Non-key field



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

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

How to access SAP table CRMT_REPORT_LASTN_SUMMARY

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