on 2017 Jan 18 9:50 AM
In standard launchpad designer you have either access to all or no objects.
When you are working with remote catalogs in the launchpad designer it is possible to restrict the access to cotalogs and groups by authorization object /UI2/SRVC based on catalog level. I want to use this feature also for local catalogs. This seems to be important for me since we have global acting company with subsidiaries in different countries working in one client. The administrators of each company should only be allowed to maintain their catalogs.
Does anybody else have this requirement?
Is there a solution to this requirment available?
Best regards
Udo Ahle
Hello Udo,
Were you able to find a solution to this. I have a similar requirement.
Thanks in advance.
Sundeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
in Gateway Customizing i replaced the standard class for the implementation of the service /UI2/PAGE_BUILDER_CUST (external service name PAGE_BUILDER_CUST). I derived a new class from the standard class. One drawbrake of this solution might be that the name of the Standard class changes over time which means that you have to be careful when doing release changes.
I have overwritten some methods:
/IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_ENTITY
/IWBEP/IF_MGW_APPL_SRV_RUNTIME~UPDATE_ENTITY
/IWBEP/IF_MGW_APPL_SRV_RUNTIME~CREATE_ENTITY
/IWBEP/IF_MGW_APPL_SRV_RUNTIME~DELETE_ENTITY
/IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_ENTITYSET^
DEFINE_EDM_DATA_PROVIDER
Best regards
Udo
User | Count |
---|---|
57 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.