Program SAPLSUU5 has no selection screens
Hi,
can someone tell me how to define a variant for the program SAPLSUU5?
thanks,
SAPLSUU5 is not an executable report but the main program where is stored all the code related to the function modules of the same function group, here, SUU5.
These function modules are :
SUSR_USER_SURFACE_MAINT_ATTRIB
SUSR_USER_SURFACE_MAINT_START
SUSR_USER_SURFACE_COPY
SUSR_USER_SURFACE_RENAME
SUSR_USER_SURFACE_PASSWORD
SUSR_USER_SURFACE_LOCK
SUSR_USER_SURFACE_START_MULT
SUSR_POPUP_LIST_WITH_TEXT
You can create a variant for the function module you are interested in via the transaction SE37 or create yourself an ABAP program just calling that function module.
Regards
Philippe
Hallo,
the problem is to lock a list of User. How to execute it in background?
The Transaction SU10 called the program SAPLSUU5 and this has no variant.
thanks,
The function module BAPI_USER_LOCK allows you to lock one user.
You can write an ABAP report that calls it.
Regards
Philippe