cancel
Showing results for 
Search instead for 
Did you mean: 

Is possible to avoid requester have to accept after a partial rejection?

Former Member
0 Kudos

Hi,

We are in SRM 4 SP10.

We'd like that after a partial rejection, the accepted items continue in the workflow. I mean not workitem receive for the requester.

BBP_WFL_SECURITY is high.

could BBP_WFL_EMPL_WI_BADI be the solution??

I have seen several notes but I have achieved to replicate this behaviour

Thanks

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jorge,

Please follow this thread:

Regards,

Marcin Gajewski

Former Member
0 Kudos

Thanks Marcin,

I've activated the standard implementation of the BADI, but the requester go on receiving the workitem and the approver in the second level doesn't receive any workitem.

The BBP_WFL_SECURITY param is high for the 1st lever approver.

have you got any other idea to test/solve??

Thanks

BR

Jorge

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Create your own implementation of badi BBP_WFL_EMPL_WI_BADI with this coding:

CLEAR send_to_requester.

overwrite_syst_behaviour = 'X'.

I just test it in SRM40 and it's working

Rgds,

Pierre

Former Member
0 Kudos

Thanks a lot Pierre.

Answers (0)