2008 Nov 24 10:29 AM
Hi i have a function module and it has 2 import parameteres :
1) useid
2) login date
the import parameter logindate must be displayed only for a few userids.else the login date field must be deactivated..any wayz out?
Hi,
This can't be done....
Amresh.
2008 Nov 24 10:33 AM
Hi,
You cannot disable the Field in FM....both will be displayed.
Edited by: avinash kodarapu on Nov 24, 2008 4:03 PM
2008 Nov 24 10:33 AM
2008 Nov 24 10:34 AM
hi
use
loop at screen.
for specific users
screen-active = ' '.
modify screen.
endloop.
in fn module
shiva
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |