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

Module pool screen element not shown

Former Member
0 Likes
2,101

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,286

Check if the <TABLECONTROL>-COLS is modified through code in the program.

4 REPLIES 4
Read only

Former Member
0 Likes
1,287

Check if the <TABLECONTROL>-COLS is modified through code in the program.

Read only

0 Likes
1,286

Hi,

I am not modifying table control-cols in the program

Thanks

Read only

MaruthiKona217
Participant
0 Likes
1,286

Hi Vasu,

Go through this [Sample|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac5e35c111d1829f0000e829fbfe/content.htm].

Regards,

Maruthi

Read only

Former Member
0 Likes
1,286

Solved it myself... there are multiple screens in the program and in table control declaration, I have given wrong screen number. Thanks!