I'm new to dialog programming and I'm trying to add a table control to my form. I thought using the the table control wizard would be the best thing to do, but I can't get it to work. I get to the part asking for the internal table and work area. I type in the right information but it says that the work are does not exist. Here is what I have in the program:
Data: it_mytab Type Table Of zmytab,
wa_mytab Like it_mytab.
I put this at the top of the report program. Am I missing something. It says wa_mytab doesn't exist, but I've saved and activated it. Is it easier to create a table control manually. Any help would be appreciated.
Thanks,
Curtis