‎2013 Mar 16 11:35 AM
so im trying to create yet another simple module pool program using table control wizard.
so i have created an internal tbale as another separate program and activated it. but when i try to use this internal table in the table control with wizard, it says INTERNAL TABLE DOES NOT EXIST.
why is this happening????
when i click on the circle with the 2 overlapping boxes, it says NO INTERNAL TABLE FOUND.
i dont get it, i had already created it in a nother program, so why the error when trying to import this internal table.
using dictionary table it works fine, but the problem comes in the internal table.
someone please help.
the link of the whole program can be found here : http://saptechnical.com/Tutorials/ABAP/TableControl/Index.htm
‎2013 Mar 25 3:00 PM
Hi Arshad,
Can't you do it with a container and ALV grid in your module pool?
Best regards,
Jonathan
‎2013 Mar 25 3:11 PM
I hope to have wrongly understood your
so i have created an internal table as another separate program
I hope the internal table is defined in the TOP include (in global data area) of the module pool program where you create the dynpro, and that you have activated the program before calling screen painter, else you have not much chance of success...
Regards,
Raymond
‎2013 Mar 26 3:18 PM
Hello Arshad,
create an internal table of same structure in the target program what you have and activate it,
and call the table control wizard and call the internal table.
thanks and regards
sudhakar