‎2011 Nov 09 7:45 PM
Hi,
I have a module pool with table control.
I have added a new field to the internal table and included it in layout-checked properties and it is active/shown in output and input enabled
Also, when I checked in PBO debugging, loop at screen, when the screen element is this field, active/input/output = 1
I have activated the program/generated it/logged off from system and logged in again (to take care of refreshing the screen)
The internal table has values for this field.
When I execute the screen directly instead of module pool program, field is shown in table control
But when I execute the module pool program, this field and heading are not shown in table control but empty space allocated for this field is shown.
May I know how can I resolve this.
Thanks!
‎2011 Nov 09 8:08 PM
Check if the <TABLECONTROL>-COLS is modified through code in the program.
‎2011 Nov 09 8:08 PM
Check if the <TABLECONTROL>-COLS is modified through code in the program.
‎2011 Nov 09 9:11 PM
Hi,
I am not modifying table control-cols in the program
Thanks
‎2011 Nov 09 8:16 PM
Hi Vasu,
Go through this [Sample|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac5e35c111d1829f0000e829fbfe/content.htm].
Regards,
Maruthi
‎2011 Nov 09 9:13 PM
Solved it myself... there are multiple screens in the program and in table control declaration, I have given wrong screen number. Thanks!