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 with wizard??

Former Member
0 Likes
624

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

3 REPLIES 3
Read only

JonathanM
Contributor
0 Likes
583

Hi Arshad,

Can't you do it with a container and ALV grid in your module pool?

http://search.sap.com/ui/scn#query=alv+grid&startindex=1&filter=scm_a_site(scm_v_Site11)&filter=scm_...

Best regards,

Jonathan

Read only

RaymondGiuseppi
Active Contributor
0 Likes
583

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

Read only

0 Likes
583

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