‎2008 Aug 26 7:44 AM
Hi ,
I am facing a problem in the screen...While I select a value from the drop down..the screen automatically moves to the next screen...I do not want this to happen...I need to select a value from drop down and click on the execute button only then move to the next screen....until then need to b on the same screen..
Plz help me with this.
Thanx.
‎2008 Aug 26 8:36 AM
That means you Set the Function code to the Screen field corresponding to Listbox. that is causing the Problem.
remove the Fcode assignment and see.
‎2008 Aug 26 7:47 AM
can just explain bit clearly
i think check ok_code(sy-ucomm)
clear this ok_code
‎2008 Aug 26 8:04 AM
Debugg the code,
Check for the ok_code value then, if it is same as what you have assigned for the next screen. Then clear the ok_code...
Hope this should help you resolve your problem..
With best wishes,
Rama.
‎2008 Aug 26 8:36 AM
That means you Set the Function code to the Screen field corresponding to Listbox. that is causing the Problem.
remove the Fcode assignment and see.
‎2008 Aug 26 8:48 AM
Hi ,
Thanx...for the help...
It would be gr8 if u could give me some info about object oriented programming in sap...or some study material would be of gr8 help.
Thanx.
‎2008 Aug 26 8:53 AM
‎2008 Aug 26 8:55 AM
Read the SAP help Documentation, and also there are so many articles , Tutorials & snippers in SDN wiki area ,SDN WebLogs, Lots of e-learning materials.
Just browse them you will be able to find.
I prefer SDN is the main source where you get every thing related to SAP.
Before posting a Question Do some research, Debug . If no solution then just browse the Forums first and Find it your self most of the answers for you coding related problems.