CRMT_BSP_BEA_CRP_DSP SAP (External Display of Collective Run Log (People-Centric UI)) Structure details

Dictionary Type: Structure
Description: External Display of Collective Run Log (People-Centric UI)




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




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

CRMT_BSP_BEA_CRP_DSP 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 "External Display of Collective Run Log (People-Centric UI)" 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_BEA_CRP_DSP TYPE CRMT_BSP_BEA_CRP_DSP.

The CRMT_BSP_BEA_CRP_DSP table consists of various fields, each holding specific information or linking keys about External Display of Collective Run Log (People-Centric UI) data available in SAP. These include OBJECT_KEY (Object Key in People Centric UI), CLIENT (Client), APPL (Application), GUID (Collective Run GUID).. 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: Cannot Be Enhanced


SAP CRMT_BSP_BEA_CRP_DSP 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 in People Centric UI BEA_BSP_OBJECT_KEYCHAR100
CLIENTClient MANDTCLNT3Assigned to domainMANDT
APPLApplication BEF_APPLCHAR4Assigned to domainBEF_APPL
GUIDCollective Run GUID BEA_CRP_GUIDRAW16SYSUUID
CR_NUMBERNumber of Collective Processing Run BEA_CRP_NUMBERNUMC10NUMC10
TYPEType of Collective Processing Run BEA_CRP_TYPECHAR1BEA_CRP_TYPE
ERRORSNumber of Errors in Collective Processing Run BEA_CRP_ERRORSINT410INT4
DOCUMENTSNumber of Documents in Collective Processing Run BEA_CRP_DOCUMENTSINT410INT4
MAINT_DATEProcessing Date BEA_MAINT_DATEDATS8SYDATS
MAINT_TIMEProcessing Time BEA_MAINT_TIMETIMS6SYTIME
MAINT_USERCreated/Last Changed By BEA_MAINT_USERCHAR12USERNAMEUSER_ADDR
UPD_TYPEType of Change UPDATE_TYPECHAR1UPDATE_TYPE
CRP_NUMBER_ALPHACollective Run Number (with Alpha Conversion) BEA_CRP_NUMBER_ALPHACHAR10ALPHABEA_CRP_NUMBER_ALPHA
CRP_STATUSCollective Run Status BEA_CRP_STATUSCHAR1BEA_CRP_STATUS
CRP_STATUS_ICONCollective Run Status Icon BEA_CRP_STATUS_ICONCHAR30ICONNAME
MAINT_DATE_FROMProcessing Date From BEA_MAINT_DATE_FROMDATS8SYDATS
MAINT_DATE_TOProcessing Date To BEA_MAINT_DATE_TODATS8SYDATS
MAINT_USER_SEARCHSearch String for Created By / Last Changed By BEA_MAINT_USER_SEARCHCHAR40BEA_MAINT_USER_SEARCH
MAINT_USER_NAMECreated/Last Changed By BEA_MAINT_USER_NAMECHAR80TEXT80
NR_OF_ENTRIESNumber of Entries BEA_NR_OF_ENTRIESINT410SYST_LONG
CRP_STATUS_TOOLTIPTooltip for Icon on the PC UI BEA_CRP_STATUS_TOOLTIPCHAR50BEA_CRP_STATUS_TOOLTIP

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_BEA_CRP_DSP

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