Unable to rename files using B0500180
Hi,
We have a 2 custom TC's being called by a wrapper UBE. In the end section of the UBE we are renaming the output file using the B0500180 bsfn with the date and time stamp appended. The problem is that the system renames one file but it does rename the second file.
Sequence of writing the output is as below -
TC1 output Partner1.csv
TC2 output Partner2.csv
Sequence of renaming the output file is as below -
TC2 output renamed as Partner2_date_time.csv
TC1 output remains as Partner1.csv
The output of TC2 gets renamed correctly but TC1 does not get renamed.