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

dropdown at selection screen field

Former Member
0 Likes
389

Hi folks,

I know how to create drop down enabled field at selection screen but my problem is how to provide the input fie name or unix file name to this list..

file type will be DAT

please help me out

thanks in advance.

Edited by: KARTIKEY SINGH on Nov 1, 2008 11:27 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

i can suggest you only possible way as i'm away from SAP now.

try to collect file name(from F4 FM) in one varibale(char) and than pass this to dropdown under INITILIZATION event.

2 REPLIES 2
Read only

Former Member
0 Likes
368

i can suggest you only possible way as i'm away from SAP now.

try to collect file name(from F4 FM) in one varibale(char) and than pass this to dropdown under INITILIZATION event.

Read only

0 Likes
367

Hi Amit,

As the field is drop doen enabled, will the F4 FM triggers at the click of dropdown list.