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

table control in badi

Former Member
0 Likes
660

Hi all,

How do i declare a table control inside my badi implementation?

Regrads,

C.A

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

hi abi

Create a screen with Table control as seperate program ( Z program) then call the program in BADI Subscreen ( If you are using MB_MIGO_BADI)

Regards

Deva

Hi all,

How do i declare a table control inside my badi implementation?

Regrads,

C.A

3 REPLIES 3
Read only

Former Member
0 Likes
603

hi abi

Create a screen with Table control as seperate program ( Z program) then call the program in BADI Subscreen ( If you are using MB_MIGO_BADI)

Regards

Deva

Read only

0 Likes
602

hi,

I did just that and it throws an error saying there is no control with that name.

Regards,

C.A

Read only

Former Member
0 Likes
602

sorry guys . My mistake.

didn't declare the table control in main program.