1
votes

I want to get data from SAP and put new data (material and document) to SAP. 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 is not running in our company its 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 materal master linked document info records, using function modules?

Thanks in advance Thomas

1
hi, i hope by using Select statement itself u can retrieve the material master linked document info records - Dhivya

1 Answers

0
votes

Have a look at the following RFCs:

  • BAPI_MATERIAL_GETLIST
  • BAPI_MATERIAL_GET_DETAIL
  • BAPI_DOCUMENT_GETOBJECTDOCS
  • BAPI_DOCUMENT_GETOBJECTLINKS
  • BAPI_DOCUMENT_GETDETAIL
  • BAPI_DOCUMENT_GETDETAIL2

You may have to mix and match a bit to get all the data that you need.