Show TOC

Background documentationQuery Object Methods Locate this document in the navigation structure

 

All SAP Manufacturing Integration and Intelligence query objects supports the method, String buildPostData()

Name

Use

String buildURL()

Obtains the first part of the URL that is used to communicate between the applet and the Web server. If you attempt to build dynamic URLs in a Web page, open new browser windows with the data query results. Typically, it returns the following string: http://<server>:<port>/XMII/Illuminator?

The <server>:<port> value is replaced with the name of the Web server from which the applet is loaded.

String buildPostData()

Obtains the parameter part of the URL that is used to communicate between the applet and the Web server. If you attempt to build dynamic URLs in a Web page, open new browser windows with the data query results. Typically, this returns the following string: Server=XYZ&Mode???... The list of parameters depends on the type of connector or query and the mode.