Reputation: 21
I want to get data from SAP ERP and put new data (material and document) to SAP ERP. I'm using the ERPConnect .Net tool from theobald software. But the question is not ERPConnect specific, any solution in C++, C# or any other language are fine. The SAP ERP is not running in our company it's for a customer who use our CAD software.
Actually the function module CO_DM_MAT_GET_DOC_LINKS
does exactly what I want. Returns all linked docs. Unfortunately this module can't be called via remote.
Anybody know how I can receive material master linked document info records, using function modules?
Thanks in advance Thomas
Upvotes: 1
Views: 3817
Reputation: 3687
Have a look at the following RFCs:
You may have to mix and match a bit to get all the data that you need.
Upvotes: 0