cancel
Showing results for 
Search instead for 
Did you mean: 

Event is Not triggering for CJ06

Former Member
0 Kudos

Hi,

I am creating project definition through T-code CJ06. I thought on save of the definition it will trigger event CREATED of the business object BUS2001. But nothing is happening. Can you please advice how to achieve this.I tried event trace ON but nothing is getting triggered.

If not this way can you pl suggest any ON SAVE exit for CJ06 inwhich i can write code to trigger workflow.

Regards,

Rushikesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Try to trigger your event using Changedocument. I think you can make use Change Document Object PROJ to trigger event by making configuration in SWEC.

Thanks

Arghadip

Former Member
0 Kudos

Use T code SWEC and attach Change Document PROJ with your BOR object and event and select ' On create' Radio button.

Hope it helps.

Regards,

Sangvir Singh

Edited by: sangvir_wf1 on Mar 30, 2010 2:25 PM

Former Member
0 Kudos

Try looking for enhancement spots to insert logic for triggering event.

If any enhacement spot is encountered as soon as SAVE button is presed then that can be used to insert the logic.

Former Member
0 Kudos

Well,you need to check upon the event which has been maintained on the Events tab of the workflow builder initial screen,whether the Workflow is active.Else go to Transaction SWETYPE or SWE2 or SWEC to check whether the event has been maintained?

Regards,

Shashank.