Application Development and Automation 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: 
Read only

BADi not getting triggered

Former Member
0 Likes
1,138

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.

4 REPLIES 4
Read only

Former Member
0 Likes
818

Hi,

Check in T.code SE18 and SE19 whether the BADI is defined and implemented correctly or not,

Regards,

Phani.

Read only

0 Likes
818

How will I know if the BADi has been properly implemented or not?

Thanks,

Sirisha Matta.

Read only

0 Likes
818

>

> 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.

Read only

Former Member
0 Likes
818

Hi,

Use T.Code se19 to implement the badi.

Thanks.