Quantcast
Channel: SCN : All Content - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all 1775 articles
Browse latest View live

iChart - Multiple X-axis

$
0
0

Hi All,

 

I am using SAP MII 14.0.

My requirement is to get the ichart with multiple x-axis. How can I get it.

Attached the "ichartRequired" chart I need. I am able to do something like the attached "ichartAchieved" one. Can you please tell me is that possible to get as per attached.

Please let me know the setting I have to do?

 

Regards

R.Prakash


i5Chart not rendering

$
0
0

Hi all,

 

I am trying out UI5 examples. i5Grid is working but i5Chart is not working.

Is there anything missing in i5Chart?

 

Code:

 

<HTML>

<HEAD>

<TITLE>MII 14.0 SP04 HTML 5 Example</TITLE>

<META http-equiv="X-UA-Compatible" content="IE=edge">

<META http-equiv='cache-control' content='no-cache'>

<META http-equiv='expires' content='0'>

<META http-equiv='pragma' content='no-cache'>

<SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid"></SCRIPT>

<SCRIPT language="JavaScript">

 

var test = new com.sap.xmii.grid.init.i5Grid("Demo/Display Template/GetNotificationNumber_iGrid", "Demo/Query Template/Get_NotificationNum_SQLQry");

test.setGridWidth("640px");

test.setGridHeight("400px");

test.draw("div1");

 

var test2 = new com.sap.xmii.chart.hchart.i5Chart("Demo/Display Template/GetData_BarChart", "Demo/Query Template/GetPLCData_PCoQry");

test2.draw("mydiv");

 

</SCRIPT>

</HEAD>

<BODY>

<table>

<tr><td><DIV id="div1"/></td></tr>

<tr><td><DIV id="mydiv"/></td></tr>

</table>

</BODY>

</HTML>

 

MII version: 14.0 SP4 Patch 3

 

Thanks,

How to pass tag name and value dynamically in the output of PCo notification?

$
0
0

Hi,

I have a requirement to develop such a scenario where there can be multiple no of tags in PCo (Say 10) but there will be single notification to push the tag name when the value got changed and the changed value to MII. for any value change for any of the tag, the notification will be trigger. So As per my knowledge I have to pass the tag name and value dynamically in the "output" tab of the notification. But need your support to find out how to pass them dynamically.

 

Thanks in advance.

 

Regards,

Suman

SAP TimeZone - STZAC, SU01, SE38(RSDBTIME)

$
0
0

Dear friends,

 

I´ve got one SERVER / O.S(operacional system) in China with Chinese TimeZone.

 

And in this SERVER I have two “SAP Productions Environment”, one for the Brazilian company(branch) and another one for Chinese company(Headquarter).

 

It cause na issue, because if I invoice in Brazil environment after 01:00p.m in the last day of the month, the accounting(FI/CO/SD) is registered in the first day of the next month(Chinese TimeZone). Or if we release a purchase requisition or any other document, the system get the Chinese time.

 

In Brazilian environment we set Brazilian timezone in STZAC and SU01 for all ID´s but we still have the problem.

 

If we check on SE38 the program , it still shows the Chinese TimeZone.  We you do the logo non SAP it show the last logon in China time.

 

What can I do to solve this issue ? Could you please help in this issue ?

 

 

Thanks and Regards,

 

Bruno Ansede.

SAP PCO Agents

$
0
0

HI All,

 

Can any one tell me maximum number of PCO agents can be configured for a single PI source?

 

 

Regards

R.P

MII 14.0 SP4 :Migration error while importing SAP BM Templates

$
0
0

Hi Experts,

 

I am facing some migration errors while importing SAP Batch Manufacturing Templates into MII 14.0 SP4.

 

There are almost 23 transactions which are not getting imported and the error message for all of them is-

"Unable to migrate transaction Unable to import file

<Name of the Transaction>"

 

Any first hand experiences will be really helpful for me to proceed further.

 

Regards,

Muddassar Khan

