SAP Reports / Programs

RDDPUT48 SAP ABAP Report - EM: Initialisierung einer Merge Konfiguration







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


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 RDDPUT48. "Basic submit
SUBMIT RDDPUT48 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUT48 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: GP_MAP = Merge Configuration
Title: EM: Initialisierung einer Merge Konfiguration


INCLUDES used within this REPORT RDDPUT48

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:

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.



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