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

Smartform with only display

Former Member
0 Likes
847

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

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
Read only

Former Member
0 Likes
818

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

Read only

0 Likes
818

I am using ECC 6.0 with Oracle 10 on HPux,

Thanks

manu

Read only

0 Likes
818

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

Read only

0 Likes
818

I agree with Julius!

Read only

Former Member
0 Likes
818

Thanks for your reply

manu

Read only

0 Likes
818

Hello Manu,

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

Cheers,

Julius