cancel
Showing results for 
Search instead for 
Did you mean: 

WF has to trigger when Infotype '0167' (Health Plan Benefits) is created.

Former Member
0 Kudos

Hi,

My requirement is Whenever a Infoytype '0167'(Health Plan Benefits) is created and updated in table 'PA0167', the workflow has to trigger.

There is no Std BO and Event for this. So i have delegated the BO 'EMPLOYEEIT' and created a zevent.

And then i also created the event in SWEC and SWED. The event is not triggered.

Even i configure the Infotype '0167' in SPRO using the following steps.

To create events when HR master records change, carry out the following IMG activities:

u2022 Activate an event linkage

u2022 Define event types for customer-specific business objects

u2022 Redefine event types for SAP business objects

These IMG activities can be found in the SAP Reference IMG under Personnel Management u2192 Global Settings in Personnel Management u2192 Business Workflow Events.

Still its not successful.

So the other wwy to trigger WF is by using FM SWE_EVENT_CREATE, in the Exit 'EXIT_SAPFP50M_002'.

Can anyone helpme out, if you used this method or anyother method to trigger the WF for Infotype '0167'.

Thanks and Regards,

Vinod

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Try to create an entry in the transaction SWEHR3 with the following inputs

Object Type : P for Person

Infotype : 0167

Subtype : <your subtype> if necessary

Update op. : INS for creation of a new entry

UPD for any change of an entry

DEL for deletion of an entry

Object type : <the created custom object>

Event : <appropriate event in the BO>

Hope this will help.

Regards,

Samson