cancel
Showing results for 
Search instead for 
Did you mean: 

Current Date in file name

Former Member
0 Kudos

Hi gurus,

I export daily a report to csv using RSCRM_BAPI ... I need to the put the date of the extraction in the file name (export_csv_120506.csv) ... It's possible ?

export_csv_ + "sysdate" ... something like that ?

Thanks in advance for your help,

Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I would suggest you to write an UNIX shell script (if it suits your environment) to rename from whatever existing fileanme to your desired file name.

Hope this helps.

Thanks,

Raj

former_member184494
Active Contributor
0 Kudos

Raj,

you would have some means by which you create the file .... the filename should be taken care of there or if you are on a windows platform , maybe a simple batch file would do.

Arun