cancel
Showing results for 
Search instead for 
Did you mean: 

how to change workflow for expired qualification in HR Module

Former Member
0 Kudos

Hi,

My question how to change workflow for expired qualification in HR Module.We need to when date is expired tcode OOQA that system will check and that time workflow should be triggred.

I have serached sap help but i am not understand please below mention URL for SAP help

Link: [http://help.sap.com/saphelp_47x200/helpdata/en/ee/f4c9cafbab11d29ea40000e8215202/frameset.htm]

Please explain step by step how to trigrred workflow for expired qualification?

Please this problem is high and try to solve it.

Thx!

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Why do you want to trigger a wflow and what do you want to do with this trigger. Can you give more details of your exact requirements.

But, if you are looking for how to trigger, you can write a small ABAP pgm and schedule it as a job every night. THis job basically reads the table P1000-ENDDA for expiry date and if it reached today, then you can either trigger the wflow with SAP_WAPI_START_WORKFLOW or use SAP_WAPI_CREATE_EVENT to raise your custom event(for Business Obj. BUS7018, i think this is your BO and there are no std events right now, so you will ahve to add your custom event by extending BUS7018 to ZBUS7018).

Hope I am clear and this helps and if you need more details, reply.

venu