‎2010 Feb 04 3:28 AM
Hi All,
I am using the table control wizard.
Following is the declared data :
TYPES: BEGIN OF test_str,
name TYPE string,
city TYPE string,
END OF test_str.
DATA: lt_str TYPE STANDARD TABLE OF test_str,
ls_str TYPE test_str.
I activated the program after declaring this..
then I created a screen.
while generating the table control , i give the internal table name as lt_str and work area as ls_str(both of these are also coming in F4 help) , i am getting the following error :
the table work area ls_str does not exist or is not a structure.
Please help.
Regards
Panneer
‎2010 Feb 04 3:33 AM
HI Selvam
In the wizard please choose the radio button internal program table. I hope you might have choosen the dictonary table.
And activate the program before generating the wizard.
Please try this and let me know if any issues.
Thanks
Praveen
Edited by: Praveen Kumar on Feb 4, 2010 4:34 AM
‎2010 Feb 04 5:38 AM
The problem is solved.. it works now.
Edited by: Panneer Selvam on Feb 5, 2010 3:50 AM
‎2022 Jun 13 12:19 PM
Hi,
Could you please provide the solution. I'm also facing the same issue.
Thanks.