cancel
Showing results for 
Search instead for 
Did you mean: 

need to get catalog item from MDM of a specific supplier

Former Member
0 Kudos

Hi gurus,

i need to get the list of catalog item from MDM of a specific supplier,

user will give the supplier and i need to bring the list of the catalog item

that belong to the supplier that the user gave me,

through abap.

is anyone can help me with wich class+method do i need to use if i have the supplier name or id?

thanks in advanced,

dana.

Edited by: dana leving on Jan 10, 2011 3:59 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi dana,

My name is Ronen and I'm SRM dev team leader at Israel minisrty of defence.

Please contact me at ronen_ravansari@mod.gov.il.

Regards,

Ronen.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

What is the business requirement for this?

If you just need items you can use MDM Data Manager and set search filter for Supplier.

If you would like to know ABAP API, please look at help.sap.com .

http://help.sap.com/saphelp_nwmdm71/helpdata/en/44/93aa6e31381053e10000000a422035/frameset.htm

Regards,

Masa

Former Member
0 Kudos

thanks for reply.

i need to get the items list of supplier because i need to

create automaticaly shopping cart from SRM.

i need to develp program that will run in backround

and create shopping cart everyday.

please tell me if you know how can i get all the items of a supplier .

thanks alot,

dana.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check sample code for executing queries in help.sap.com .

http://help.sap.com/saphelp_nwmdm71/helpdata/en/47/68d72042fb6afae10000000a421138/frameset.htm

Regards,

Masa

former_member206388
Contributor
0 Kudos

Hi Dana.

You can achieve this through MDM Webservices.

1. Create a MDM Webservice

2. Configure the tables and list the list of fields which you want to retrieve

3. You can specify the search criteria as well(supplier=XXX)

4. Generate it and save it

You can deploy the application in your landscape and call this webservice from your custom application to create shopping cart.

The below link will give you an insight of MDM Webservices.

http://help.sap.com/saphelp_nwmdm71/helpdata/en/45/018c03166a0486e10000000a155369/frameset.htm

Hope it helps.

Regards

Bala