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 programming

Former Member
0 Likes
499

Hi,

when I used the following statement in PAI it worked. IF <screen field> = '1019' message ' ' type 'I'. but when I tried to use the dictionary field directly , it does not work. ( IF <screen field > = < mara-matnr> message'...' type 'I'.) . I want to check if the data in screen fields are available in the dictionary table. I have declared the tables statement but still it does not work. please help me out.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

Hi,

You can't compare the data's dirctly.

You have to fetch the data in to some internal table and then compare it with the internal table value.

Reward if helpful..

1 REPLY 1
Read only

Former Member
0 Likes
477

Hi,

You can't compare the data's dirctly.

You have to fetch the data in to some internal table and then compare it with the internal table value.

Reward if helpful..