SAP - User Lock attribute

Hello,

Can I get the “Lock User” attribute by “SAP BuildMap Rule” ?

I’m getting null with the following:

object.get("User Lock Flag")
object.get("USR02-UFLAG")
object.get("User Lock")
object.get("ISLOCKED")
object.get("isLocked")

However, the attribute is not null

The following is the table where User Lock is stored:

image

Thanks

Hi @timahm,

can you try : object.get(“UFLAG”); ?

Hi @baoussounda ,

Same result with object.get("UFLAG")

thanks

1 Like