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: 

Triggering BADI In another system

Former Member
0 Kudos

Hi All,

I am implementing BADI in one system,and trying to run me21n in another system.Is there any alternate other that break point to trigger BADI from one system to other sytem?

Thanks,

Shakeer

4 REPLIES 4

alison_lloyd
Active Participant
0 Kudos

What exactly are you trying to do?

The breakpoint needs to be set in the system and client 'you want to stop in'. Is the problem access to the editor in the client you want the breakpoint? If for a different user this can be specified in the options.

Former Member
0 Kudos

I am writing code in a BADI,of SNC System in client 100 and trying to create PO me21n in ECC System in another client(testing),so how this BADI will get trigger? is it possible?

Thanks,

Shakeer

0 Kudos

You can go for Set/Delete External Break-point.

Without setting the External Break-point/ Internal Session Break-point, you cann't debug the code.

Thanks

Arbind

0 Kudos

Have you activated the badi?

If so and it is the same system just another client as long as you add the breakpoint into the client you want it to stop in it should stop.

You can also code in 'break <user id>' in the dev client but remember to remove before transport.