UA_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 UA_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: GD_CNM01 = Field
Selection Text: GD_CNM02 = Field
Selection Text: GD_CNM03 = Field
Selection Text: GD_CNM04 = Field
Selection Text: GD_CNM05 = Field
Selection Text: GD_CVL01 = Value
Selection Text: GD_CVL02 = Value
Selection Text: GD_CVL03 = Value
Selection Text: GD_CVL04 = Value
Selection Text: GD_CVL05 = Value
Selection Text: P_DBASI = D Data Basis
Selection Text: P_TMODE = Test Run
Title: Upload XML Data into Costing Engine
Text Symbol: 100 = Log
Text Symbol: 300 = Default
Text Symbol: 400 = =
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UA_XML_UPLOAD_DISPLAY_MESSAGES **** CALL FUNCTION 'UA_XML_UPLOAD_DISPLAY_MESSAGES'.
SCMS_STRING_TO_XSTRING *** CALL FUNCTION 'SCMS_STRING_TO_XSTRING' *** EXPORTING *** text = gd_xml_string *** IMPORTING *** buffer = ld_xml_xstring.
UA_XML_UPLOAD_DISPLAY_MESSAGES *** CALL FUNCTION 'UA_XML_UPLOAD_DISPLAY_MESSAGES'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.