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

SCREEN check

Former Member
0 Likes
474

Hi,

now i faced an urgent problem.

Before i leave a screen , i want to know whether there is any change in the screen. for example , if someone have input something in the screen field. I don't need to konw the details but only whether it has been changed. IS there any function to do this? or other solutions?

Expect for your help.

Thanks in advance.

qiuguo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

Hi,

Use the system field <b>SY-DATAR</b>

X if at least one input field on the screen was changed by the user or other data transport, otherwise space.

Regards

Sudheer

3 REPLIES 3
Read only

Former Member
0 Likes
447

Hi,

can anyone give me some advice?

thanks.

qiuguo

Read only

Former Member
0 Likes
448

Hi,

Use the system field <b>SY-DATAR</b>

X if at least one input field on the screen was changed by the user or other data transport, otherwise space.

Regards

Sudheer

Read only

0 Likes
447

Sudheer ,

I solved the problem with your response.

thank you very much.

qiuguo