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

Custom BADI dump

Former Member
0 Likes
338

I have defined a BADI through Tcode SE18. And also implemented it.

In my custom program, at the start-of-selection event, I have used CALL METHOD cl_exithandler=>get_instance to create a instance of the BADI.

But its not creating a instance of the custom badi. It’s dumping while calling the method exit->calculate.

I came to know the reason for dumping that table V_EXT_ACT is not populated with records.

Can anyone suggest regarding on this how to solve.

Thanks in advance

I have defined a BADI through Tcode SE18. And also implemented it.

In my custom program, at the start-of-selection event, I have used CALL METHOD cl_exithandler=>get_instance to create a instance of the BADI.

But its not creating a instance of the custom badi. It’s dumping while calling the method exit->calculate.

I came to know the reason for dumping that table V_EXT_ACT is not populated with records.

Can anyone suggest regarding on this how to solve.

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
287

Hi Anitha,

Can you please mention the BADI name.

Regards

- Senthil Bala