cancel
Showing results for 
Search instead for 
Did you mean: 

generate an xml file if SFC done

houssem_temimi1
Participant
0 Kudos

Hello:

I need to generate an  xml file for each SFC when the status become "done"

Can you guide me .

ME verison: 6.0.4.24

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

sergiy_katerinich
Active Contributor
0 Kudos

Hi!

In ME 6.0, there is "Simple HTTP Transport" collaboration directive plugin which can send DX Export XML request with the completed SFC. Though, it is expected that someone listens to this request on the destination side (another SAP ME system) and can execute this request and response back. If responded, then this response gets written to a local file defined as a parameter of this plugin.

Regards,

Sergiy

0 Kudos

Hello Houssem,

Sandeep is right that there is no such standard functionality. However can you, please, explain your goal? What data do you want to get and why?

Br, Alex.

houssem_temimi1
Participant
0 Kudos

Hello Alexander:

We need to inject the SFC produced under SAP ME into external system

to continue the process in another system

Tanks

former_member182330
Active Contributor
0 Kudos

In 6.1 you could achieve this by attaching custom MII transaction as a service extension at POST complete point. But in 6.0 I guess best solution would be to develop custom hook that will accomplish required task. Obviously this requires more effort and SDK development.

Former Member
0 Kudos

In case you want to generate custom xml file then you need to create a Custom hookable activity or service plugin. I guess there's no option by default to generate an XML file.

-BR

Sandeep