cancel
Showing results for 
Search instead for 
Did you mean: 

How to read records from Relationship table using ABAP API's

Former Member
0 Kudos

Hi All,

I need to retrieve the records from Relationship table. In Java API's I came to know there is an option to retrieve this. I could not find anything in ABAP API's. Is there any option in ABAP API's to do this.

Please Suggest.

Thank You,

Gajendra.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gajendra,

it is not possible to retrieve the relationships with the MDM ABAP API 5.5.

Kind Regards

Andreas

Former Member
0 Kudos

Thank You Andreas.

Iam trying to do some work around.

Thanks anyway.

Former Member
0 Kudos

Hi Gajendra,

You can mainly read records from MDM (in a DDIC structure) using ABAP API's using the following function modules/methods:

1. RETRIEVE: This is used to generically retrieve records from tables. Attributes and Values can also be retrieved.

2. RETRIEVE SIMPLE: Retrieve records from MDM in a simple way.( simple data types).

3. RETRIEVE CHECKOUT: Retrieves all checked out ID's.

4. RETRIEVE ATTRIBUTES: Retrieves attribute(s) from a Taxanomy table.

You will find all these methods in the following interface

Interface : IF_MDM_CORE_SERVICES

Hope it helps.

*Please reward points if found useful.

Thanks and Regards

Nitin Jain

Former Member
0 Kudos

Hi Nitin,

I have to pass the table code while retrieving. The Relationship table didn't have table code field before. From SP06 it does contain the field but its not allowing to edit that field to define field code.

I was just wondering if there is a different way to retrieve.

Thank you,

Gajendra.