Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with BAdi, PT_GEN_REQ, once implemented the workflow wont start.

Former Member
0 Kudos

Hey guys, i am implementing the PT_GEN_REQ BAdi. I am only defining the FIND_RESP_AND_DEFAULT_NEXT_PRC method to change who the approvers will be.

My problem comes in that when i implement the badi, my config-ed workflow no longer gets kicked off, when i turn the badi off, everything goes back to normal.

Is there something i am missing?

Thanks!

-Jason

3 REPLIES 3

Former Member
0 Kudos

From what i am able to tell, the default for the rest of the methods is being overwritten with my BAdi as well.. even though i have not implemented any of them?

Thoughts?

prs_01
Discoverer
0 Kudos

Hi Jason,

I've got exactly the same problem at the moment. Did you manage to find a solution ?

Thanks,

Mat.

Former Member
0 Kudos

Hey sorry, never say your response, i ended up doing an enhancement on the class instead of implementing the BADI.. this solved my problem. It was that or you had to copys ALL the code over from the class to the BADI.

-Jason