SAP xMII migration from 11.5 to 14.0

$
0
0

Hi Experts,

 

We are migrating from xMII 11.5 to 14.0. I have gone through the below links, latest CUG and got some idea about migration procedure and got few queries before I run the migration tool.

 

MII 11.5 migration to 14.0

xMII 11.5 Backup for Migration

 

1. What is migration tool version that we have to download for MII 14.0 SP04? Is the latest version is enough for MII 14.0 SP04?

2. Does the tool migrates only the project code files or migrate configation,security files as well?

3. I mean I want to know which files the tool would migrate and which files we have to manually migrate?

4. Can somebody provide any documents for migration procedure other than CUG?

 

Thanks in advance,

Eshwar. 

How can I check whether MII server is capable to receive Custom fields from RFC?

$
0
0

In RFC XXXX we have created YYYY custom field. But while we are calling the RFC from MII, we are not getting that YYYY custom field only. We are able to see all other standard input fields.

How can I check whether SAP MII server is capable to receive Custom fields from RFC?

I am using MII 14.0 version.


1SAP Barcoding for the issuing of parts

$
0
0


Hi

 

I would like to find out some information on 1SAP Barcoding and using this technology to issue goods to other departments. This would enable us to have a better way of tracking where the goods have gone.

 

I know that we can do this for the stocktaking in 1SAP, but I have not heard anything in regards to Goods Receipting or Issuing of goods.

 

Any help on this would be much appreciated.

 

Thanks and Regards

 

Glen Perren

BMC Supply

BPDL (Business Process Data Lead)

Superintendent Warehouse & Inventory

 

Poitrel and South Walker Creek MinePMB 1007, MORANBAH 4744 QLD, AustraliaMailto:           Glen.Perren@bhpbilliton.comInternet:         http://www.bhpbilliton.comPhone:            +61748410609

How to get UI5 Chart selected data set index

$
0
0

Hi experts,

 

I am facing problem with ui5 bar chart. i am not able to get the selected data set index of selected bar on the chart.

 

I am using below method, but not getting any result from this method.

 

ObjectName.getChartObject().getSelectedDataSetIndices()

 

please suggest any methods are avaliable to get selected index?

 

Thanks & Regards

Venkat

i5Chart ToolTip

$
0
0

Hello Everyone,

 

I am facing a problem when I have more number of series in a line chart.

I am currently plotting a line chart with 8 tags/series. When I hover over data points, I get a tooltip. But all the points are not visible on that tooltip. Is there any way I can customize the tooltip pattern to fit name, color and value in one line. Pls refer figure below.

The "..." in figure shows that there are more data points in tooltip but when I try to click on it, tooltip disappears.tooltip.gif

Pls letme know any way to do this. Thanks in advance.

 

Regards,

Minakshi.

XML content not displaying in an html table

$
0
0

XML content created from an SAP MII Transactions not displaying in an html table.

 

Here is a sample:

 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<?xml-stylesheet type="text/xsl" href="Projects_Status.xslt"?>

<Rowsets CachedTime="" DateCreated="2014-05-12T10:31:48" EndDate="2014-05-12T10:31:48" StartDate="2014-05-12T09:31:48" Version="14.0 SP4 Patch 1 (Jan 8, 2014)">

    <Rowset>

        <Columns>

            <Column Description="Jobs Name" MaxRange="100" MinRange="0" Name="Jobs" SQLDataType="12" SourceColumn="Jobs"/>

            <Column Description="Job Status in percentage" MaxRange="100" MinRange="0" Name="Status" SQLDataType="4" SourceColumn="Status"/>

            <Column Description="" MaxRange="100" MinRange="0" Name="PercentComplete" SQLDataType="4" SourceColumn="PercentComplete"/>

            <Column Description="Date in ascending order" MaxRange="100" MinRange="0" Name="StartDate" SQLDataType="93" SourceColumn="StartDate"/>

            <Column Description="" MaxRange="100" MinRange="0" Name="EndDate" SQLDataType="12" SourceColumn="EndDate"/>

        </Columns>

 

        <Row>

            <Jobs>BOD - 9212</Jobs>

            <Status>1</Status>

            <PercentComplete>NA</PercentComplete>

            <StartDate>2014-01-01T10:00:00</StartDate>

            <EndDate>06/01/2014 10:00:00</EndDate>

        </Row>

 

