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

Problem while creating Table control with wizard

Panneer
Product and Topic Expert
Product and Topic Expert
0 Likes
1,299

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

3 REPLIES 3
Read only

praveen_hannu
Contributor
0 Likes
838

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

Read only

Panneer
Product and Topic Expert
Product and Topic Expert
0 Likes
838

The problem is solved.. it works now.

Edited by: Panneer Selvam on Feb 5, 2010 3:50 AM

Read only

former_member806437
Participant
0 Likes
838

Hi,

Could you please provide the solution. I'm also facing the same issue.

Thanks.