Application Development 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: 

screen programming

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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..