cancel
Showing results for 
Search instead for 
Did you mean: 

business system into xml format

Former Member
0 Kudos

Hi all,

Can u please explain hoe to convert business system into xml format.

Thanks in advance

Naveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

you dont convert business system name in XML format,

do you want to use ur business system name in message mapping?if yes,then use the following UDF code to get BS name in message mapping

String Sender = "";

String key = "SenderService";

// get runtime constant map

map = container.getTransformationParameters();

// get value of header field by using variable key

Sender = (String) map.get(key);

return Sender;

Note: the above code is from the following thread

Thanx

Ahmad

Message was edited by:

Ahmad

Former Member
0 Kudos

Hi Naveen,

<i>Can u please explain hoe to convert business system into xml format.</i>

Can you elaborate the same.

Reg,

Sumit

Former Member
0 Kudos

Hi Sumit,

Consider an idoc or any business system i just want to convert that into xml format.Is there any option to do this.

Regards

Naveen

bhavesh_kantilal
Active Contributor
0 Kudos

What do you mean by convetrting a Busines System into XML?

Former Member
0 Kudos

Hi Naveen,

<i>Consider an idoc or any business system i just want to convert that into xml format.Is there any option to do this.</i>

Your question is still not clear.. Maybe you can tell us what do you want to acheive. We can suggest you something.

Regards,

Sumit

former_member529475
Active Contributor
0 Kudos

converting an idoc is ok, what do u mean Business System?

Regards

Vasu