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

Line Selection in Table Control

Former Member
0 Likes
402

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
380

HI ...

When u click on the ok button or cancel button of ur dialog box ..... in that code try to use 'RETURN' AND SEE. ....

2 REPLIES 2
Read only

Former Member
0 Likes
381

HI ...

When u click on the ok button or cancel button of ur dialog box ..... in that code try to use 'RETURN' AND SEE. ....

Read only

Former Member
0 Likes
380

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