2009 Jan 13 10:42 AM
Hello Everybody,
I am using the transaction MILL_CUT_LBA.
In that I am trying to assign internal number ranges.
In the FM VB_NEXT_BATCH_NUMBER a BADi is being called.
The BADi name is BADI_BATCH_NUMBER_INT.
But I see an exception there saying the BADi is not implemented.
Can someone tell me whats wrong with the BADi.
How do we implement a BADi.
Thanks,
Sneha Singh.
Hello Everybody,
I am using the transaction MILL_CUT_LBA.
In that I am trying to assign internal number ranges.
In the FM VB_NEXT_BATCH_NUMBER a BADi is being called.
The BADi name is BADI_BATCH_NUMBER_INT.
But I see an exception there saying the BADi is not implemented.
Can someone tell me whats wrong with the BADi.
How do we implement a BADi.
Thanks,
Sneha Singh.
2009 Jan 13 10:48 AM
Hi,
Check in T.code SE18 and SE19 whether the BADI is defined and implemented correctly or not,
Regards,
Phani.
2009 Jan 13 10:50 AM
How will I know if the BADi has been properly implemented or not?
Thanks,
Sirisha Matta.
2009 Jan 13 10:57 AM
>
> How will I know if the BADi has been properly implemented or not?
>
> Thanks,
> Sirisha Matta.
To see all implemenations of a BADI (at least in ECC6), display the BADI definition in SE18 and then go to the Implementation -> Overview screen.
2009 Jan 13 10:53 AM