cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XML Communication

Former Member
0 Likes
401

Hi all,

How to enable XML communication in standalone scenario srm 7.01 version. we don't have PI system.

//

Ramya

Accepted Solutions (0)

Answers (3)

Answers (3)

Muniyappan
Active Contributor
0 Likes

Hi Ramya,

can you please let us know which system you are trying to connect with SRM?

based on this it will be easy to tell if it is possible to send without pi.

Regards,

Muniyappan.

former_member216093
Contributor
0 Likes

Hi Ramya,

Please have a look at the following link, which talks SRM config for XML config. You can ignore the PI related conversation on this link.

http://scn.sap.com/thread/3458472

Regards,

Ravi

Former Member
0 Likes


We dont have a PI system .

former_member216093
Contributor
0 Likes

Hi Ramya,

If you don't have PI, how you will connect to 3rd party system. To send XML, you need to connect to their system.

SRM generates standard XML output which can be seen in SXMB_MONI transaction. To generate this output in XML you need to setup the vendor for XML and make sure that you have method call for XML output.

Once this output is generated, SRM needs to send it to some system which is connected to 3rd party. This is where PI comes into picture, which acts as a tunnel for the connectivity.

One way can be to download the XML output and send it through e-mail, if your client is OK with it.

Regards,

Ravi

Former Member
0 Likes


Hi Ravi,

Thanks for the reply , its very usefull. client is ok with e-mail but how to download the xml , it require any enhancement?

Thanks in advance,

//

Ramya

Former Member
0 Likes

Hi Ramya,

In transaction SXMB_MONI, you can find the message. you can open the message and click on window1/window2. This will export the file to desktop.

Regards.

Reema

Former Member
0 Likes

Hi Reema,

I am trying to generate an XML output for the PO. Is this possible to generate this output by standard SRM without any customization.

We have a biztalk midleware which can send this to any system we want, but the problem is we are struggling to generate the XML output for the PO.

We have set XML as output medium in the vendor master in SRM and by default XML is marked in the output tab in PO. But when i click on order, there is no output generated. I cant find this XML in SXMB_MONI

How do we generate the XML output. Am i missing any setting?

I have done the config mentioned in the link http://scn.sap.com/thread/3458472

Regards,

Ramya

Former Member
0 Likes

Hi Ramya,

Go to transaction SXMB_ADMIN , under Configuration node execute Integration engine configuration. Here you can find the corresponding integration server or maintain it. This is your connected PI system.

Regards,

Reema

Former Member
0 Likes

Is this possible without PI system?