‎2008 Feb 26 1:54 PM
Hi All,
I have a table control. I select a line and perform certain operation on the data of
the selected line. For this operation a condition is checked in whose absence an Error message
is generated. Now after this error message appears I am unable to deselect that line or select another
line. Please help as in how can I deselect that line or select that line without going back to start screen.
Regards,
Shoeb
‎2008 Feb 28 4:08 AM
HI ...
When u click on the ok button or cancel button of ur dialog box ..... in that code try to use 'RETURN' AND SEE. ....
‎2008 Feb 28 4:08 AM
HI ...
When u click on the ok button or cancel button of ur dialog box ..... in that code try to use 'RETURN' AND SEE. ....
‎2008 Feb 28 4:36 AM
hi,
If possible keep a pushbutton like 'REFRESH' in the screen and Introduce a module in PAI ANd write the following code.
module refresh input.
case sy-ucomm.
when 'REFRESH'.
call screen 0003.
endcase.
In the layout.
For that refresh pushbutton give 'E' in fctype in the attributes.
Hope this helps u,
Regards,
Arunsri