SAP Reports / Programs

RSXFT_MIGRATE_BDS_GRAPHICS SAP ABAP Report - Migrate Smart Forms/SAPscript BDS Graphics into MIME Repository







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


Text pool values


Selection Text: P_BTYPE = Graphic Type
Selection Text: P_OVERWR = Overwrite
Selection Text: P_RID = Graphic ID
Selection Text: P_RNAME = Name of Graphic
Selection Text: P_ROBJ = Graphic Object
Title: Migrate Smart Forms/SAPscript BDS Graphics into MIME Repository
Text Symbol: 001 = Graphic &1 &2 &3 &4 will be overwritten
Text Symbol: 002 = Graphic &1 &2 &3 &4 will not be overwritten
Text Symbol: 003 = No authorization for graphic &1 &2 &3 &4; it will not be overwritten
Text Symbol: 004 = Error occurred in migration of graphic &1 &2 &3 &4
Text Symbol: 005 = Unable to find MIME folder &1
Text Symbol: 006 = Graphic &1 &2 &3 &4 will be migrated into MIME


INCLUDES used within this REPORT RSXFT_MIGRATE_BDS_GRAPHICS

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:

SKWF_NMSPC_IO_FIND_BY_ADDRESS call function 'SKWF_NMSPC_IO_FIND_BY_ADDRESS' exporting url = p_folder appl = wbmr_c_skwf_appl_name importing io = l_loio error = l_error.

SAPSCRIPT_SEARCH_GRAPHIC_BDS call function 'SAPSCRIPT_SEARCH_GRAPHIC_BDS' exporting selection_screen = space select_entry = space selection_show = space tables t_objects = p_robj t_ids = p_rid t_names = p_rname t_btypes = l_rbtype t_selections = p_bds_table exceptions others = 0.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log_header importing e_log_handle = g_log_handle exceptions others = 1.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = g_log_handle i_s_msg = l_message exceptions others = 0.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = l_handle_table[].

APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = cl_ssf_migration=>c_log_sf_object subobject = cl_ssf_migration=>c_log_sf_subobject date_from = g_log_start_date time_from = g_log_start_time * date_to = sy-datum * time_to = sy-uzeit * title_selection_screen = ' ' * title_list_screen = ' ' suppress_selection_dialog = 'X' exceptions others = 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 RSXFT_MIGRATE_BDS_GRAPHICS or its description.