RDDPUT48 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 RDDPUT48 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: GP_MAP = Merge Configuration
Title: EM: Initialisierung einer Merge Konfiguration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = 'Initialize merge' textline2 = 'configuration?' titel = 'Configuration' importing answer = lv_answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = 'Merge history and all created transports' textline2 = 'will be deleted! Continue?' titel = 'CAUTION' importing answer = lv_answer.
TRINT_DELETE_COMM call function 'TRINT_DELETE_COMM' exporting wi_dialog = ' ' wi_trkorr = gt_mergeh-trkorr iv_without_any_checks = 'X' iv_without_user_check = 'X' iv_without_ctsproject_check = 'X' iv_test_mode = ' ' * IMPORTING * ET_DELETED_TASKS = exceptions file_access_error = 1 order_already_released = 2 order_contains_c_member = 3 order_contains_locked_entries = 4 order_is_refered = 5 repair_order = 6 user_not_owner = 7 delete_was_cancelled = 8 objects_free_but_still_locks = 9 order_lock_failed = 10 wrong_client = 11 project_still_referenced = 12 others = 13.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 100 text = lv_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDPUT48 - EM: Initialisierung einer Merge Konfiguration RDDPUT48 - EM: Initialisierung einer Merge Konfiguration RDDPUT47 - Search for missing deletes in weekly merges RDDPUT47 - Search for missing deletes in weekly merges RDDPUT46 - Get and Save Merge Information from Remote System RDDPUT46 - Get and Save Merge Information from Remote System