cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping in SAP PI to merge 2 large size files

former_member308595
Participant
0 Kudos

Hi Experts ,

I want to merge two large (.txt) files with help of Java or XSLT mappings can any one help me reg this ??

Thanks in advance..

Thanks,

Shiva

Former Member

Hi Shiva,

Can you please provide the complete end to end interface requirement here? You can merge two files using JAVA mapping, but you may need to use BPM to fetch those two files and correlate them at first place. Please provide more details of your requirement, then somebody from forum can help you with specific solutions.

Regards, Supriya.

former_member308595
Participant
0 Kudos

Hi Supriya ,

Thanks for your inputs , we did this development through ABAP code.

Thanks ,

Shiva

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Shiva!

If your files are identical and you want to concatenate it in one .txt file you could simply use pass-through scenario with Append mode at receiver side.

Regards, Evgeniy.

former_member308595
Participant
0 Kudos

Hi Evgeniy ,

Through append (File construction mode) option in receiver channel won't work for my requirement , I did through some ABAP I did some coding to solve this issue .

Any how thanks for your inputs .

Thanks,

Shiva