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

Problem with showing selected rows

Former Member
0 Likes
505

Hi,

I have writed ALV report with OO and some input field(dialog programming) in same screen.I want to select rows but rows looking like unselected(all of them) on ALV report when i fill input field after selected rows and use enter key.I didn't understand

why my input fields reset my ALV report.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

After selecting your Input fields, & when you processing the data, check in debugging mode, whether your ALV report (Table) is getting refreshed or not. If its refreshing, try it not to get refreshed, it solves your problem.

-Dileep .C

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
480

Check if you are rebuilding the ALV every time you enter new values , check for initial reference for ALV object and also us ethe refresh functions of ALV.

Read only

Former Member
0 Likes
481

After selecting your Input fields, & when you processing the data, check in debugging mode, whether your ALV report (Table) is getting refreshed or not. If its refreshing, try it not to get refreshed, it solves your problem.

-Dileep .C

Read only

0 Likes
480

also u can check the reference program given in SLIS package. there are lot of programs where selection of row and then getting values are there.