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

Input data store in selection-screen

former_member189009
Active Participant
0 Likes
626

Dear all,

      I write an selection-screen like this, but one can have the input help (push the space, it can show the data you input before), but the second one can not have this function, Is there any wrong in my selection-screen ?  how do I fix this ?

2 REPLIES 2
Read only

former_member191761
Active Participant
0 Likes
601

Hi Zhang,

Is that all the code you have that is related to selection screen? Please post if you have any other code in other events or in Initialization event.

And I am confused if the above values are really input values or just the old values that you have entered before in that field.

Enter manually some value in second field and then check if it is same as first field.

Regards

Sri

Read only

matt
Active Contributor
0 Likes
601

Check the domains of the fields where it works and see if they have the same settings as where it doesn't. This kind of input help is an interaction of SAPGUI with the field definition - which is at domain (or maybe) data element level.