How to read ParameterID from different(!!) user
Hi folks,
does anyhow know whether it's possible to read a Parameter ID from a different user?
For example: We have a Parameter ID 'GROUP' which is set according to the SAP-User!
So what I want to do is reading this Parameter ID for User XY, something like
GET PARAMETER ID 'GROUP' FIELD l_group USER 'SUSAN'
Possible??
Tags:
Former Member replied
No you can not do that.
SET PARAMETER ID stores the value in SAP memory and this memory space will be different for different user, so you can not do that.