‎2011 Jan 21 8:25 PM
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.
‎2011 Jan 24 3:03 AM
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
‎2011 Jan 22 5:45 AM
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.
‎2011 Jan 24 3:03 AM
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
‎2011 Jan 24 5:58 AM
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.