SAP_CONVERT_NORMAL_TRANS 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 SAP_CONVERT_NORMAL_TRANS 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.
Title: Conversion: Normal <--> Transactional InfoCube
Text Symbol: 060 = Internal Error
Text Symbol: 300 = Is Not a Normal InfoCube
Text Symbol: 310 = Is already transactional
Text Symbol: 312 = Is already non-transactional
Text Symbol: 315 = Transactional Request was Closed
Text Symbol: 316 = Load Mode Set to BW Staging
Text Symbol: 317 = Load Mode Set to Transactional
Text Symbol: 320 = was set to transactional in the BW Repository
Text Symbol: 322 = Was Set to Non-Transactional in BW Repository
Text Symbol: 330 = Error updating the BW Repository
Text Symbol: 510 = Normal to Transactional
Text Symbol: 520 = Transactional to Normal
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSAPO_SWITCH_TRANS_TO_BATCH CALL FUNCTION 'RSAPO_SWITCH_TRANS_TO_BATCH' EXPORTING i_infocube = i_infocube EXCEPTIONS cube_not_transactional = 1. "ignore - should not happen
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
SBUF_PARTIAL_RESET CALL FUNCTION 'SBUF_PARTIAL_RESET' EXPORTING tabname = 'RSDCUBE' EXCEPTIONS OTHERS = 0. "ignore errors
RSAPO_SWITCH_BATCH_TO_TRANS CALL FUNCTION 'RSAPO_SWITCH_BATCH_TO_TRANS' EXPORTING i_infocube = i_infocube.
RSDU_INFOCUBE_FACTTABLES CALL FUNCTION 'RSDU_INFOCUBE_FACTTABLES' EXPORTING i_infocube = i_infocube IMPORTING e_ffacttab = l_ffacttab.
RSDU_INFOCUBE_INDEXES_REPAIR CALL FUNCTION 'RSDU_INFOCUBE_INDEXES_REPAIR' EXPORTING i_infocube = i_infocube i_facttab = l_ffacttab i_with_aggregates = rs_c_false i_degenerated = rs_c_false EXCEPTIONS dropping_error = 1 index_error = 2 check_error = 3 inherited_error = 4 OTHERS = 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.
SAP_CONVERT_NORMAL_TRANS - Conversion: Normal <--> Transactional InfoCube SAP_CONVERT_NORMAL_TRANS - Conversion: Normal <--> Transactional InfoCube SAP_CONTROL_USE - Use of ActiveX Controls in SAPGUI SAP_CONTROL_USE - Use of ActiveX Controls in SAPGUI SAP_CONTROL_TESTTOP - SAPCONTROLTESTTOP SAP_CONTROL_TESTO01 - SAPCONTROLTESTO01