Hi,
I have a requirement to hardcode the file name+add the original file name in a file to file scenario.
Its a file to file scenario.
If the source file is ABCD, I need to send out adding constant text - SAPACHFILE....
So I need the target filename as SAPACHFILE.ABCD.
To achieve this I tried using ASMA + Variable substitution, but it still take just the original filename as ABCD not the hard-code, I can either get the harcode value or dynamic file name but not both....
Kindly help!!