SMIGR_CREATE_DDL 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 SMIGR_CREATE_DDL 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.
DDL Generator for SAP System Migration
Selection Text: P_TBLNM = Table Name
Selection Text: P_TABCLS = Table Classification
Selection Text: P_TABART = Table Category
Selection Text: P_SYB = Sybase ASE
Selection Text: P_SOH = SAP Business Suite on HANA
Selection Text: P_ROWCNT = Estimated Table Size
Selection Text: P_PATH = Installation Directory
Selection Text: P_ORA = ORACLE
Selection Text: P_MSQ = MSSQL
Selection Text: P_MDB = MaxDB
Selection Text: P_ISUNI = Unicode Migration
Selection Text: P_INF = INFORMIX
Selection Text: P_HDB = SAP HANA Database
Selection Text: P_DBVERS = Database Version
Selection Text: P_DB6 = DB6
Selection Text: P_DB4 = DB4
Selection Text: P_DB2 = DB2
Title: Report SMIGR_CREATE_DDL: Generate DDL Statements for Migration
Text Symbol: 005 = SAP HANA Options
Text Symbol: 004 = DDL statements generated successfully
Text Symbol: 003 = Optional Parameters
Text Symbol: 002 = Additional Parameters
Text Symbol: 001 = Target Database
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_POPUP_TO_CONFIRM_CANCEL call function 'DD_POPUP_TO_CONFIRM_CANCEL' exporting textline1 = l_popup_question_1 textline2 = l_popup_question_2 title = l_popup_title defaultpos = 'C' importing answer = l_mss_answer.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' "#EC FB_RC exporting retfield = 'DBVERS' window_title = 'DB Version' "#EC NOTEXT value = '*' value_org = 'S' display = '' tables value_tab = l_t_val return_tab = l_t_retval exceptions others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SMIGR_CREATE_DDL - Report SMIGR_CREATE_DDL: Generate DDL Statements for Migration SMIGR_CREATE_DDL - Report SMIGR_CREATE_DDL: Generate DDL Statements for Migration SMIGR_BIG_ROW_STORE_TABS_CLASS - Include SMIGR_BIG_ROW_STORE_TABS_CLASS SMIGR_BIG_ROW_STORE_TABS - Report SMIGR_BIG_ROW_STORE_TABS SMIGR_BIG_ROW_STORE_TABS - Report SMIGR_BIG_ROW_STORE_TABS SMICF_RECORDER_TOP - SMICFRECORDERTOP