Application Development 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: 

Smartform with only display

Former Member
0 Kudos

Dear Team,

I have Check one of my User ID with T-code smartforms

He can Change Form .Then He can save also & Change request Create .

I want That In T-code of smartforms .he can,t change the any Form.

Mean Change option only in display mode.

So how I can Do This one.

Thanks

manu

6 REPLIES 6

Former Member
0 Kudos

Hi Manu,

First, please read the last 4 posts to this thread:

I have been trying to contact you...

Specifically to your question, from the ST01 trace:

      when others.            "S_DEVELOP without package protection.
        if p_s_develop-devclass =  space.
          authority-check object 'S_DEVELOP'
             id 'DEVCLASS' dummy
             id 'OBJTYPE'  field p_s_develop-objtype
             id 'OBJNAME'  field p_s_develop-objname
             id 'P_GROUP'  dummy
             id 'ACTVT'    field p_s_develop-actvt.
        else.                                   "S_DEVELOP with package assignment.
          authority-check object 'S_DEVELOP'
             id 'DEVCLASS' field p_s_develop-devclass
             id 'OBJTYPE'  field p_s_develop-objtype
             id 'OBJNAME'  field p_s_develop-objname
             id 'P_GROUP'  dummy
             id 'ACTVT'    field l_develop_actvt.
        endif.
    endcase.                           " P_OBJECT_CLASS

So, you need to restrict their S_DEVELOP authority to display only activity for object type SSFO, and possibly the name and package as well if you want some but not others.

Cheers,

Julius

0 Kudos

I am using ECC 6.0 with Oracle 10 on HPux,

Thanks

manu

0 Kudos

Seems to make no difference...

Restrict the object type of S_DEVELOP to the activities you want to allow. Should do the trick.

Cheers,

Julius

0 Kudos

I agree with Julius!

Former Member
0 Kudos

Thanks for your reply

manu

0 Kudos

Hello Manu,

Did restricting the object type not work or could you not get the change through organizationally?

Cheers,

Julius