Hi,
I have a scenario where sender system is real time & sending the data to PI many times a day ( SOAP)
On the other hand receiving system is ECC system which runs on batch mode nightly.
This is SOAP to File scenario. ECC needs one complete file/message per day for the all the SOAP messages received on that day.
I am thinking to do this via SOAP to File ( using FCC) and choosing mode as Append in file creation mode.
Please let me know if this best approach.
Also Can i name the file with date stamp to identity ? Also once the file is ready, ABAP program will pick it up for proceeding
Then we need to delete the file so that next day data is saved on another file with date stamp
Please advice the best design for this scenario..