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: 

Exclude Object in Strustural Profile

Former Member
0 Kudos

Hi,

Is it possible to exclude object (his ID is known) in a structural profile ?

And if it's possible: what's the procedure ?

Thanks.

1 ACCEPTED SOLUTION

manohar_kappala2
Contributor
0 Kudos

Hi,

Yes its possible to exclude the objects.

You need assign the correct PD profile to the user in OOSB and select the check box for exclude so the HR objects which are evaluated by the PD profile willl be exlcuded.

Hope this helps

MAnohar

3 REPLIES 3

manohar_kappala2
Contributor
0 Kudos

Hi,

Yes its possible to exclude the objects.

You need assign the correct PD profile to the user in OOSB and select the check box for exclude so the HR objects which are evaluated by the PD profile willl be exlcuded.

Hope this helps

MAnohar

0 Kudos

Hi Manohar,

Thanks for your answer.

I am working with Gaetan and we still have some questions about this.

Indeed, OOSB transaction uses data from T77UA table. The matter is that we don't update it. (Authorization controls are made thanks to badi HRBAS00_GET_PROFL ).

-> Is it possible to create a PD profile (though OOSP) which forbid HR objects (instead of authorize) ? (I mean a profile PROFL we can use as organizational data, like "ALL without onedefinedobject", for many users)

Thank you for your help,

Matthieu

0 Kudos

Hi,

We found our answer :

BADI returns parameters T77PR_TAB and OUT_FLAG.

When the value of T77PR_TAB-EXCLUDED is set to 'X', corresponding value PROFL is excluded (it's a similar functionnement than T77UA table or OOSB transaction).

Have a good day,

Matthieu