cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting SAP XMII (Various Applets : Methods)

Former Member
0 Kudos

Hi All,

Am new to SAP XMII , i have just started to design Query / Display Template and create some Transactions.

Now after calling it into Display template for example : i Grid / Graph

How i need to get the methods in scripts

getBrowserObject.getSelectedItem();

How each Display has it's methods ??

am confused , is it XMII standards ??

Kindly give a place where i can find relevant methods for using those applets

rgds

srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Srini,

Be sure to check out the best practices for using Javascript with MII. There are alot of developers who use too much JS instead of using the prebuilt functions in MII. If you are using 11.5 the best practice guide is [here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/composition/sap-manuf-integration-and-intelligence/sap%20xmii%20best%20practices%20guide.pdf]. If you are using 12.0 or 12.1, click [here|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f08d7ae2-6f56-2c10-50b4-8a3bb1d43502].

I also recommend using the script assistant in conjunction with the help when you start coding.

Regards,

Kevin

Former Member
0 Kudos

Venkateswarlu,

if not done already, you should download the Productivity Wizards from the Download area:

Use this link:

[https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/801e9072-ae80-2a10-5e90-8ee2e4f703ca]

Or

Click Downloads from the horizontal menu above, click Manufacturing tools from the left side navigation, and finally click xMII 12.0 Sample Projects and Tools.

In the Productivy Wizards collection you will find the Script Assistant which will show you all functions available for your scripting.

Regards

Michael

Former Member
0 Kudos

Thanks to all

Srini