SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

RSUPDOWN SAP ABAP Report - Export/Import for Assignment of Applic. Components to IMG Activities







RSUPDOWN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report saves industry-specific changes of application component assignments to IMG activities in the table TFM18, at an upgrade...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSUPDOWN 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 RSUPDOWN. "Basic submit
SUBMIT RSUPDOWN AND RETURN. "Return to original report after report execution complete
SUBMIT RSUPDOWN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


List of Modules to be Copied:
Selection Text: B_KOMP = Industry Component
Title: Export/Import for Assignment of Applic. Components to IMG Activities
Text Symbol: 001 = Export/Import Selectn
Text Symbol: 002 = in Database Table INDX
Text Symbol: 003 = in Local File
Text Symbol: 004 = Local File
Text Symbol: 005 = Import
Text Symbol: 006 = Export
Text Symbol: 007 = from Database Table INDX
Text Symbol: 008 = from Local File
Text Symbol: 009 = Standard Modules
Text Symbol: 010 = Import Modules
Text Symbol: 011 = Industry Import Restrictions
Text Symbol: 012 = Path Name
Text Symbol: 013 = ***** Does Not Exist *****
Text Symbol: 014 = Leaves List without Copying
Text Symbol: 015 = Import Modules?
Text Symbol: 016 = Exit List


INCLUDES used within this REPORT RSUPDOWN

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:

WS_DOWNLOAD CALL FUNCTION 'WS_DOWNLOAD' EXPORTING FILENAME = FILE FILETYPE = 'ASC' TABLES DATA_TAB = ITAB EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_WRITE_ERROR = 2 INVALID_FILESIZE = 3 INVALID_TABLE_WIDTH = 4 INVALID_TYPE = 5 NO_BATCH = 6 UNKNOWN_ERROR = 7 OTHERS = 8.

WS_UPLOAD CALL FUNCTION 'WS_UPLOAD' EXPORTING FILENAME = PFAD1 FILETYPE = 'ASC' TABLES DATA_TAB = ITFM18_IMEX EXCEPTIONS CONVERSION_ERROR = 1 FILE_OPEN_ERROR = 2 FILE_READ_ERROR = 3 INVALID_TABLE_WIDTH = 4 INVALID_TYPE = 5 NO_BATCH = 6 UNKNOWN_ERROR = 7 OTHERS = 8.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-014 TEXTLINE2 = TEXT-015 TITEL = TEXT-016 START_COLUMN = 6 START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

