cancel
Showing results for 
Search instead for 
Did you mean: 

which interface and package it belong to "getQueryObject() "

Former Member
0 Kudos

Hi All,

I have one samll question. I'm new to XMII can you guyz help me

which pacakage and interface of the following methods in XMII applets

getQueryObject()

getGridObject(),

getChartObject()

getTickerObject(),

getBrowserObject().

getQueryType()

Any suggestions

PS: point will be awared.

Thanks

Anup

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Why should it matter which package they're located in? If you access them using the applet API via JavaScript, you don't really need to know. In any case, getQueryObject doesn't return an interface, it returns an instance of a DataQuery object, from which all of the other query object types are derived. The package varies depending on which version of MII you are using.

former_member192434
Active Contributor
0 Kudos

Thanks Ricky for your quick reply.

Becouse there i can find more methods, which can be useable.

as per as applet is api is concern i gone thru the Applet Api but i don't see these methods

over there.

Are those method belong to "illum8.zip" file.

thanks

Anup

Former Member
0 Kudos

Anup,

please have a look at the MII help, where you can find the available methods, e.g.

Applet Methods

[http://help.sap.com/saphelp_xmii120/helpdata/en/44/3e7cab08035dace10000000a11466f/content.htm]

Applet Methods for Web Scripting

[http://help.sap.com/saphelp_xmii120/helpdata/en/44/423faf81ce2152e10000000a114a6b/content.htm]

You should also have a look at the Script Assistant which is part of the xMII Productivity Wizards. You can download them from the SDN:

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/801e9072-ae80-2a10-5e90-8ee2e4f703ca]

The script assistant displays all methods with parameters you can use with a given applet. See also

Help Script Assistant

[http://help.sap.com/saphelp_xmii120/helpdata/en/45/885c28855b1956e10000000a11466f/frameset.htm]

Michael

Answers (0)