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

Wizard Generated Table Control

Former Member
0 Likes
394

hi,

i have used wizard to create a table control and when i debug it table control ll have all the entries but its not displayed in the table 's content.

can anyone tell me if i need to change anything in Wizard Generated Code?

Regards,

Rohit Bhatnagar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

hi,

check ur internal table having data or not? and have u made ur table control field output field ( in attributes- program)

3 REPLIES 3
Read only

Former Member
0 Likes
377

hi,

check ur internal table having data or not? and have u made ur table control field output field ( in attributes- program)

Read only

0 Likes
376

HI,

i have done it using wizard generated. and ya data is there in table i can see in debug mode. is there something else we need to take care for displaying it other than filling it?

Regards.

Read only

0 Likes
376

ok

u having this much modules in PBO?

PROCESS BEFORE OUTPUT.

*&SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'MYTAB1'

<b>MODULE get_data.</b> where u selecting ur data in internal table

<b>MODULE mytab1_change_tc_attr.</b>

*&SPWIZARD: MODULE MYTAB1_CHANGE_COL_ATTR.

LOOP AT mytab

INTO mytab

WITH CONTROL mytab1

CURSOR mytab1-current_line.

MODULE disable.

<b>MODULE mytab1_get_lines.</b>

*&SPWIZARD: MODULE MYTAB1_CHANGE_FIELD_ATTR

ENDLOOP.

<b>MODULE status_9000.</b> For status

and check ur internal table field and table control field are same na?