cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Create/Change Cost center

former_member233510
Active Contributor
0 Kudos
620

Hi,

Could any one help me to trigger workflow for the transactions Create/Change Cost Center?

Thanks in advance.

Regards,

Rosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Just for triggering WF You can use BUS0012.CHANGED event. Define this in SWE2 or WF header as starting event.

I assume You already have Your WF defined...? Or?

br,

artur

former_member233510
Active Contributor
0 Kudos

Hi,

Thanks for your response.

As you said I tried with BUS0012 and event "Changed." But the workflow triggers only I've changed the cost center, my need is workflow should trigger when the cost center created. Is there any thing am I missing.

Kindly advise.

Regards,

Rosh

Former Member
0 Kudos

Hello,

I don't see one for create action but to be sure You can eneable event trace SWELS, create cost center and check in SWEL if any event was raised. If no - You would probably need to create one.

You can do this by delegation of standard BUS0012 to custom one for example ZBUS0012 and for that one create new event.

Latter You just need to raise this event - for example using change documents SWEC - change document On Create for KOSTL.

All this was many times described already in blogs and discussions so You should find all the information You need.

br,

artur

former_member233510
Active Contributor
0 Kudos

Thanks for your support.

Answers (0)