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: 

Batch where used list badi

Former Member
0 Kudos
201

Hi,

in customizing screen "general logistics" Sap ecc 6.0,

there is a badi for getting batch usage data from external sources.

definition name VB_GET_EXT_BATCHES

i created and implemented a definition. Activated it. Only one imp is active at the moment and no filters.

it does not get invoked. i tried puting break point in the code and clearly it does not get invoked.

but when i set a breakpoint on CL_EXITHANDLER class get_INSTANCE method. i see that my implementation gets found when i go to transaction mb56.

it still doesnt execute my command.

what am i doing wrong?

Alper,

2 REPLIES 2

Former Member
0 Kudos
85

Hi,

it is not for mulitple use , one implementation at time can be activated and it can work. but no more than one implementation will work.

Thanks.

Former Member
0 Kudos
85

as i mentioned before, only one imp is active.