Skip to Content
0
Former Member
Feb 11, 2011 at 05:37 AM

Internal table in badi

427 Views

Hello friends,

I am working with Badi's and my requirement is i need to fetch the data from database in badi method and have to use that data in my abap program.

So, is there any way i can declare internal table as export parameter of badi method or else if I declare internal table in my abap program and export that while calling badi method then how to declare internal table as import parameter in badi method.