cancel
Showing results for 
Search instead for 
Did you mean: 

MDM BI Integration

Former Member
0 Kudos

Hi All,

I am doing the MDM BI integration using ABAP API.

In the info object , I gave the Master Data Read Class ( ZCL_RSMD_RS_GENERIC_TABLE) which I actually copied from the standard class CL_RSMD_RS_GENERIC_TABLE.

After that I changed the structure name to 'ZMDM_ST' in the method IF_RSMD_RS_GENERIC~GET_STRUCTURE_NAME.( it was RSMD_RS_S_GENTABLE).

'ZMDM_ST' structure contains the fileds OBJECT_NAME,TABLE and QUER_FIELD.

Also I changed the methods where the old structure refered to the new structure name 'ZMDM_ST'.

After doing all these things, when I click the Master Data Read Class Parameters button which is in the info object, its giving the different input filed from the sturcture 'RSMD_RS_S_GENTABLE'. Not from the structure 'ZMDM_ST' .

Please help me....

Regards,

Nikhil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nikhil,

Kindly follow the link to get the details of MDM integration with BI 7.0

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b01e4269-f744-2b10-929b-fa7b49aa...

Just check whether it is relevant to your requirement.

Thanks and Regards

Nitin jain

Former Member
0 Kudos
Former Member
0 Kudos

Hi Simona,

I was trying MDM BI integration using these links only.

Also the links you send is not relevant for the question which I post here.

I want to send the data from MDM to BI using ABAP API's. But while doing the setting in BI, I am not getting the fields in parameter corresponding to the structure which I mentioned in the method.

Regards,

Nikhil