SAP_SCENE_EXTRACT 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_SCENE_EXTRACT 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: Scenario Extraction Tool
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
RSDU_EXEC_SQL CALL FUNCTION 'RSDU_EXEC_SQL' EXPORTING i_t_stmt = l_t_code * I_STMT = * I_LOWER_TRANS = RS_C_FALSE * I_ERROR_DOWNLOAD = RS_C_TRUE IMPORTING e_sqlerr = l_sqlerr e_sqlerrtxt = l_sqlerrtxt e_stmtsize = l_stmtsize EXCEPTIONS sql_error = 1 statement_too_complex = 2 no_statement = 3 inherited_error = 4 duprec = 5 obj_exists = 6 obj_not_found = 7 OTHERS = 8. .
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_RENAME_TABLE CALL FUNCTION 'DB_RENAME_TABLE' EXPORTING tabname_new = i_newname tabname_old = i_oldname EXCEPTIONS OTHERS = 8.
RSDU_EXEC_SQL CALL FUNCTION 'RSDU_EXEC_SQL' EXPORTING i_t_stmt = l_t_code * I_STMT = * I_LOWER_TRANS = RS_C_FALSE * I_ERROR_DOWNLOAD = RS_C_TRUE IMPORTING e_sqlerr = l_sqlerr e_sqlerrtxt = l_sqlerrtxt e_stmtsize = l_stmtsize EXCEPTIONS sql_error = 1 statement_too_complex = 2 no_statement = 3 inherited_error = 4 obj_not_found_or_dupl_record = 5 OTHERS = 6.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
RSDU_EXEC_SQL CALL FUNCTION 'RSDU_EXEC_SQL' EXPORTING i_t_stmt = l_t_code * I_STMT = * I_LOWER_TRANS = RS_C_FALSE * I_ERROR_DOWNLOAD = RS_C_TRUE IMPORTING e_sqlerr = l_sqlerr e_sqlerrtxt = l_sqlerrtxt e_stmtsize = l_stmtsize EXCEPTIONS sql_error = 1 statement_too_complex = 2 no_statement = 3 inherited_error = 4 obj_not_found_or_dupl_record = 5 OTHERS = 6 .
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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_SCENE_EXTRACT - Scenario Extraction Tool SAP_SCENE_EXTRACT - Scenario Extraction Tool SAP_SANITY_CHECK_DB4 - Check of System Parameters SAP_SANITY_CHECK_DB4 - Check of System Parameters SAP_RSDB6_UPD_MDC_METADATA - Program SAP_UPDATE_MDC_METADATA SAP_RSDB6_UPD_MDC_METADATA - Program SAP_UPDATE_MDC_METADATA