Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I set cache in UME free?

Former Member
0 Kudos

Hi guys,

I have follwoing problem:

I call a FM in CUA, which creates groups in CUA, the FM executes successfully, but I can not get the group though UME API. I checked in "UserAdministrator" as well, but I could not see them immediately, but fter 5-7 minutes.

I got to know from http://help.sap.com/saphelp_nw04/helpdata/en/da/f812d366aa44ad83a30418b34dae1c/content.htm that "It can take a while before you can start working with the user you just created. This depends on the UMEcache. " How can I set the cache programmly in order to get users or groups immediately?

If anybody has some tips?Thanks very much in advance!

Regards,

Liying

Message was edited by:

Liying Wang

Message was edited by:

Liying Wang

1 REPLY 1

Former Member
0 Kudos

I soveld the problem:

GroupFactory.invalidateCache();