‎2010 Jan 27 7:35 AM
Hi folks,
I need to update the field GLTGB (User Valid to) in the standard table USR02. It is the validity date of a user in SAP.
Generally the the value is stored from the transaction SU01. Now i need to update this table field from a custom program.
Is their any BAPI or function module to do so ? if not what is the best way to do.
Thanks in advance,
Shyam.
‎2010 Jan 27 7:37 AM
Hi shyam
This FM may be useful.
BAPI_USER_CHANGE
Inside that, you can use the parameter
LOGONDATA
and the field GLTGB.
Also you need to use the parameter
LOGONDATAX and inside this, pass the field GLTGB = 'X' (meaning, this value needs to be changed)
regards,
amit m.
Edited by: Amit Mittal on Jan 27, 2010 1:08 PM
‎2010 Jan 27 7:37 AM
Hi shyam
This FM may be useful.
BAPI_USER_CHANGE
Inside that, you can use the parameter
LOGONDATA
and the field GLTGB.
Also you need to use the parameter
LOGONDATAX and inside this, pass the field GLTGB = 'X' (meaning, this value needs to be changed)
regards,
amit m.
Edited by: Amit Mittal on Jan 27, 2010 1:08 PM