Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module screen deactivation

Former Member
0 Likes
491

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?

3 REPLIES 3
Read only

Former Member
0 Likes
462

Hi,

You cannot disable the Field in FM....both will be displayed.

Edited by: avinash kodarapu on Nov 24, 2008 4:03 PM

Read only

Former Member
0 Likes
462

Hi,

This can't be done....

Amresh.

Read only

Former Member
0 Likes
462

hi

use

loop at screen.

for specific users

screen-active = ' '.

modify screen.

endloop.

in fn module

shiva