‎2007 Dec 11 4:54 AM
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.
‎2007 Dec 11 9:19 AM
hi,
check ur internal table having data or not? and have u made ur table control field output field ( in attributes- program)
‎2007 Dec 11 9:19 AM
hi,
check ur internal table having data or not? and have u made ur table control field output field ( in attributes- program)
‎2007 Dec 11 9:27 AM
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.
‎2007 Dec 11 9:42 AM
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?