cancel
Showing results for 
Search instead for 
Did you mean: 

Clear User Mapping Data

Former Member
0 Kudos

Hi All,

Has anyone discovered a way to clear the user mapping data for an IUser on a particular system alias?

I've tried storeLogonData(hashmap) with 'username' and 'mappedpassword' values as null (the keys are in the hashmap!) - but as expected, this throws a null pointer!

You can do it through the SAP GUI with the 'Clear' button, so I'm hoping there's a similar function in the API.

Cheers,

Scott..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

storeLogonData(null);

How simple (and stupid of me!) was that?