2008 Dec 17 7:35 PM
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
2008 Dec 17 7:43 PM
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