2008 Oct 31 9:58 AM
Hi
I have a requirement. After executing a report or query in SQ01, the default file store format is excel file in 'Output format' tab. Is it possible to change the default store format of the file to txt (text format)? if yes, how it can be changed.
Hi
I have a requirement. After executing a report or query in SQ01, the default file store format is excel file in 'Output format' tab. Is it possible to change the default store format of the file to txt (text format)? if yes, how it can be changed.
2008 Oct 31 10:10 AM
Hi,
It is possible when you are using GUI_DOWNLOAD function
module then give the file format as .txt.
Will download the file in TXT format
Call 'gui_download'
exporting
filename = 'E:\filename.txt'
tables
data_itab = itab.
Cheers!!
VEnk@
2008 Oct 31 10:12 AM
in the tcode itself, when they execute any query or report, they should get the default as txt but not xls.
they can download in txt manually changing the format.
but they want the default as txt in the screen itself.
Edited by: Priya Madhavi on Oct 31, 2008 11:12 AM
2008 Oct 31 10:15 AM
For every query there will report generated copy it to zreport and use gui_download in that report.create a tcode for that report.
2008 Oct 31 10:19 AM
actually, my requirement is as mentioned before, in the main SQ01 screen, there wil b list of queries,
If a query is executed then in the next screen, in the OUTPUT FORMAT tab, it will show the STORAGE FORMAT in which the default format of the file is xls(where the report is downloaded). this default is to be changed to TXT.
2008 Oct 31 10:31 AM
Hi Priya,
The default selection in 'Output Format' can be changed while creating the Query in SQ01 or in the existing Query, it can be changed by Changing the Query.
For this, in Transaction SQ01, select the name of your query and Press 'Change'. The First Pop-up screen which you will get where Title, Notes, List,format, Table format, etc. are given, at the end there is option of Output format. You can select the default format there.
2008 Oct 31 10:36 AM
yes Anurita, it is already FILESTORE that is selected.
but is default xls, can v change it to txt?
2008 Oct 31 10:44 AM
when we click on the FILESTORE button, then the defaul is xls,
but it shud be changed to txt.
is it possible?
2008 Oct 31 11:13 AM
As per my knowledge, the format cannot be changed to txt.
The other option which you can try is select the Format 'Word Processing' which gives the output in MS Word Format.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |