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 Creation/Update of Profit Center Master Data through KE51/KE52

Former Member
0 Kudos

Hi,

I have a scenario where profit center master data is maintained in MDM which acts as central repository and the master data is syndicated from MDM to ECC through PRCMAS IDoc. Business requirement is that since MDM is acting as central repository creation/update for profit center through transactions KE51/KE52 should be restricted in ECC. I know that through roles we can restrict user to create profit centers but is there any way/configuration steps which we can perform to restrict user to create profit centers through transaction and I also want to know if that process would affect the creation/updation of master data through PRCMAS IDoc.

Thanks,

Amit

3 REPLIES 3

Former Member
0 Kudos

You can use SetId concept using transaction GS01.

There are lots of blogs/post in SDN regarding SetId.

Regards

Arbind

0 Kudos

Arbind,

Thanks for reply but i tried searching for SetId over SDN but could not find anything relevant. Can you suggest a few links for same ?

Thanks,

Amit

0 Kudos

Hi,

As I told you can go forward using SetID but for that you have to create the SET than assign it to a table and also have to cutomize a standard FM.

Meanwhile I will tell you a easy way you can opt for Transaction Variant usinh SHD0 where dont give the option to save so that no user can create any Profit Centre and than assign that Tcode to the users.

Its a simple way hope it helps you.

Thanks

Arbind