BM_FUNCTION_RANGE_F4 CALL FUNCTION 'BM_FUNCTION_RANGE_F4' EXPORTING DISPLAY_KEY = 'X' DISPLAY_APPL = 'X' WITH_FUNCTIONS = ' ' * ONLY_ACTIVE_AREAS = ' ' CURRENT_ID = ' ' * ROOT_NODE = ' ' IMPORTING SEL_ID = ID * SEL_APPL = APPL CANC = CANCEL * SEL_OTYP = OTYP * SEL_LEVEL = 1 EXCEPTIONS OTHERS = 1.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' IMPORTING WE_ORDER = WE_ORDER WE_TASK = WE_TASK WE_OBJECTS_APPENDABLE = WE_OBJECTS_APPENDABLE TABLES WT_KO200 = WT_KO200 WT_E071K = WT_E071K * tt_tadir = tt_tadir EXCEPTIONS CANCEL_EDIT_APPEND_ERROR_KEYS = 1 CANCEL_EDIT_APPEND_ERROR_OBJCT = 2 CANCEL_EDIT_APPEND_ERROR_ORDER = 3 CANCEL_EDIT_BUT_SE01 = 4 CANCEL_EDIT_NO_HEADER_OBJECT = 5 CANCEL_EDIT_NO_ORDER_SELECTED = 6 CANCEL_EDIT_REPAIRED_OBJECT = 7 CANCEL_EDIT_SYSTEM_ERROR = 8 CANCEL_EDIT_TADIR_MISSING = 9 CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 SHOW_ONLY_CLOSED_SYSTEM = 13 SHOW_ONLY_CONSOLIDATION_LEVEL = 14 SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 15 SHOW_ONLY_DELIVERY_SYSTEM = 16 SHOW_ONLY_DIFFERENT_ORDERTYPES = 17 SHOW_ONLY_DIFFERENT_TASKTYPES = 18 SHOW_ONLY_ENQUEUE_FAILED = 19 SHOW_ONLY_GENERATED_OBJECT = 20 SHOW_ONLY_ILL_LOCK = 21 SHOW_ONLY_LOCK_ENQUEUE_FAILED = 22 SHOW_ONLY_MIXED_ORDERS = 23 SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 24 SHOW_ONLY_NO_SHARED_REPAIR = 25 SHOW_ONLY_OBJECT_LOCKED = 26 SHOW_ONLY_REPAIRED_OBJECT = 27 SHOW_ONLY_SHOW_CLIENT = 28 SHOW_ONLY_TADIR_MISSING = 29 SHOW_ONLY_UNKNOWN_DEVCLASS = 30 CANCEL_EDIT_NO_CHECK_CALL = 31 CANCEL_EDIT_CATEGORY_MIXTURE = 32 SHOW_ONLY_CLOSED_CLIENT = 33 SHOW_ONLY_CLOSED_ALE_OBJECT = 34 CANCEL_EDIT_OTHER_ERROR = 35 SHOW_ONLY_OTHER_ERROR = 36 OTHERS = 37.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING WI_ORDER = WE_ORDER IMPORTING WE_ORDER = WE_ORDER WE_TASK = WE_TASK TABLES WT_KO200 = WT_KO200 WT_E071K = WT_E071K * tt_tadir = tt_tadir EXCEPTIONS CANCEL_EDIT_APPEND_ERROR_KEYS = 1 CANCEL_EDIT_APPEND_ERROR_OBJCT = 2 CANCEL_EDIT_APPEND_ERROR_ORDER = 3 CANCEL_EDIT_BUT_SE01 = 4 CANCEL_EDIT_NO_HEADER_OBJECT = 5 CANCEL_EDIT_NO_ORDER_SELECTED = 6 CANCEL_EDIT_REPAIRED_OBJECT = 7 CANCEL_EDIT_SYSTEM_ERROR = 8 CANCEL_EDIT_TADIR_MISSING = 9 CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 SHOW_ONLY_CLOSED_SYSTEM = 13 SHOW_ONLY_CONSOLIDATION_LEVEL = 14 SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 15 SHOW_ONLY_DELIVERY_SYSTEM = 16 SHOW_ONLY_DIFFERENT_ORDERTYPES = 17 SHOW_ONLY_DIFFERENT_TASKTYPES = 18 SHOW_ONLY_ENQUEUE_FAILED = 19 SHOW_ONLY_GENERATED_OBJECT = 20 SHOW_ONLY_ILL_LOCK = 21 SHOW_ONLY_LOCK_ENQUEUE_FAILED = 22 SHOW_ONLY_MIXED_ORDERS = 23 SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 24 SHOW_ONLY_NO_SHARED_REPAIR = 25 SHOW_ONLY_OBJECT_LOCKED = 26 SHOW_ONLY_REPAIRED_OBJECT = 27 SHOW_ONLY_SHOW_CLIENT = 28 SHOW_ONLY_TADIR_MISSING = 29 SHOW_ONLY_UNKNOWN_DEVCLASS = 30 CANCEL_EDIT_NO_CHECK_CALL = 31 CANCEL_EDIT_CATEGORY_MIXTURE = 32 SHOW_ONLY_CLOSED_CLIENT = 33 SHOW_ONLY_CLOSED_ALE_OBJECT = 34 CANCEL_EDIT_OTHER_ERROR = 35 SHOW_ONLY_OTHER_ERROR = 36 OTHERS = 37.



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