SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

REMOTE_INFOCUBE_READ_TEST SAP ABAP Report - remote_infocube_read_test







REMOTE_INFOCUBE_READ_TEST 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 REMOTE_INFOCUBE_READ_TEST into the relevant SAP transactions such as SE38 or SE80


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 REMOTE_INFOCUBE_READ_TEST. "Basic submit
SUBMIT REMOTE_INFOCUBE_READ_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT REMOTE_INFOCUBE_READ_TEST 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: SLOGSYS = D Source system
Selection Text: INFOCUBE = D InfoCube
Title: remote_infocube_read_test
Text Symbol: 009 = Characteristics
Text Symbol: 010 = Selection
Text Symbol: 017 = Key figures
Text Symbol: 018 = Data
Text Symbol: 019 = Rows
Text Symbol: 020 = Expr
Text Symbol: 021 = InfoObject
Text Symbol: 008 = 8
Text Symbol: 001 = 1
Text Symbol: 002 = 2
Text Symbol: 003 = 3
Text Symbol: 004 = 4
Text Symbol: 005 = 5
Text Symbol: 006 = 6
Text Symbol: 007 = 7
Text Symbol: 022 = S
Text Symbol: 036 = Error in function module RSD_IOBJ_GET with Infoobject
Text Symbol: 037 = Incorrect characteristic data type:
Text Symbol: 038 = Runtime:
Text Symbol: 039 = Seconds
Text Symbol: 035 = Error in function module BAPI_INFOCUBE_READ_REMOTE_DATA
Text Symbol: 023 = Op.
Text Symbol: 024 = Low
Text Symbol: 025 = High
Text Symbol: 030 = Src. system
Text Symbol: 031 = InfoCube
Text Symbol: 033 = Return type:
Text Symbol: 034 = Return message:


INCLUDES used within this REPORT REMOTE_INFOCUBE_READ_TEST

No INCLUDES are used within this REPORT code!


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:

BAPI_INFOCUBE_READ_REMOTE_DATA CALL FUNCTION 'BAPI_INFOCUBE_READ_REMOTE_DATA' DESTINATION SLOGSYS EXPORTING INFOCUBE = INFOCUBE IMPORTING RETURN = G_S_RETURN TABLES SELECTION = G_T_NSEL CHARACTERISTICS = G_T_CHARS KEYFIGURES = G_T_KEYFS DATA = G_T_DATA EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE G_MESSAGE SYSTEM_FAILURE = 2 MESSAGE G_MESSAGE OTHERS = 3.

RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING I_IOBJNM = INFOOB IMPORTING E_S_VIOBJ = OUT EXCEPTIONS IOBJ_NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3 .

RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING I_IOBJNM = INFOOB IMPORTING E_S_VIOBJ = OUT EXCEPTIONS IOBJ_NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3 .



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