hi
sender system creates a done file, after the creating of actual file. SAP PO 7.4 first need to read the done file for the list of files to be processed from the same folder.
for eg:
source folder files:
xxx11092014.xml
yyy11092014.xml
zzz10092014.xml
done11092014.xml
content of done file:
<files>
xxx11092014.xml
zzz10092014.xml
<files>
In SAP PO 7,4 first need to read the done file, based on the content of the file xxx11092014.xml & zzz10092014.xml need to be processed in sap po and
all the three file xxx11092014.xml, zzz10092014.xml & done11092014.xml need to be deleted. leaving behind the yyy11092014.xml for which new done file will be created..
Could anyone please throw some light on this scenario to implement???