SAP Reports / Programs

SMIGR_CREATE_DDL SAP ABAP Report - Report SMIGR_CREATE_DDL: Generate DDL Statements for Migration







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


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


Text pool values


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


INCLUDES used within this REPORT SMIGR_CREATE_DDL

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:

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.



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