cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to trigger user exit in BDC

Former Member
0 Kudos

Hi experts,

I am having issue as follows.

when i am successfully creating rework code through tcode QA11 manually.

If i am doing manually some user exits will be called and there rework code will be generated successfully.

But i have used QA11 in my program using call transaction QA11 in back ground mode.

It is creaing UD code successfully.But rework code also has to be generated in back ground through user exit.

But that is not happening.

But internally my user exits are not calling when i run my program in back ground or fore ground.

Is there any problem of triggering user exists when running BDC in back ground or foreground?

Now i am unable to create rework code through QA11 why because user exists were not calling internally.

Thanks & Regards,

J.jayasankar Goud

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Maybe there is a build in check from SAP that your user exit is only called when the program runs in foreground.

To analyse this, check the program code that is called just before your user exit for a test on background run.

Maybe there is also a check that the exit is not called in case the transaction runs via a Batch Input (maybe for performance reasons).

Wim

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hello lokesh,

I am having exact same issue as yours. My BADI is not triggering when I run my BDC in background. Can you please let me know how you got around this?

Thanks,