Application Development 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: 

Table Control Screen

Former Member
0 Kudos
60

Hello,

I have a standard transaction and a standard screen with table control.

The table control has teh Green + button to add the row and red - button to delete the row from table control.

I have got the access key for adding a column to this table control.

I have just added the column and activated. However after this action, the + and - button for adding/deleting rows have disappeared.

Any idea? I have just added a new column.

Please guide me on this

Pranu

1 REPLY 1

MarcinPciak
Active Contributor
0 Kudos
36

Hi,

Try with debugging the report. Definitely it is a matter of GUI status, so you may "direct" the program to set appropriate one by going directly to specific command.

As far as the authorization to these options are concerned, there should be some check made inside the report and depending on it some global flag (defined in DDIC table/stucutre) will be set. Identify it and see why it is set (what are the conditions meet there).

Regards

Marcin