SAP Reports / Programs

RSCRM_REPORT SAP ABAP Report - CRM Report







RSCRM_REPORT 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 RSCRM_REPORT 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

RSCRM_REPORT_OLD - BW Queries with ODBO (to 2nd 0B)


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 RSCRM_REPORT. "Basic submit
SUBMIT RSCRM_REPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RSCRM_REPORT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CRM Report
Text Symbol: 040 = Query Session for Error Log
Text Symbol: 041 = Do you want to save the Excel view again as a separate query view?
Text Symbol: 042 = equal to
Text Symbol: 043 = is not equal to
Text Symbol: 044 = is larger than
Text Symbol: 045 = is less than
Text Symbol: 046 = is greater or equal to
Text Symbol: 047 = is less than or equal to
Text Symbol: 048 = is in the interval
Text Symbol: 049 = is not in the interval
Text Symbol: 050 = Top N
Text Symbol: 051 = Bottom N
Text Symbol: 052 = Top Sum
Text Symbol: 053 = Bottom Sum
Text Symbol: 054 = Top Percent
Text Symbol: 055 = Bottom Percent
Text Symbol: 056 = Delete Selected Restrictions
Text Symbol: 057 = Path Name
Text Symbol: 058 = Separator
Text Symbol: 059 = Execute the Query
Text Symbol: 060 = Format Results
Text Symbol: 061 = Option
Text Symbol: 062 = Low
Text Symbol: 063 = High
Text Symbol: 064 = Language Key
Text Symbol: 065 = Key Date
Text Symbol: 066 = Sign
Text Symbol: 067 = Do you want to open the view and remove the inconsistencies?
Text Symbol: 068 = Do you want to repair the view?
Text Symbol: 069 = Hierarchy
Text Symbol: 070 = Set
Text Symbol: 071 = Delete
Text Symbol: 072 = Hierarchy level
Text Symbol: 073 = Display
Text Symbol: 074 = Current
Text Symbol: 075 = Hierarchy Maintenance
Text Symbol: 002 = Structure of Key Figure





Text Symbol: 003 = Conditions
Text Symbol: 004 = Query
Text Symbol: 005 = Query
Text Symbol: 006 = Query View
Text Symbol: 008 = Condition has been changed. Save the condition?
Text Symbol: 009 = Save Condition?
Text Symbol: 010 = Active
Text Symbol: 011 = Inactive
Text Symbol: 012 = Technical ID
Text Symbol: 013 = Status
Text Symbol: 014 = Conditions
Text Symbol: 015 = for
Text Symbol: 016 = Condition Description
Text Symbol: 017 = There are no conditions. Do you want to create some?
Text Symbol: 018 = Selections
Text Symbol: 019 = Delete
Text Symbol: 020 = Add
Text Symbol: 021 = Condition
Text Symbol: 022 = Char.
Text Symbol: 023 = Execute the previous query again?
Text Symbol: 024 = Technical Extract Name
Text Symbol: 025 = Extract Type
Text Symbol: 026 = Date
Text Symbol: 027 = Time
Text Symbol: 028 = InfoObject for Packaging
Text Symbol: 029 = Delete extract and relevant log information?
Text Symbol: 030 = There are no selections. Do you want to make some?
Text Symbol: 031 = Condition Active?
Text Symbol: 032 = The selection has been changed. Save selection?
Text Symbol: 033 = Save Selection
Text Symbol: 034 = The query has been changed. Do you want to save?
Text Symbol: 035 = Save Query View
Text Symbol: 036 = Condition "&" does not contain restrictions. Delete the condition?
Text Symbol: 037 = Selection
Text Symbol: 038 = Selection for "&" does not contain filter values. Delete the selection?
Text Symbol: 039 = Form. Stage


INCLUDES used within this REPORT RSCRM_REPORT

INCLUDE RSCRMF01.
INCLUDE RSCRMF04.
INCLUDE RSCRMF05.





INCLUDE RSCRMF06.
INCLUDE RSCRMF07.
INCLUDE RSCRMF08.
INCLUDE RSCRMF09.
INCLUDE RSCRMF10.
INCLUDE RSCRMF11.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RSCRM_REPORT or its description.