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: 

Running a Particular Block in PU12

Former Member
0 Kudos

Dear Fiends,

I've got two blocks in PU12 of which one needs to processed only when employee is hired for the fist time and another when employee is fired in the particular month. I could have given the Action Type as a filter value. But in my sistuation there are two hiring actions and multiple termination actions. Due to this I cannot give in repeat as a value dependent on Action type because this field accept only one value and I need to check with two or more values. Can I implement this functionality with a user exit.

Kindly revert at the earliest.

Regards,

Mithun

1 REPLY 1

Former Member
0 Kudos

Hi,

Well you can use user exit passing action type as input value to the user exit.

You mentioned "Two" hiring actions and "multiple" termination actions, Do you mean to say that "Hiring" itself has two action types or Hiring action is done more than once.For both the scenarios you can use the user exit, but the logic sligthly differs in each of the case.

Regards,

Kavitha A