SAP Reports / Programs

RSCRM_BAPI_REMOTE SAP ABAP Report - CRM Report







RSCRM_BAPI_REMOTE 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_BAPI_REMOTE 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 - BW Queries with ODBO (to 2nd 0B)
RSCRM_BAPI - Generation of Query Extracts


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_BAPI_REMOTE. "Basic submit
SUBMIT RSCRM_BAPI_REMOTE AND RETURN. "Return to original report after report execution complete
SUBMIT RSCRM_BAPI_REMOTE 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: 043 = is not equal to
Text Symbol: 044 = is greater than
Text Symbol: 045 = is less than
Text Symbol: 046 = is greater than 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 try to open the view and remove the inconsistencies?
Text Symbol: 068 = 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: 076 = Package Size
Text Symbol: 077 = File Name
Text Symbol: 078 = Scheduling Options
Text Symbol: 079 = Clone of





Text Symbol: 080 = Matches pattern
Text Symbol: 042 = is equal to
Text Symbol: 002 = Key Figure Structure
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 = Characteristic
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 = Formula Stage





Text Symbol: 040 = Error Log RSCRM_BAPI
Text Symbol: 041 = Do you want to save the view from Excel again as a separate query view?


INCLUDES used within this REPORT RSCRM_BAPI_REMOTE

INCLUDE LBTCHDEF.
INCLUDE RSCRM_BAPI_REMOTEF01.
INCLUDE RSCRM_BAPI_REMOTEF02.
INCLUDE RSCRM_BAPI_REMOTEF03.
INCLUDE RSCRM_BAPI_REMOTEF04.
INCLUDE RSCRM_BAPI_REMOTEF05.
INCLUDE RSCRM_BAPI_REMOTEF06.
INCLUDE RSCRM_BAPI_REMOTEF07.
INCLUDE RSCRM_BAPI_REMOTEF08.
INCLUDE RSCRM_BAPI_REMOTEF09.
INCLUDE RSCRM_BAPI_REMOTEF10.


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