cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Query output to XML file using Business connector

Former Member
0 Kudos

Hi All,

I would request your help on to know, how can I read the output of ABAP query executed in SAP system via Business connector and then generate a XML file.

Also the existing business connector system, generates the XML file in encoding iso-8859-1. Where as customer wants the output XML file in encoding windows-1252.

Please help with your valuable ideas.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

possible solution:

1. create a remote function module (FM) in SAP which returns your needed data

2. create outbound map in BC for this FM

3. call this FM from BC in a flow

3. extract the result to XML (e.g. with service recordToDocument)

CSY

Former Member
0 Kudos

Hi

You can use BC(business connector adaptor ) at sender side...which will convert BC xml to XML format.

Then you can apply content conversion to get file in desired format.

Regards,

Akshay.