cancel
Showing results for 
Search instead for 
Did you mean: 

Spliting File based on message types

Former Member
0 Kudos

Hi Experts,

We are receiving files from external vendor and each file  contains diffrent XML messages of different message types.

Ex: File name A contains 2 XML messages (CREMAS idoc and ORDERS idoc)

How to split the messages and process them

Thanks

Sai

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>We are receiving files from external vendor

Are you going to get multiple files together or at different time?  IMO, this requirement is many to many mapping. So ccbpm is required.

Former Member
0 Kudos

Hi Baskar,

we are receving all the messages are together in a single message. can it be possible without BPM.

Thanks

Sai

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>we are receving all the messages are together in a single message

Then it's a big change in your requirement. Sure , without BPM now it is possible.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hello Sai,

Refer by previous replay thread and implement similar way..your requirement very much possible.

Other approach is

1)Develop two operation mappings one is for Source to CREMAS and Source to Orders, in interface determination write a condition. it works.

rajasekhar_reddy14
Active Contributor
0 Kudos