cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger IDoc/Event when ever a user role has been updated

Former Member
0 Kudos

Hello Experts,

I have requirment where in, I need to send the changes in user roles to an external application (middleware). How can I do this?

Is there any IDoc or Event that can be triggered on updation of the user roles?

At least is there any other way of doing it ?

Thanks,

Sandhya.

Edited by: Sandhya Vennu on Nov 25, 2008 9:11 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Closed

Former Member
0 Kudos

Hello Sandhya,

It is possible. But you will need the help of a workflow consultant to help you out.

From SWUE transaction, you can create an event of abap class and with the help of the workflow consultant, you can trigger the event in such a way that the changes when saved generate an IDOC by calling a function module. Since i have limited knowledge in workflow and ABAP, i cannot provide more details on this..

The below blog will be helpful for you.

hope this gives you some light..

Regards,

Jazz

JPReyes
Active Contributor
0 Kudos

What external applications do you have in mind?

Regards

Juan

Former Member
0 Kudos

Hi Juan,

We are having a IBM middleware on which there is a business process (series of approvals) thru JSP. So user log's in to the JSP and approves (SO/PR/PO and etc). There is database to maintan all the roles and autorization information. This will be loaded for the first time and then when ever there is a change we need update the middiware database as well. So that both SAP and IBM middleware are in sync.

Hope you have understood.

Thanks,

Sandhya.

Former Member
0 Kudos

Hello,

As mentioned in the previous followup, it is possible. IDOC can be generated from PFCG when you save/change a role by triggering an event. But you will have to discuss it with workflow consultant about this requirement and creating proper ABAP

Regards,

Jazz

Former Member
0 Kudos

Hello,

Can any one propose some other solution for this if we dont have Idoc's/Events.

Thanks,

Sandhya