SAP Reports / Programs

SAP_CONVERT_NORMAL_TRANS SAP ABAP Report - Conversion: Normal <--> Transactional InfoCube







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


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 SAP_CONVERT_NORMAL_TRANS. "Basic submit
SUBMIT SAP_CONVERT_NORMAL_TRANS AND RETURN. "Return to original report after report execution complete
SUBMIT SAP_CONVERT_NORMAL_TRANS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SAP_CONVERT_NORMAL_TRANS

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:

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.



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