SAP Reports / Programs

ISU_MIGRATE_DUMMY_AFTER SAP ABAP Report - DDIC Modifications after Upgrade for DUMMY (Template)







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


Text pool values


Title: DDIC Modifications after Upgrade for DUMMY (Template)
Text Symbol: 006 = Error calling DDIF_INDX_GET (step 5 of 8).
Text Symbol: 007 = Error calling DB_DROP_INDEX_S (step 6 of 8).
Text Symbol: 008 = Error calling DB_CREATE_INDEX_S (step 7 of 8).
Text Symbol: 009 = Error calling DD_TABL_DEL (step 8 of 8).
Text Symbol: 001 = Error calling DDIF_TABL_GET(step 1 of 8).
Text Symbol: 002 = Error calling DB_DROP_TABLE_S (Step 2 of 8).
Text Symbol: 003 = Error calling DB_RENAME_TABLE_S (step 3 of 8).
Text Symbol: 004 = Error calling DB_CREATE_INDEX_S (step 4 of 8).
Text Symbol: 005 = Only DB2


INCLUDES used within this REPORT ISU_MIGRATE_DUMMY_AFTER

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:

DDIF_TABL_GET * CALL FUNCTION 'DDIF_TABL_GET' * EXPORTING * NAME = TAB_NAME * STATE = 'A' * LANGU = SY-LANGU * IMPORTING * GOTSTATE = GOTSTATE * DD02V_WA = WA_ITAB_DD02V * DD09L_WA = WA_ITAB_DD09L * TABLES * DD03P_TAB = ITAB_DD03P * DD05M_TAB = ITAB_DD05M * DD08V_TAB = ITAB_DD08V * DD12V_TAB = ITAB_DD12V * DD17V_TAB = ITAB_DD17V * DD35V_TAB = ITAB_DD35V * DD36M_TAB = ITAB_DD36M * EXCEPTIONS * ILLEGAL_INPUT = 1.

DB_DROP_TABLE_S * CALL FUNCTION 'DB_DROP_TABLE_S' * EXPORTING * DBSYS = DBSYS * NO_EXEC = ' ' * PRID = 0 * PROGNAME = PROG * TABNAME = TAB_NAME * DB_CHECK_FLAG = ' ' * IMPORTING * GENPROG = GENPROG * SUBRC = RET_CODE * TABLES * STATEMENTS = ITAB_STATEMENTS * EXCEPTIONS * PROGRAM_NOT_GENERATED = 1 * PROGRAM_NOT_WRITTEN = 2 * TABLE_NOT_DROPPED = 3.

DB_RENAME_TABLE_S * CALL FUNCTION 'DB_RENAME_TABLE_S' * EXPORTING * DBSYS = DBSYS * NO_EXEC = ' ' * PRID = 0 * TOLERANT = 'X' * PROGNAME = PROG * TABNAME_NEW = TAB_NAME * TABNAME_OLD = TAB_NAME_NEW * LINK_ALLOWED = ' ' * IMPORTING * GENPROG = GENPROG * TABLES * STATEMENTS = ITAB_STATEMENTS * EXCEPTIONS * NEW_TABLE_EXISTS = 1 * OLD_TABLE_DOES_NOT_EXIST = 2 * PROGRAM_NOT_GENERATED = 3 * PROGRAM_NOT_WRITTEN = 4.

DB_CREATE_INDEX_S * CALL FUNCTION 'DB_CREATE_INDEX_S' * EXPORTING * DBINDEX = INDEX * DBSYS = DBSYS * NO_EXEC = ' ' * PRID = 0 * PROGNAME = PROG * TABNAME = TAB_NAME * UNIQUE = 'X' * MAX_SEVERITY = 'E' * DB_CHECK_FLAG = ' ' * IMPORTING * GENPROG = GENPROG * TABLES * DDFLDNAMES = ITAB_DDFLDNAMES * STATEMENTS = ITAB_STATEMENTS * EXCEPTIONS * INDEX_EXISTS = 1 * INDEX_NOT_CREATED = 2 * PROGRAM_NOT_GENERATED = 3 * PROGRAM_NOT_WRITTEN = 4 * TABLE_DOES_NOT_EXIST = 5.

DDIF_INDX_GET * CALL FUNCTION 'DDIF_INDX_GET' * EXPORTING * NAME = TAB_NAME * ID = WA_ITAB_DD12L-INDEXNAME * STATE = 'A' * LANGU = SY-LANGU * IMPORTING * GOTSTATE = GOTSTATE * DD12V_WA = WA_ITAB_DD12V * TABLES * DD17V_TAB = ITAB_DD17V * EXCEPTIONS * ILLEGAL_INPUT = 1.

DB_DROP_INDEX_S * CALL FUNCTION 'DB_DROP_INDEX_S' * EXPORTING * DBINDEX = INDEX * DBSYS = DBSYS * NO_EXEC = ' ' * PRID = 0 * PROGNAME = PROG * TABNAME = TAB_NAME * DB_CHECK_FLAG = ' ' * IMPORTING * GENPROG = GENPROG * SUBRC = RET_CODE * TABLES * STATEMENTS = ITAB_STATEMENTS * EXCEPTIONS * INDEX_NOT_DROPPED = 1 * PROGRAM_NOT_GENERATED = 2 * PROGRAM_NOT_WRITTEN = 3.

DB_CREATE_INDEX_S * CALL FUNCTION 'DB_CREATE_INDEX_S' * EXPORTING * DBINDEX = INDEX * DBSYS = DBSYS * NO_EXEC = ' ' * PRID = 0 * PROGNAME = PROG * TABNAME = TAB_NAME * UNIQUE = ' ' * MAX_SEVERITY = 'E' * DB_CHECK_FLAG = 'X' * IMPORTING * GENPROG = GENPROG * TABLES * DDFLDNAMES = ITAB_DDFLDNAMES * STATEMENTS = ITAB_STATEMENTS * EXCEPTIONS * INDEX_EXISTS = 1 * INDEX_NOT_CREATED = 2 * PROGRAM_NOT_GENERATED = 3 * PROGRAM_NOT_WRITTEN = 4 * TABLE_DOES_NOT_EXIST = 5.

DD_TABL_DEL * CALL FUNCTION 'DD_TABL_DEL' * EXPORTING * TABNAME = TAB_NAME_NEW * DEL_STATE = 'M' * PRID = 0.



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