SAP Reports / Programs

CRM_BSP_CU_CHECK_INTEGRITY SAP ABAP Report - CRM: Check Contents of Blueprint Tables







CRM_BSP_CU_CHECK_INTEGRITY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter CRM_BSP_CU_CHECK_INTEGRITY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CRMC_BL_CHECK - Check Blueprint Tables


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CRM_BSP_CU_CHECK_INTEGRITY. "Basic submit
SUBMIT CRM_BSP_CU_CHECK_INTEGRITY AND RETURN. "Return to original report after report execution complete
SUBMIT CRM_BSP_CU_CHECK_INTEGRITY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_LANSRC = Original lang.
Selection Text: P_LOGCHK = Content Consistency
Selection Text: P_MLTGRP = D Selected
Selection Text: P_MSGGRP = D Selected
Selection Text: P_NAMECV = Naming Conventions
Selection Text: P_REGGRP = D Selected
Selection Text: P_SEAGRP = D Selected
Selection Text: P_SEARBY = D Selected
Selection Text: P_SEARSH = D Selected
Selection Text: P_TLBGRP = D Selected
Selection Text: P_TRACHK = Translation Available
Selection Text: S_APPLIC = D Application
Selection Text: S_APPSET = D Application Set
Selection Text: S_BLVIEW = View
Selection Text: S_EVENTS = D Event
Selection Text: S_FLDGRP = D Field Group
Selection Text: S_MLTGRP = Multigroup
Selection Text: S_MSGGRP = Message Group
Selection Text: S_REGGRP = Tab Group
Selection Text: S_SEAGRP = D Search Group
Selection Text: S_SEARBY = By-Values Search Group
Selection Text: S_SEARSH = Show-Values Search Group
Selection Text: S_TLBGRP = Toolbar Group
Selection Text: P_APPLIC = D Selected
Selection Text: P_APPSET = D Selected
Selection Text: P_BLVIEW = View
Selection Text: P_CHKASS = Application Set Assignment
Selection Text: P_CHKLAN = D Language Key
Selection Text: P_CHKUSA = Usability
Selection Text: P_DESCHK = Texts Exist for Language
Selection Text: P_EVENTS = D Selected
Selection Text: P_EVTMSG = Events for Error Messages
Selection Text: P_FLDGRP = D Selected
Selection Text: P_FORKEY = Foreign Key Consistency
Selection Text: P_INCSUB = D Subobject Check
Selection Text: P_LANDST = Target Language
Title: CRM: Check Contents of Blueprint Tables
Text Symbol: T06 = Languages must be Different





Text Symbol: T05 = Enter Language
Text Symbol: T04 = Select at least one option
Text Symbol: T03 = Preparing Log...
Text Symbol: T02 = Checking Data...
Text Symbol: T01 = Data is being read ...
Text Symbol: F01 = Also Check Referenced Subobjects
Text Symbol: B03 = InspScope
Text Symbol: B01 = Check Objects


INCLUDES used within this REPORT CRM_BSP_CU_CHECK_INTEGRITY

INCLUDE CRM_BSP_CU_CHECK_INTEGRITY_TS.
INCLUDE CRM_BSP_CU_CHECK_INTEGRITY_SC.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden gelesen...'(t01).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden geprüft...'(t02).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Protokoll wird aufbereitet...'(t03).



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CRM_BSP_CU_CHECK_INTEGRITY or its description.