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: 

Restricting user in SCC1 to only one client

Former Member
0 Kudos

Hi SAP Gurus,

In SCC1, the user have option to choose the source client from the drop down menu. But we want them to use the default value in the client field and not to allow them to pick the client of their choice....

Is there any way of doing that?

Parveen

1 ACCEPTED SOLUTION

fredrik_borlie
Contributor
0 Kudos

Screen variants could do the trick.

Transaction SHD0

In practice it means you create a view over the normal transaction and offers it under a new name.

It also possible to replace the standard transaction with the new view, but then you need to distribute the full view under a new transaction.

Link to SAP help

http://help.sap.com/erp2005_ehp_04/helpdata/EN/bf/ec07845db911d295ae0000e82de14a/frameset.htm

Good luck!

/fredrik

4 REPLIES 4

fredrik_borlie
Contributor
0 Kudos

Screen variants could do the trick.

Transaction SHD0

In practice it means you create a view over the normal transaction and offers it under a new name.

It also possible to replace the standard transaction with the new view, but then you need to distribute the full view under a new transaction.

Link to SAP help

http://help.sap.com/erp2005_ehp_04/helpdata/EN/bf/ec07845db911d295ae0000e82de14a/frameset.htm

Good luck!

/fredrik

jurjen_heeck
Active Contributor
0 Kudos

I don't think it can be done with authorizations in the target client. What you can do is set the protection level for clients you do not want them to read from to level 2 in scc4.

Former Member
0 Kudos

I would recommend using the copylock restriction in SCC4 (T000-CCCOPYLOCK = 'L').

You can then also protect the SCC4 field from being maintained but still permit display, to prevent changes by unintended or unwary folks with access to SCC4. You can do this selectively - see [SAP Note 1047952|https://service.sap.com/sap/support/notes/1047952].

Cheers,

Julius

0 Kudos

Hi guys,

Thanks to all of your for your thoughts.. We created screen variants and it help us to achieve our purpose...

Parveen