Skip to Content
0
Jan 24, 2012 at 06:36 AM

BW to File(WMS)

34 Views

Hi experts,

I am working on a proxy to flat file (Append mode) scenario.

Data is coming from a BW system and the vloume is huge ( lakhs of records ) ....

My question is If I ask the ABAP guys to spilt the data into batches and send it to PI, Is there a possibility that while PI is writing the first batch of data into the flat file ....another batch of data comes from BW and PI parallely starts APPENDING those records as well in the flat file.....

My concern is because the flat file will be in append mode...Also can I have some suggestions on the design