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

selected layout from alv to server.

Former Member
0 Likes
720

Hello,

In alv report, i am able to diplay the output of report

I am using alv_grid for display.

I am saving some layout's or user can create some of the layouts for display.

Based on the layout selected by the user on selection screen:

1. Display the output ( which i got)

2. Same output should be FTP to some server (which i am not able to)

I don't have idea how to go for it.

please send some reference program which will be helpful.

thanks

Hello,

In alv report, i am able to diplay the output of report

I am using alv_grid for display.

I am saving some layout's or user can create some of the layouts for display.

Based on the layout selected by the user on selection screen:

1. Display the output ( which i got)

2. Same output should be FTP to some server (which i am not able to)

I don't have idea how to go for it.

please send some reference program which will be helpful.

thanks

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
673

hi,

use default alv layout which will then be constant where ever you use it.

Read only

Former Member
0 Likes
673

thanks for your answer but that is no my reuirement.

after the diaply in alv output.we can create some layouts selecting some of the fields.

if i have some say 4 layouts, when user selects f4 in selection screen i can select one.

output is diplayed as the layout selected which is ok

next step is based on the selected layout i want to ftp to some server

i.e based on the layout i want to see the output in application or any server.

i hope u got me now.

thanks

Read only

Former Member
0 Likes
673

Hi,

Pass value 'U' to the ALV Grid FM parameter I_SAVE .

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
673

hi,check this