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: 

ADD_ALL_CUST_OBJECTS YES (default), NO Give full authorization for customer authorization objects (namespace Y, Z) in the profile SAP_ALL

BirgitBaumann
Newcomer
0 Kudos

Hello Frank, hello together,

1. If the setting ADD_ALL_CUST_OBJECTS is set with YES(default),

ADD_ALL_CUST_OBJECTS

YES (default), NO

Give full authorization for customer authorization objects (namespace Y, Z) in the profile SAP_ALL

You mentioned that full authorization for customer authorization objects for namespace Y,Z in the SAP_ALL profile will be available.

Now the question is, if this applies as well to all customer- or third-party namespaces.

May be that You know already and can give us a hint how the system will behave.

Kind regards

Birgit

1 REPLY 1

Bernhard_SAP
Employee
Employee
0 Kudos

Hi Birgit,

from the coding:

.....

SELECT SINGLE path FROM prgn_cust INTO ld_path

    WHERE id = 'ADD_ALL_CUST_OBJECTS'.

IF sy-subrc = 0 AND ld_path = 'NO'.  

DELETE i_tobj WHERE objct(1) = 'Y' OR objct(1) = 'Z'.

....

so its really as described in the parameter long text....

b.rgds, Bernhard