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

Output

Former Member
0 Likes
877

Is it possible to save List in desktop and when we double click?then it should go to that output,,,i mean sap output..

now in file or word document?

Ay suggestions plz

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
848

hi RK,

Check

Reggards,

Santosh

8 REPLIES 8
Read only

Former Member
0 Likes
849

hi RK,

Check

Reggards,

Santosh

Read only

Former Member
0 Likes
848

click <b>list</b> --> save ---> file .... select the file format .... and save

or

click <b>system</b> ---> list --> save ---> file .... select the file format ....

regards

aswin

Read only

0 Likes
848

santhosh

Link tells about own report and saving..

but i want to save standard list output..

Aswin.

save as file is disabled...

Read only

0 Likes
848

see this is will be usefull

<b>list</b> > <b>export</b>---> local file -


> and now select file format .....

hope this is active

regards

aswin

Read only

0 Likes
848

Aswin

I dont want to save file as Excel,or any format..

My Req is

once i save list,then user can double click that and should open in sap screen ,

not data in files or anything..

user should not give tcode ,simply click that and go to sap screen.

Read only

0 Likes
848

hi,

Your actual report has to be a seperate program which can be called from the which displays the selection screen. Then execute the report program in the backend and export it to memory and save the result as a document in a folder in application server. When the user asks for a list display all the file names which are stored and when the user double clicks the file should get opened, so that the usr can view that.

Hope this logic will help you to solve the problem.

Regards,

Richa

Read only

Former Member
0 Likes
848

hi,

In the report menu,

List

->Send/Save

->file

-> choose the file type

unconverted for txt

spreadsheet for excel

richtext format for doc

->Give the location where you want to save the file

->Click generate button

The file gets saved to the location that you have mentioned.

Hope this helps.

Regards,

Richa

Read only

Former Member
0 Likes
848

Plz