HI SDNers,
I need to create an adapter module for Sender File Adapter which checks the name of the File and only then sends it to ABAP Stack.
Filenames will be having a date format according to which the files should be processed by PI e.g. a file having its name as 20100420.xml needs to be processed by PI system only on 20th April 2010. Adapter needs to process only these files and ignore rest of the files in the folder.
Kindly guide me on how to achieve this. I have studied the following blog by Sandeep Jaiswal [Adapter Module to stop processing of duplicate file (FTP Location)|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9664] [original link is broken] [original link is broken] [original link is broken];
but in my requirement I cannot empty the file contents since the file are not duplicate but need to be processed as per their names.
Can some experts please throw some light on this?
Regards,
Gautam Purohit