‎2008 Nov 27 8:54 AM
Folks,
I've setup a query and this query is stored to file. I've specified the path but is it possible to have the name of the file being the date?
Regards,
MdZ
‎2008 Nov 27 9:03 AM
‎2008 Nov 27 9:18 AM
Hi mate,
Would you be able to explain a little bit further?
Regards,
MdZ
‎2008 Nov 27 9:28 AM
HI
Give me the file name that u r giveing
or for example say file name is ABCD
DATA: name(20) type c value 'ABCD'.
DATA: filename
CONCATENATE name sy-datum INTO filename.
and pass this filename as ur actual file name
.
Edited by: Rasheed salman on Nov 27, 2008 10:29 AM
‎2008 Nov 27 9:43 AM
‎2008 Nov 27 9:52 AM
Hi,
where r u giving ur file name to save the file put the statement there
Regards
‎2008 Nov 27 9:58 AM
Hi,
I did not put any coding in yet, I can put a file name or file path in the selection screen after executing the query. Do I need to put in coding in the infoset?
Regards,
MdZ
‎2008 Nov 27 10:07 AM
Hi
u mean tht u r giving file name in the selection screen and the file z saving with that name.
Regards
‎2008 Nov 27 10:53 AM
Yes, but if I am understanding you correctly, this will not allow me to put a variable name in the file.
Regards,
MdZ
‎2008 Nov 28 7:22 AM
Folks,
I've put the report name in a job and scheduled it. After running, it gets stuck in the spool. Anyone any suggestion how to save the result of the query automatically to a certain file path?
Thanks.
‎2008 Nov 28 7:28 AM
Hi
u r giving file name in the pramater then give the paramater as default date as sy datum and make it as noneditable.
Regrads
Rasheed