ME_DSD_DISPLAY_UPLOAD_QUEUE 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 ME_DSD_DISPLAY_UPLOAD_QUEUE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MEREP_DISP_UQ - DSD Transaction - Upload Queue
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: ME_USER = ME USER
Title: Program ME_DSD_DISPLAY_UPLOAD_QUEUE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_RT_DSD_DISPLAY_QUEUE_DATA CALL FUNCTION 'ME_RT_DSD_DISPLAY_QUEUE_DATA' EXPORTING ME_USER = ME_USER SYNC_TYPE = 'UPLOAD' IMPORTING PACKAGE_DATA = package_data RETURN = return.
DISPLAY_XML_STRING CALL FUNCTION 'DISPLAY_XML_STRING' EXPORTING XML_STRING = package_data * TITLE = * STARTING_X = 5 * STARTING_Y = 5 EXCEPTIONS NO_XML_DOCUMENT = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ME_DSD_DISPLAY_UPLOAD_QUEUE - Program ME_DSD_DISPLAY_UPLOAD_QUEUE ME_DSD_DISPLAY_UPLOAD_QUEUE - Program ME_DSD_DISPLAY_UPLOAD_QUEUE ME_DSD_DISPLAY_DNLOAD_QUEUE - Program ME_DSD_DISPLAY_QUEUE ME_DSD_DISPLAY_DNLOAD_QUEUE - Program ME_DSD_DISPLAY_QUEUE ME_DEVICE_MGMT_TOP - MEDEVICEMGMTTOP ME_DEVICE_MGMT_CONSTANTS - MEDEVICEMGMTCONSTANTS