cancel
Showing results for 
Search instead for 
Did you mean: 

Event is not triggered

former_member190818
Active Contributor
0 Kudos

Hi,

For the Real Estate Contract in tcode RECN, i'm using the BO BUS1505. When I test the BO it works fine. But when I give it in my task and create the RE Contract, the event is not getting triggered. I've done binding and event linkage is also activated. I've checked in Trace also. Nothing is displayed in Trace.

Do anyone know what might be the problem ?

Accepted Solutions (0)

Answers (1)

Answers (1)

martin_nooteboom
Active Contributor
0 Kudos

Maybe no event is triggered for the transaction? By trace you mean the event trace? If so, no event is triggered from the transaction and you need to do it yourself via a user exit or BADI for instance.

Regards,

Martin

former_member190818
Active Contributor
0 Kudos

Hi Martin,

There is no user exits for that transaction. Is there any other way ?

martin_nooteboom
Active Contributor
0 Kudos

What release are you on? No Badi's or enhancement points (if you are on a high enough version that is). Maybe are change documents an option?

Regards,

Martin

former_member190818
Active Contributor
0 Kudos

Hi Martin,

we are using ECC 6.0. I've used the changed document and gave the entries in SWEC. Now the workflow is getting triggered. But when i execute from the inbox it shows error. EXECUTE_METHOD_OBJECT_SYNC,

EXECUTE_METHOD_BOR

in step history.

When i simply test my workflow and execute from inbox, it is getting executed. I think value is not passed. It says Object does not exist in that..

Can u tell me the solution for this ?

martin_nooteboom
Active Contributor
0 Kudos

I haven't worked with change documents yet, but you need to make sure the object or at least the key is bound in the event linkage to the workflow. Check the log to see what you get.

Regards,

Martin

former_member190818
Active Contributor
0 Kudos

In the Header that is WIObject_ID, i'm getting the value...but when i see the parameters in it i.e key fields and attributes, no value is getting passed.

martin_nooteboom
Active Contributor
0 Kudos

You did the binding in the event linkage?

former_member190818
Active Contributor
0 Kudos

Yes Martin i've done binding.. and one more i saw in Log.. when i test my wf, the value passed is BUS1505:15000001000000026. But when i create the contract and check the value it is BUS1505:IS15000001000000026. The IS is also getting passed. I think cuz of this the value is not passed prop and shows error seems...

martin_nooteboom
Active Contributor
0 Kudos

Yes the IS is giving the problem. Try to find out where it comes from and if you can make sure it is not passed to the key.

Regards,

Martin