cancel
Showing results for 
Search instead for 
Did you mean: 

Target file name-'YYYYMMDD-HHMMSSMMM-<<test>>.txt

Former Member
0 Kudos

Hi Experts,

We have a requirement where we need target filename as 'YYYYMMDD-HHMMSSMMM-test.txt'. Kindly suggest can we get this filename without using Variable Substitution and Dynamic Configuration.

Regards,

Sudha

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184681
Active Contributor
0 Kudos

Hi Sudha,

If your requirement is to avoid using Variable Substitution and Dynamic Configuration, you can always use an Operating System Command After Processing that you will define in the Receiver Communication Channel. You can use it to change the file name of the file that just got created, and add the timestamp at the beginning.

Hope this helps,

Greg

Former Member
0 Kudos

To achieve your issue, you can follow this link:

http://www.saptechnical.com/Tips/XI/ASMA/Index.htm

Former Member
0 Kudos

Hi,

I do not want to use Variable Substitution and Dynamic Configuration in my case.

Former Member
0 Kudos

You can use an OS Script to change the filename, but i use to prefer the above solution (ASMA).