2009 Jul 27 11:45 AM
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,
2009 Jul 27 11:57 AM
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.
2009 Jul 27 12:06 PM