SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

RDDPUTPP SAP ABAP Report - Schedule Transport Dispatcher RDDIMPDP in Background







RDDPUTPP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The transport dispatcher 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 RDDPUTPP 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 RDDPUTPP. "Basic submit
SUBMIT RDDPUTPP AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUTPP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Schedule Transport Dispatcher RDDIMPDP in Background
Text Symbol: 001 = Background Scheduling for RDDIMPDP
Text Symbol: 002 = (The scheduling options
Text Symbol: 003 = are explained in the report
Text Symbol: 004 = documentation.)
Text Symbol: 005 = How do you want to
Text Symbol: 006 = schedule the transport dispatcher
Text Symbol: 007 = as a background job?
Text Symbol: 008 = event-driven
Text Symbol: 009 = every 5 minutes


INCLUDES used within this REPORT RDDPUTPP

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:

TRINT_AUTHCHECK_TRANSP_DISP CALL FUNCTION 'TRINT_AUTHCHECK_TRANSP_DISP' EXCEPTIONS OTHERS = 01.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING DEFAULTOPTION = '1' DIAGNOSETEXT1 = TEXT-005 DIAGNOSETEXT2 = TEXT-006 DIAGNOSETEXT3 = TEXT-007 TEXTLINE1 = TEXT-002 TEXTLINE2 = TEXT-003 TEXTLINE3 = TEXT-004 TEXT_OPTION1 = TEXT-008 TEXT_OPTION2 = TEXT-009 TITEL = TEXT-001 START_COLUMN = 12 START_ROW = 6 IMPORTING ANSWER = GV_ANSWER .

TR_SCHEDULE_TRANSP_DISP CALL FUNCTION 'TR_SCHEDULE_TRANSP_DISP' EXPORTING IV_BY_EVENT = GV_BY_EVENT IV_FORCED = 'X' EXCEPTIONS OTHERS = 01 .



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