Hello All,
My existing design is as below.
PI pick the flat file from one server, convert it into XML using FCC parameters.
using Java mapping code i will validate the structure of the XML, if structure is wrong then i will trigger an alert from java code only.
next step i will validate the data using java mapping, if any error i will trigger an error using same java code, if no error then insert data into SAP system.
Now they want change the design as..... PI will pick the file from the server, convert it into XML using FCC parameters.
Using Java Mapping code i will validate the structure, if any error happen then i need to insert that error into one data base table at PI abap stack... next step i will validate the data using java mapping, if error happen then again i need to insert that error into PI abap stack internal table.
so for this new requirement do i need to use BPM... for the existing design iam not using BPM...........please suggest for the design.
Thanks and Regards,
chinna