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

How to catch cursor changes without triggering an event

Former Member
0 Likes
341

Hi all,

I have issue and I wasn't able to find my solution in Forums.

I have a screen 1000, and on this screen I have text fields.

One of them is matnr and when a user enters a entry in matnr field I have to catch the number so I can fill the other fields on screen. While doing that, I shouldn't trigger an event, for example pressing enter.

User just enters matnr and and changes the cursor.

I will be waiting for your response..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
308

Hi,

I think this is not possible. Because the other fields related to a MATNR are not available in application layer ( front end). So you will fetch the details using a code running in presentation layer( back end ). So any way you have to trigger PAI.

Thanks,

Renjith.

1 REPLY 1
Read only

Former Member
0 Likes
309

Hi,

I think this is not possible. Because the other fields related to a MATNR are not available in application layer ( front end). So you will fetch the details using a code running in presentation layer( back end ). So any way you have to trigger PAI.

Thanks,

Renjith.