Skip to Content
0
Former Member
Oct 18, 2012 at 06:05 PM

Off-Line Solution with MII

153 Views

Hi masters, please could you help me ?

The need: The production process should not stop working if the plant network fail.

Which kind of solution do you suggest to be architected to this scenario ?

This is the solution in my mind, so I am looking for your opinion about this solution or new ideas with other better solutions

* Develop one or several SAP MII BLS transaction that will generate XML files with the production orders data and distribute this XML files inside the local harddisks of the workstations (network dependency).

* Develop a java based aplication with the UI that will do (always offline):
1. Read the XML files in the local harddisk with the production orders data
2. Process the production orders
3. Generate and store in the local hard disk the new XML files with the production order results

* Develop one or several SAP MII BLS transaction that will read the XML files with the production order results (network dependency).