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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDDK_STA_WRITE_IN_CUBE - Loading data in an InfoCube via internal interface RSDDK_STA_WRITE_IN_CUBE - Loading data in an InfoCube via internal interface RSDDK_STA_DEL_DATA_TO_DATE - Delete the BW Statistics in the Database: Up to X Days Before Today RSDDK_STA_DEL_DATA_TO_DATE - Delete the BW Statistics in the Database: Up to X Days Before Today RSDDK_STA_DEL_DATA - BW Statistics: Data Deletion in the BW Statistics Tables RSDDK_STA_DEL_DATA - BW Statistics: Data Deletion in the BW Statistics Tables