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: 

About F4 help for Application server field

Former Member
0 Kudos

Hi All,

I have a selection-screen in which i have a radio-button-APP Server against which i have 2 text fields.

p_logfile type fileintern.

p_phyfilename type char100 default ' '.

Now in my selection screen if i press F4 on p_logfile field it will show all the logical files in the system then i will select 1 logical file once i select the directory of this logical path should be displayed in 2nd field p_phyfilename.

How is this possible as we are getting F4 help automatically for 1st field!

Thanks in advance.

Thanks,

Deep,

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Debug SXDA_TOOLS transaction. see the Input file option.

3 REPLIES 3

Former Member
0 Kudos

Hi Deep,

Please use enter once u select the logical file.

Coading part:

Use FM 'get_file_name' to get the physical file in At selection screen event.

Please correct me if i am wrong.

Thanks

Kiran

Former Member
0 Kudos

Hi ur problem using f4 help for the application server input path

Use the function module '/SAPDMC/LSM_F4_SERVER_FILE' for F4 help for

Application server files. you need to write this in the

AT SELECTION_SCREEN on FIELD REQUEST.

former_member188685
Active Contributor
0 Kudos

Debug SXDA_TOOLS transaction. see the Input file option.