cancel
Showing results for 
Search instead for 
Did you mean: 

What will be called after BBP_WFL_APPROV_BADI excution

Former Member
0 Kudos

Hi All

I wanted to show a message when i get Agent name Exception Handler in the badi BBP_WFL_APPROV_BADI . What functions will it execute once it leaves the badi BBP_WFL_APPROV_BADI ?? . i did trace but after executing badi BBP_WFL_APPROV_BADI , it wont go to bbp_doc_check_badi or bbp_doc_change_badi .....so My question is how to handle this ..

Could any one help me on this ...

I appreciate all your help

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can throw a popup message in the badi "BBP_WFL_APPROV_BADI" itself.Else the BADI's BBP_DOC_CHECK_BADI and BBP_DOC_CHANGE_BADI are called till the SC is approved,so you can insert the error message there too.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Hi

thanks for quick responses, I checked the standard code once it goes to BBP_WFL_APPROV_BADI then there is no call to Check or Change BADI , anyway Could you tell me can we give a link in EBP ? I mean

I show error message saying " No Approver " and once the user clicks that i have to show some more details about that ... is it possible to show a link in EBP . if so where we need to write the code ??? PLeaase help me ASAP .

I appreciate all your help

Thanks

Former Member
0 Kudos

May be check on the BBP_DOC_SAVE_BADI

Hope this helps you

Thanks

Venugopal