Notice in the second line above I hooked up the xml with an xslt style sheet - Projects_Status.xslt

 

<?xml version="1.0" encoding="UTF-8"?>

 

<xsl:stylesheet version="1.0"

xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

 

<xsl:template match="/">

   <html>

   <body>

   <h2></h2>

   <table border="1">

     <tr bgcolor="">

       <th>Jobs</th>

       <th>Status</th>

       <th>PercentComplete</th>

       <th>StartDate</th>

       <th>EndDate</th>

     </tr>

     <xsl:for-each select="jobs">

     <tr>

       <td><xsl:value-of select="Jobs"/></td>

       <td><xsl:value-of select="Status"/></td>

       <td><xsl:value-of select="PercentComplete"/></td>

       <td><xsl:value-of select="StartDate"/></td>

       <td><xsl:value-of select="EndDate"/></td>

     </tr>

     </xsl:for-each>

   </table>

   </body>

   </html>

</xsl:template>

 

</xsl:stylesheet>

 

 

But when I try to display the XML file in a browser I only get the heading

 

Creating repeated data in SAP ECC

$
0
0


I am using SAP MII 14.0 version to send the data from OTM to SAP ECC.

While sending the data to ECC, duplicate values are coming as output in ECC.

I am unable to understand why they are creating.

Please help me on this.

Migration from 12.1 to MII 14.0

$
0
0

Hello All,

 

We are planning an upgrade from MII 12.1 to MII 14.0. I would appreciate your help with the following questions

 

1) Does Pco Query replace both OLEDB SQL and Tag Queries ? If so do we have to migrate all the TAG and OLEDB queries and replace it with Pco ?

 

2) Is there an option to have a landscape where we can continue using OLEDB SQL and Tag Queries for our previous transactions and newer projects can continue using Pco Queries and both can coexist using the same conenctors at the same time ?

 

Thanks,

 

Kiran

MII 14.0 Performance Tuning

$
0
0

Hello All,

 

Can you please let us know the preemptive settings we can do while building our servers to make sure that the server performance is optimal ?

 

Is there a document we can use to fine tune the server performance ?

 

Currently our 14.0 install boxes are really slow especially when creating new Pco queries.

 

Thanks,

 

Kiran


DataSeries/ Pen option in UI5 Chart

$
0
0

Hello Everyone,

 

My requirement:

To highlight a single line series out of total 5 line series.

 

Issue:

There is no pen or data series option in UI5 chart to set color or width of a particular series.

Is there any method to set width of a particular line series?

 

Thanks in advance.

Regards,

Minakshi.

i5Grid is not rendering

$
0
0

I created i5Grid, but it is not rendering.

 

It suppose to show LotID, MaterialName, HoldStatus, QuarantineStatus, StartDate, EndDate/

MII 14.0 with OSI PI Soft Connectivity

$
0
0

Hello Experts,

We are trying to connect MII 14.0 with OSI Soft PI  through PCo 2.3.Could you please help us in step by step procedure to connect MII 14.0 with OSI Soft PI  through PCo?

 

Regards,

Shanmugam K

MII 14.0 PCo History event

$
0
0

Hello All,

 

I need to replace a tag query which is used to get historical info to a PI agent system with a Pco query ? Can you all please let me know how to access the PCo history event ?

 

Capture.PNG

 

Is it same as using PCo Tag Aggregate Query by just passing dates

 

Capturesd.PNG

 

 

Thanks,

 

Kiran

How to set up Custom KPI in SAP OEE Management

Viewing all 1775 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>