In GuiXT I have encountered a problem deleting a table which I cannot resolve.
We are implementing Plant Maintenance and using GuiXT to simplify the screen for one of the notification types we have created. The notification type was copied from a standard notification of type 'M' (Maintenance Request) with an origin of General Maintenance
Notification. We have called our notification type 'Corrective' .
When configuring the tabs, we chose the tab function '10\TAB01' in the screen structure for the extended view.
Once the table was added to extended view the screen the following elements appear on the same line in my GuiXT screen elements window:
T[Table] [30,1] T[SAPLIPAR_TCTRL_ 0200]
If I add the line 'del T[Table]' or 'del T[SAPLIPAR_TCTRL_ 0200] to the script the table no longer shows on the screen but I get a 'SAP
Frontend Server' box with the message 'Erroneous data received from server. Application may not be working correctly' when I go into or exit out of the notification.
We do not have Designer or Input Assistant. I am writing the script manually. Could this be the problem?