cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for WBS User status ?

Former Member
0 Kudos

Hi All,

I want to trigger emails from WBS user status settings.

If the WBS user status is 'AA' it should trigger emails to a business unit with a message, if it is set to 'BB' it should trigger e-mail to another business unit with a message.

Which user exit should i use?

Please help.

Thanks,

San

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

We have used 'AT SAVE' BADI for this, and it worked. closing this thread. thanks

former_member214674
Contributor
0 Kudos

Hi San, We have same requirement, can you please share some information about this...I mean how and where you have used this BADI.

Thanks

Aby

Former Member
0 Kudos

Hi,

This will work for WBS User status also, I just mentioned just put condition for Network Category of type 20 so that it will work for Project system.

Thanks

Ramesh

Former Member
0 Kudos

Ramesh,

Thanks again for your response.

The problem with my project is, i am <b>not using any networks</b> at all !

I am using project with only WBS (about 20) for easy cost planning functionality to generate quotation based on DIP profile.

Business team needs communication linked with WBS user status settings.

Your suggestion may work for project which has networks of category 20, but here, i am afraid it wont work.

comments please.

Thanks,

Santosh

Former Member
0 Kudos

Hi ,

Can you check badi : WORKORDER_UPDATE using the transaction SE18

In BEFORE_UPDATE method if you check parameters for this method , there are 2 parameters named IT_STATUS, IT_STATUS_OLD . We can use this whenever switching from 1 status to another status by comparing above mentioned parameters.

this is all only for Order category of type '20' beacause same badi will trigger for PP/PM/PI orders..

for Email functionality , you can use following Function module

SO_OBJECT_SEND

Thanks

Ramesh

Former Member
0 Kudos

Thanks for your reply.

I guess this will not work. I am not using network user status here in the question.

I am using WBS User Status.

Is it not something with 'CN*****' ? I checked them, some of them are for user defined fields etc. I could not find any user exit for WBS user STATUS .

again, requesting guru's....

Thanks all,

Santosh