SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RUTIMPDD SAP ABAP Report - Import of ABAP Dictionary objects







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


Text pool values


Title: Import of ABAP Dictionary objects
Text Symbol: 011 = Activation completed
Text Symbol: 012 = Open
Text Symbol: 013 = Check whether transport requests exist
Text Symbol: 014 = Activation
Text Symbol: 015 = Select objects for distribution run
Text Symbol: 016 = Distributor
Text Symbol: 017 = Converter
Text Symbol: 018 = mvntab
Text Symbol: 010 = Distribution run executed
Text Symbol: 001 = <<< DD import transport request & >>>
Text Symbol: 002 = PHASE
Text Symbol: 003 = RESULT
Text Symbol: 004 = <<< Activation......:
Text Symbol: 005 = <<< Distribution run:
Text Symbol: 006 = <<< Conversion......:
Text Symbol: 007 = <<< Move nametabs...:
Text Symbol: 008 = Completed
Text Symbol: 009 = Conversion completed


INCLUDES used within this REPORT RUTIMPDD

INCLUDE RADBTMAC.
INCLUDE RADBTLOM.
INCLUDE RADBTOUM.


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = &1 EXCEPTIONS OTHERS = 1.

DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = OBJTYP1 CLASS2 = 'TABL' DEPENDENCY = 'U' DIRECTION = '>' pointer1 = pointer1 * LEN1 = 10 OBJ_STATE = 'A' * OFF1 = 4 OUT_REFRESH = 'X' FROM_INDEX = FROM_INDEX TO_INDEX = TO_INDEX IMPORTING OUT_STRUC = OUT_STRUC TABLES IN_TAB = DDOBJECTS_TAB OUT_TAB = DD03L_TAB EXCEPTIONS ILLEGAL_PATH = 1 TYPE_MISSMATCH = 2 OTHERS = 3.

DD_MASS_DIST CALL FUNCTION 'DD_MASS_DIST' EXPORTING LONGPROT = ' ' MODUS = 'I' PARALLEL = ' ' NO_EXISTS_CHECK = ' ' "Checks existence of object and IMPORTING "data SUBRC = RC TABLES SELNAMES = DIST_NAMES EXCEPTIONS OTHERS = 1.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = TOP_LINE ENTRY_TO = TC_COUNT LAST_PAGE_FULL = ' ' LOOPS = TC_PAG OK_CODE = FCODE OVERLAPPING = 'X' IMPORTING ENTRY_NEW = TOP_LINE EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 1 NO_ENTRY_TO = 2 NO_OK_CODE_OR_PAGE_GO = 3 OTHERS = 4.

ENQUEUE_ESTNMAP CALL FUNCTION 'ENQUEUE_ESTNMAP' EXPORTING TABNAME = 'DCIMPDD' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_ESTNMAP CALL FUNCTION 'DEQUEUE_ESTNMAP' EXPORTING TABNAME = 'DDCIMPDD' EXCEPTIONS OTHERS = 1.



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