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: 

How to set default file path while downloading alv output

Former Member
0 Kudos

Hi,

Can anyone tell me that how to set default file path while downloading the ALV output to system using Local file button on tool bar.

Please look below screenshots:

Kindly help me resolve it.

Thanks in advance.

Regards,

Ashutosh Katara

1 ACCEPTED SOLUTION

0 Kudos

Hi

In User Parameters (TC SU3)

Parameter-ID: GR8

Parameter-Value: Your File-Path

BR, Devis

<Please mark as "correct answer" if it helped>

4 REPLIES 4

0 Kudos

Hi

In User Parameters (TC SU3)

Parameter-ID: GR8

Parameter-Value: Your File-Path

BR, Devis

<Please mark as "correct answer" if it helped>

raymond_giuseppi
Active Contributor
0 Kudos

This information initial value is (maybe) stored in Windows Register (register.exe) at Software\SAP\SAPGUI Front\SAP Frontend Server\Filetransfer -> PathDownload, you can read it thru class CL_GUI_FRONTEND_SERVICES method GET_UPLOAD_DOWNLOAD_PATH and update it thru method REGISTRY_SET_VALUE. (Else there may be some parameter ID to force data, but I'm no longer sure)

Regards,

Raymond

former_member201275
Active Contributor
0 Kudos

Devis above is correct i.e. in your User Profile Parameters:

Former Member
0 Kudos

Hi,

Great! Thanks for the solution.

But if i want to set default file path for a particular report only then what should i do?

Thanks,

Ashutosh