Integration with SAP ME

Is there any integration with SAP ME ? If no, is there any plan ?

I’m currently writing a plugin in Rhino, and I was wondering if there anyway I can translate data currently stored in RhinoDoc into SAP ME.

Visually, it would look something like this

Where the “POD Work List” field would be replaced by data calculated from our rhino plugin.
Cheers!!

Yes It should be very simple.
You can export the data as a CSV from Rhino, then you import the data on SAP ME from the previously exported CSV

1 Like

Thanks, I also have an additional question.

What’s about graphical objects. For example, in the viewport on the left, there are red and green checks - sometime maybe numbers (calculation results from our plugin).
While these graphical objects can be coded in Rhino, can it be import into SAP ME ?

Or do I have to create a small script to modify .stp file ?

You can but you have to script it

1 Like