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: 

PFCG - Alteration the 'authorization objects' of a profile.

Former Member
0 Kudos

Good Morning My Friends,

I have a profile created in PFCG, I want to change your authorization objects, using a BADI or function.

Does anyone know which function to use?

I've tried a lot and found nothing.

This is an example of what I want to do.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

        • Original profile.

Profile Name: Profile_Deivison

Object :.......... S_DEVELOP

Auth :.............. T-TD55048100

Field :.............. ACTVT

Value :............ 01, 02, 03, 06, 07

        • Modification of authorization objects of the profile (fictitious example).

        • called function to change the profile.

CALL FUNCTION 'CHANGES_OBJECT_AUTHORIZATION_PROFILE' "" "" This function does not exist

EXPORTING

name_profile = 'Profile_Deivison'

object = 'S_DEVELOP'

auth = 'T-TD55048100'

field = 'ACTVT'

value = '01, 06, 07 '

        • Results function.

Profile Name: Profile_Deivison

Object :.......... S_DEVELOP

Auth :.............. T-TD55048100

Field :.............. ACTVT

Value :............ 01, 06, 07

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I thank.

Edited by: Deivison.Lana on Jul 7, 2011 9:55 AM

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Take a look at

Regards,

Raymond

0 Kudos

Thanks for the help.

but from what I saw during the discussion was not found a solution, that with reference to 'Change Authorization Objects'.

Edited by: Deivison.Lana on Jul 7, 2011 4:33 PM