RSAR_PSA_EXPORT_DS_DELETE 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 RSAR_PSA_EXPORT_DS_DELETE into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: OSOURCE = D DataSource
Text Symbol: 550 = DataSource is still assigned to an InfoSource. Delete mapping
Text Symbol: 551 = Export-DataSource has been deleted
Text Symbol: 552 = DataSource is not a PSA export-DataSource
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSA_LOGICAL_SYSTEM_BIW_GET CALL FUNCTION 'RSA_LOGICAL_SYSTEM_BIW_GET' EXPORTING i_without_popup = rs_c_true IMPORTING e_logsys_biw = l_myself EXCEPTIONS no_logsys_to_this_client = 1 logsys_changed = 2 OTHERS = 3.
RSAOS_OLTPSOURCE_GET CALL FUNCTION 'RSAOS_OLTPSOURCE_GET' EXPORTING i_oltpsource = i_oltpsource i_logsys = l_myself i_objvers = rs_c_objvers-active IMPORTING * E_S_OLTPSOURCE = * E_S_OLTPSOURCET = * E_T_OLTPSOURCET = e_s_isosmap = l_s_isosmap * E_T_OSOURCEFIELD = * E_T_OSOURCEFIELDT = * E_T_OSFIELDMAP = * E_T_OHIECOM = * E_S_TS = * E_T_TSFIELD = * E_TX_SEGMENTS = * E_TX_OSSEGMAP = EXCEPTIONS not_exist = 1 internal_error = 2 OTHERS = 3 .
RSA1_OLTPSOURCE_DELETE CALL FUNCTION 'RSA1_OLTPSOURCE_DELETE' EXPORTING i_oltpsource = i_oltpsource i_objvers = rs_c_objvers-active i_no_trans = rs_c_true "is generated!! EXCEPTIONS transport_error = 1 failed = 2 no_permission = 3 error_occured = 4 OTHERS = 5.
RSAOS_INT_METADATA_UPLOAD CALL FUNCTION 'RSAOS_INT_METADATA_UPLOAD' EXPORTING i_logsys = l_myself i_oltpsource = i_oltpsource i_write_log_to_db = rs_c_false i_show_log = rs_c_false IMPORTING e_t_messages = l_t_msg EXCEPTIONS error_occured = 1 unauthorized = 2 unknown_logsys = 3 no_oltpsources = 4 locked = 5 OTHERS = 6.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = l_log_handle i_s_msg =
* IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4 .
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' * I_SAVE_ALL = ' ' i_t_log_handle = l_t_logh * IMPORTING * E_NEW_LOGNUMBERS = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = l_s_prof.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_prof i_t_log_handle = l_t_logh * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAR_PSA_EXPORT_DS_DELETE - RSARPSAEXPORTDSDELETE RSAR_PSA_EXPORT_DS_DELETE - RSARPSAEXPORTDSDELETE RSAR_PSA_CLEANUP_MIGRATION - PSA Check for Migration of ORACLE to NON ORACLE RSAR_PSA_CLEANUP_MIGRATION - PSA Check for Migration of ORACLE to NON ORACLE RSAR_PSA_CLEANUP_DIRECTORY_MS - PSA Directory CleanUp Program ( MSSQL incorrect partition assignment ) RSAR_PSA_CLEANUP_DIRECTORY_MS - PSA Directory CleanUp Program ( MSSQL incorrect partition assignment )