2009 Aug 10 8:17 AM
Hi,
In my report im calling screen 100 for ALV oops. From that screen im going to another screen i.e. 200. Now in that screen(200) im calling a subscreen with selection option i.e so matnr. Now while enterring value into somatnr its not picking the value at one time , i have to hit enter twice. I can not use at-selection-screen as the main program is not a modulepool program. So how can I get the screen value at once? means i dont hav to press enter twice.
2009 Aug 10 8:29 AM
Hi,
I dont get a clear picture of what your problem is. A suggestion though, please debug your program, that might give you some hint on your problem. Would be easy if you paste your code here. Your screen values are captured saying, variable = screen_elements value in the subscreen.
2009 Aug 10 9:18 AM
In the subscreen of 200, i have a field named so_matnr which is decleared in main program as select options. Now if I execute my report it will call first screen 100 ( as its container for ALV oops), now from there im calling another screen i.e. 200( which has a subscreen) Now if I enter value in so_matnr and enter first time its not picking value after that agin I hav to press enter to get the value, I could not paste the code coz its a huge one.
2009 Aug 10 9:27 AM
2009 Aug 10 10:00 AM
Hi, I think you should use chain - endchain screen block to implement your process.
2009 Aug 10 11:44 AM
Hi taner,
As I m calling subscreen so I cant use chain n endchain for that field.
2009 Aug 10 12:21 PM