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

F4 help for directory path on Application server

Former Member
0 Likes
3,204

Hi All,

Is there any fm that can directly provide F4 help for directory path on application server?

10 REPLIES 10
Read only

Former Member
0 Likes
1,309

HI RAVI,

Check

FM <b>F4_dxfilename_toprecursion</b>

or Check

T-code <b>CG3Y</b> - to download file from application server.

T-code <b>CG3Z</b> - to upload file from presentation server to application server.

Check out this thread..

Regards,

Santosh

Message was edited by: Santosh Kumar P

Read only

0 Likes
1,309

Hi Santosh,

Can we use that fm for providing f4 help for directory path also? I know that it provides f4 help for file path on appln server.

Read only

0 Likes
1,309

hi Ravi,

Check FM <b>RZL_READ_DIR_LOCAL</b> for directory path..

Check this out

Regards,

Santosh

Read only

Former Member
0 Likes
1,309

hi,

Use fm F4_dxfilename_toprecursion

Regards,

Sailaja.

Read only

Former Member
0 Likes
1,309

Hi,

If you want to read a Directory,

<b>RZL_READ_DIR_LOCAL</b> --> Read a directory on the Application Server

you can provide user to select an application server file using Function Module <b>/SAPDMC/LSM_F4_SERVER_FILE</b> to get F4 help.

Close the thread if this solves your problem

Regards

Sudheer

Read only

0 Likes
1,309

Hi Sudheer,

The fm mentioned by you reads the contents of a specified directory. Does it provide F4 help also?

Read only

Former Member
0 Likes
1,309

Hi,

check FM KD_GET_FILENAME_ON_F4

Regards

amole

Read only

Former Member
0 Likes
1,309

Hi Ravi,

you can provide user to select an application server file using Function Module <b>/SAPDMC/LSM_F4_SERVER_FILE</b> to get F4 help.

please Close the thread.

Regards

Sudheer

Read only

Former Member
0 Likes
1,309

Function module is '/SAPDMC/LSM_F4_SERVER_FILE'

Ramesh

Read only

0 Likes
1,309

Many of the fm's provided are for F4 help for a file, i don't think any of them provides F4 help for a directory.