‎2006 Nov 28 9:50 AM
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
‎2006 Nov 28 9:53 AM
‎2006 Nov 28 9:53 AM
‎2006 Nov 28 9:58 AM
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
‎2006 Nov 28 10:00 AM
santhosh
Link tells about own report and saving..
but i want to save standard list output..
Aswin.
save as file is disabled...
‎2006 Nov 28 10:08 AM
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
‎2006 Nov 28 10:12 AM
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.
‎2006 Nov 28 10:23 AM
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
‎2006 Nov 28 10:02 AM
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
‎2006 Nov 28 10:15 AM