former_member449168
Participant
Member since ‎2013 Jan 23

User Statistics

  • 99 Posts
  • 2 Solutions
  • 14 Kudos given
  • 2 Kudos received

User Activity

Hi I've got a bit of a funny situation where I need to read roles assigned to a user in a specific CUA system, but I will not be able to test it. So flying blind, and need some assistance on the return params. I'm adding code in a 3rd party app, ...
Hi Is there a table from where I can read a list of all the receiving systems available for CUA? I'm specifically interested in the HOST names for these.
Hi I'm assigning Roles via "BAPI_USER_LOCACTGROUPS_ASSIGN" in a CUA environment (from a 3rd party tool). I can assign it in Prod where CUA installed by using "BAPI_USER_ACTGROUPS_ASSIGN", but to distribute it to the other systems linked in CUA I ...
Hi We are performing password resets via BAPI_USER_CHANGE in a CUA system. That works great to reset passwords in the prod environment as the CUA and the Prod clients are the same. But now we need to specify whether the password change should be ...
Hi We need to reset users' passwords via a CUA system by using BAPI's. We are using BAPI_USER_CHANGE and setting the following params in the BAPIPWD structure: USERNAME = MyUser PASSWORD = NewPassword123 PASSWORDX = X It works when doin...