Hello,
I have a requirement to pick a set of XML-CSV files from source folder and depending on the value of a particular field in the XML, place both the files in either Location1 or Location2.
Example :
Source folder will have below files:
TestDocument1.xml , TestDocument2.xml , TestDocument3.xml , TestDocument1.csv , TestDocument2.csv
Out of above set of files, the combination like TestDocument1.xml - TestDocument1.csv should be picked together and then validate contents of TextDocument1.xml and place both the files in either Location1 or in Location2.
I am stuck on how to correlate the two files and then how to route to the desired location.
Any idea how to design the interface in SAP PO?
Thank You!