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

Send files from SAP to external system

kjyothiraditya
Participant
0 Kudos
3,073

Hi Experts,

Can you please suggest how to send documents like BDS attachments can be sent to external systems ?

Regards,

Jyothir Aditya

View Entire Topic
kjyothiraditya
Participant
0 Kudos

I have searched, but they talk about FTP/ AL11. But I do not want it like that. It has to happen like in real time like webservice-proxy/rfc.

kjyothiraditya
Participant
0 Kudos

Hi simone.milesi, I was checking the feasibility and yes pointers like pseudo code.

Thanks it is clear as how to send the data in a web request, but my scenario is to send file along with data and do not clear picture on this. So seeking help.

SimoneMilesi
Active Contributor

A file is data....

  • read the file
  • Pass it to your webservice
  • send all

You are giving little slices of information, without telling us the exact scenario and which is the issue you are facing, we are wasting your and our time, shooting in the darkness in this way.

If you want help, work on the issue an explain it well and clearly.

kjyothiraditya
Participant
0 Kudos

i will have to send files from BDS attachments to salesforce. can you let me know how to achieve this ? As Salesforce is cloud based and files may be big, we may have some network issues or processing taking long time. Can you suggest the best way to transfer files ? As for Salesforce, it will be an endpoint, I am thinking of using a webservice. Please advise.

kjyothiraditya
Participant
0 Kudos

Any suggestions on how to send files from SAP to external non-SAP systems. Right now i have GOS attachments of QM notifications and will have to send them to non-SAP system at regular intervals. I am using IDoc and sending the binary data in IDoc. But the IDoc is having large number of segemnts and the segment data is concatenated at PI and sent to external web service in XML.

The thing is we are having a huge processing time at PI side for files like 10MB.

Is there any better alternative approach to achieve the same. please advice.

dhineshpanneer
Explorer
0 Kudos

Were you able to find a solution? I am looking for something similar.

Thanks

Dhinesh