Hello Colleague,
I have a report. There are 4 screens inside it.
The function Code for F8/Execute Button is 'ONLI'
First screen is a normal screen. Second screen is a tabstrip control which contains 7 subscreens inside it.
One of the subscreen is made active for the tabstrip control.
When I choose some input parameters in my first screen and click on execute, I am redirected to second screen( tabstrip control )
Here when I press Enter on any input field, the value of sy-ucomm comes as 'ONLI', whereas its expected to be blank. If I switch between the tabs and then press on Enter on any input field, then the sy-ucomm value is NULL.
So the problem is initially when I come to my tabstrip control and raise an Enter event, value of SY_UCOMM is ONLI. I need to make it NULL.
How can I solve it ?
By NULL I mean Blank.
Thanks & Regards,
Rohit.