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: 

Selection text against field selected

Former Member
0 Kudos

Hi,

I have a field (pa0000-pernr) on selection screen as a parameter,

Now when the user selects a single pernr from the F4 of pa0000-pernr, the text against the pa0000-pernr, should be displayed against the filed.

How can this be achieved.

Thanks in advance

1 REPLY 1

Former Member
0 Kudos

Hi,

You can use like:

at selection-screen on <your field>.

select single desc into so_field2 from <dbtab> where key = so_field1.

Regards,

Renjith Michael.