Program SAPLSUU5 has no selection screens

Question:
Hi,
can someone tell me how to define a variant for the program SAPLSUU5?
thanks,
Answer:
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
Answer:
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,
Answer:
The function module BAPI_USER_LOCK allows you to lock one user.
You can write an ABAP report that calls it.
Regards
Philippe

More Articles:

write command for Double line?
Theoretical number of columns for a structure/itab ?
making paramters read only?
can anyone tell me sales flow in sap?
Printing BAR CODES in SAP Script?
dynamic selection and search help?