MEMGMT_XML_UPLOAD 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 MEMGMT_XML_UPLOAD 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.
Selection Text: AGENT = Parameter for Agent
Selection Text: P_DEL = Delete Before Inserting
Selection Text: TRKORR = Transport Request
Title: Monitoring Functions - XML Upload of Parameter Definitions
Text Symbol: 001 = Processing Canceled
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = l_string * filetype = 'BIN' IMPORTING filelength = l_size TABLES data_tab = lt_lines EXCEPTIONS OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEMGMT_XML_UPLOAD - Monitoring Functions - XML Upload of Parameter Definitions MEMGMT_XML_UPLOAD - Monitoring Functions - XML Upload of Parameter Definitions MEMGMT_TOOLS_MASS_UPDATE - MEMGMTTOOLSMASSUPDATE MEMGMT_MOBILE_CONT_DATA - Include MEMGMT_MOBILE_CONT_DATA MEMGMT_MOBILE_CONSTANTS - Include MEMGMT_MOBILE_CONSTANTS MEMGMT_MCD_GET_FROM_J2EE_TOP - Include MEMGMT_MCD_GET_FROM_J2EE_TOP