Skip to Content
Author's profile photo Luciana Ullmann

HR Triggers BRF+ rule getting too complex?

HR Triggers business logic getting too complex?

/wp-content/uploads/2015/06/decision_724706.jpg

Why not make use the entire world of ABAP to code the business logic for HR Triggers?

Business Rule Framework plus (BRFplus) provides a comprehensive application programming interface (API) and user interface (UI) for defining and processing business rules. However the tool can be complex to users that have limited knowledge and experience working with it.

option.PNG

BRFPlus applications can become very complex, and it may come to a point where the business logic for some HR Trigger scenarios are better off being created in pure ABAP procedure instead. Of course, for those who are BRFPlus developers, this blog does not make sense, but I would like to address here those users with very limited knowledge on the tool.

BRFPlus Application that calls an ABAP procedure, is all you need

Follow the three videos below, to create a BRFPlus application from scratch, which in turn calls an ABAP procedure where you can use your ABAP skills to create any logic you desire. As long as your business logic for HR Triggers can be coded using ABAP, you should be okay!

/wp-content/uploads/2015/06/icon_724707.png

BRFPlus – Part 1 – Create Function Module

This video demonstrates how to create the Function Module to be used in the BRFPlus rule with a Procedure Call, for Access Control HR Triggers functionality.

/wp-content/uploads/2015/06/icon_724707.png

BRFPlus – Part 2 – Create BRF Application

This video demostrates how to create and configure the BRFPlus Application with Procedure Call, to be used in HR Triggers.

/wp-content/uploads/2015/06/icon_724707.png

BRFPlus – Part 3 – Map the BRFPlus Function ID in SPRO

This video demostrates how to map the newly created BRFPlus rule into SPRO configuration

More info on WIKIS:

Debugging HR Trigger – GRAC_HR_TRIGGER_EVENT_RECIEVER

   

Debugging HR Trigger – PA40 changes to infotypes

   

Debugging HR Trigger – Simulation

   

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Rakesh Ram
      Rakesh Ram

      Hello Luciana,

      Thanks for sharing the steps.

      Might Useful.

      Regards,

      Deepak M

      Author's profile photo Luciana Ullmann
      Luciana Ullmann
      Blog Post Author

      Thank YOU Deepak M, is there any custom scenario you need to develop with HR Triggers and BRF Plus, pls let me know and I will try to create them myself and provide videos. The ideia is to provide lots of custom scenarios to customers. I see there are many customer with difficult hr triiger requirements, so this blog will hopefully help out.