cancel
Showing results for 
Search instead for 
Did you mean: 

BW RSDMD_API for reading Master Data InfoObject

Chris_Lumb
Explorer
0 Kudos

In the SAP document https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/4c1a1b8a54914c86e10000000a421... SAP BW/4HANA > Interfaces > Interfaces for Data Warehousing > APIs for Master Data it states:

"For master data InfoObjects, APIs are available that enable you to write, read, change, and delete data in the master data."

The following Function Modules/ RFC are available:

RSDMD_API_ATTRIBUTES_UPDATE "Writes attributes using a fixed transfer structure"

RSDMD_API_TEXTS_UPDATE "Writes texts using a fixed transfer structure"

RSDMD_API_XXL_ATTR_UPDATE "Writes XXL attributes using a fixed transfer structure"

RSDMD_API_DELETE "Deletes master data"

I've looked in Package RSDMD_API (I'm on SAP BW/4HANA 2.0, SAP_BASIS 753). I'm trying to get the contents of a Master Data InfoObject out of BW into another ABAP system. If necessary I could create an Open Hub table and call this from the other ABAP system but if this API worked it would be ideal.Does anyone have any experience with this? Thanks, Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Chris_Lumb
Explorer
0 Kudos

I debugged through RSDMD_API_ATTR_TEXTS_MAINTAIN in SE80 and found the /BIC/M.... table name. I can work with this directly.