RDDPUTJ2 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 RDDPUTJ2 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.
Title: FA: Remove Problem Documentation from Transport Requests
INCLUDE RDDRSCST.
No SAP DATABASE tables are accessed within this REPORT code!
DOKU_DELETE_ALL CALL FUNCTION 'DOKU_DELETE_ALL' EXPORTING DOKU_ID = LP_ID DOKU_OBJECT = LP_OBJECT DOKU_TYP = LP_TYP * GENERIC_USE = ' ' * SUPPRESS_AUTHORITY = 'X' * SUPPRESS_ENQUEUE = 'X' * SUPPRESS_TRANSPORT = 'X' * IMPORTING * VARTEXT = EXCEPTIONS HEADER_WITHOUT_TEXT = 1 INDEX_WITHOUT_HEADER = 2 NO_AUTHORITY_FOR_DEVCLASS_XXXX = 3 NO_DOCU_FOUND = 4 OBJECT_IS_ALREADY_ENQUEUED = 5 OBJECT_IS_ENQUEUED_BY_CORR = 6 TECHN_ENQUEUE_PROBLEM = 7 USER_BREAK = 8 OTHERS = 9.
SUBST_GET_REPORT_PARM CALL FUNCTION 'SUBST_GET_REPORT_PARM' EXPORTING IV_PARMNAME = LV_NAME IMPORTING EV_PARAMETER = LV_VALUE.
SUBST_INIT_DEFAULT_PROTOCOL CALL FUNCTION 'SUBST_INIT_DEFAULT_PROTOCOL' EXPORTING IV_MSAG = GC_MSAG IV_ACTTYPE = GC_PROTO_PUT IV_FNAME = PC_PROTO_NAME IV_SUBDIR = GC_DIR_LOG IV_REPID = GC_REPID IMPORTING EV_FNAME = LV_PROTOCOL EXCEPTIONS SAPRELEASE_NOT_FOUND = 01.
SUBST_WRITE_DEFAULT_PROTOCOL CALL FUNCTION 'SUBST_WRITE_DEFAULT_PROTOCOL' EXPORTING IV_SUPPRESS_FOOTER = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDPUTJ2 - FA: Remove Problem Documentation from Transport Requests RDDPUTJ2 - FA: Remove Problem Documentation from Transport Requests RDDPUTHP - documentation and ABAP source code RDDPUTHP - documentation and ABAP source code RDDPUTG_DEL_COFIMERGE - FA: Option for Deleting Merge(s) with Errors in COFI RDDPUTG_DEL_COFIMERGE - FA: Option for Deleting Merge(s) with Errors in COFI