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

RSDDK_STA_WRITE_IN_CUBE SAP ABAP Report - Loading data in an InfoCube via internal interface







RSDDK_STA_WRITE_IN_CUBE 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 RSDDK_STA_WRITE_IN_CUBE 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 RSDDK_STA_WRITE_IN_CUBE. "Basic submit
SUBMIT RSDDK_STA_WRITE_IN_CUBE AND RETURN. "Return to original report after report execution complete
SUBMIT RSDDK_STA_WRITE_IN_CUBE 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: DELTAUPD = Delta upload
Selection Text: FULLUPD = Complete load
Selection Text: INFOCUBE = InfoCube
Selection Text: REPEAT = Repeat last delta
Selection Text: TIMEFROM = From time
Selection Text: TIMETO = til time
Selection Text: TIMETOD = til time
Selection Text: TIMETODI = til time
Selection Text: USERDATA = Do not hide user data
Selection Text: DATEFROM = From date
Selection Text: DATETO = To date
Selection Text: DATETOD = To date
Selection Text: DATETODI = To date
Selection Text: DELTAINI = Delta upload initialization
Title: Loading data in an InfoCube via internal interface
Text Symbol: 001 = Data target
Text Symbol: 002 = Update mode
Text Symbol: 003 = Options


INCLUDES used within this REPORT RSDDK_STA_WRITE_IN_CUBE

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:

RSDDK_STA_INFOCUBE CALL FUNCTION 'RSDDK_STA_INFOCUBE' EXPORTING i_infocube = infocube i_userdata = userdata i_time_to = l_time_to i_time_from = l_time_from i_updmode = l_updmode EXCEPTIONS rsmdatastate_wrong = 1 generate_error = 2 write_error = 3 infocube_not_active = 4 no_data = 5.



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