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

looping at same screen until button clicked.

Former Member
0 Likes
746

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
724

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.

6 REPLIES 6
Read only

Former Member
0 Likes
724

can just explain bit clearly

i think check ok_code(sy-ucomm)

clear this ok_code

Read only

Former Member
0 Likes
724

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.

Read only

Former Member
0 Likes
725

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.

Read only

0 Likes
724

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.

Read only

0 Likes
724

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.