cancel
Showing results for 
Search instead for 
Did you mean: 

File to Idoc - Huge File scenario

former_member187563
Contributor
0 Kudos

Hello,

We have a File to Idoc scenario where huge (in GB) text files needs to be read in PI and mapped to Idoc.

For reading the huge files recordsets per message can be used in sender file adapter and mapped to Idoc. But this will generated multiple Idocs.

Is there a way out by which PI File adapter can read huge files and send data to ECC via a single Idoc. As if we are splitting the file into multiple Idoc then there needs to be logic in place for determining the sequence, staring and ending idocs as there will be multiple  files.

All the suggestions are welcome. Thanks.

Ujjwal Kumar

0 Kudos

will u able to provide an example for thisrequirement

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187587
Contributor
0 Kudos

Write an ABAP program in SAP ECC and scehdule it.

PI is not an ETL tool but an ESB.

Wrong tool picked for the task.

manoj_khavatkopp
Active Contributor
0 Kudos

Ujjwal,

How are you planning to create IDOC's ?

For Eg: If you have 10 lakh records in one file do you want to create 1 IDOC for that compete 10 lakh records.

Or if you want to create a single IDOC for each record then you can use :

  • RecordsSetPermessage = 1
  • EOIO enabled.

Br,

Manoj

former_member187563
Contributor
0 Kudos

Thanks.The aim is to create a single Idoc for 10 lakh records.