Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reading a file through RFC

Former Member
0 Likes
479

I want to read a file and store that as an attachment in SAP. But I've to read the file through an RFC which willbe called from a system where there is no SAP GUI. Can I use open data set for this? If not, what are all the otehr alternatives available for an RFC to read a file?

Thanks

I want to read a file and store that as an attachment in SAP. But I've to read the file through an RFC which willbe called from a system where there is no SAP GUI. Can I use open data set for this? If not, what are all the otehr alternatives available for an RFC to read a file?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
380

You need to transfer a table through the RFC with an internal table ( by example binay data) and then save in the bussiness document server or BDS