cancel
Showing results for 
Search instead for 
Did you mean: 

Named Searches and Java API

Former Member
0 Kudos

Hi All,

Does anyone know if its possible to execute Named Searches using the Java API? If so, how would you set up that call?

Best Regards,

Mark

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Mark,

SAP does provide with some methods related to Named Searches just have a look at these links

1. <a href="https://help.sap.com/javadocs/MDM/current/com/sap/mdm/search/SearchDimension.html#NAMED_SEARCH">Named search</a>

2. <a href="https://help.sap.com/javadocs/MDM/current/com/sap/mdm/security/AccessPermission.html#NAMED_SEARCH_OBJECT">Named Search Object</a>

3. <a href="https://help.sap.com/javadocs/MDM/current/com/sap/mdm/search/NamedSearchSearchDimension.html#NAMED_SEARCH_SEARCH_DIMENSION">Named Search Search Dimension</a>

I hope this solves ur problem.

Regards Dollar Man

Former Member
0 Kudos

Thanks Dollar Man!

Best Regards,

Mark

Answers (0)