UDM_RSM_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to display a list of resubmissions...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 UDM_RSM_LIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UDM_RSM_LIST - List of Resubmissions
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: P_CLOSE = Completed
Selection Text: P_OPEN = Open
Selection Text: P_BP = D .
Selection Text: P_CREABY = D .
Selection Text: P_CREAON = D .
Selection Text: P_DATE = D .
Selection Text: P_REASON = D .
Selection Text: P_SEGM = D .
Title: List of Resubmissions
Text Symbol: 001 = Resubmissions
Text Symbol: 002 = Other Selections
Text Symbol: 003 = 'No Customer Contact before Resubmission' Selected
Text Symbol: 004 = 'No Customer Contact before Resubmission' Not Selected
INCLUDE UDM_RSM_LIST_TOP. " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UDM_RSM_LIST - List of Resubmissions UDM_RSM_LIST - List of Resubmissions UDM_RSM_DELETE_OLD_RSMS_TOP - UDMRSMDELETEOLDRSMSTOP UDM_RSM_DELETE_OLD_RSMS_O01 - Include UDM_RSM_DELETE_OLD_RSMS_O01 UDM_RSM_DELETE_OLD_RSMS_F01 - UDMRSMDELETEOLDRSMSF01 UDM_RSM_DELETE_OLD_RSMS - Program for Deleting Completed Resubmissions