cancel
Showing results for 
Search instead for 
Did you mean: 

Need to avoid split on EDI Separator

Former Member
0 Kudos

Working on EDI Inbound scenario, where I am processing a ANSXI X12 EDI 850 file from the partner to a mailbox. I have created the below IFlows;

a) Van to EDI Separator Receiver ( I can't change this IFlow config, Since its being used in several other scenarios)

b) EDI Separator Sender to Mail box ( I can Modify this)

Question - I am getting multiple "ST" segments on incoming EDI file, Since I am using EDI separator receiver comm channel they are parsed and processed as a individual messages (for example for 4 sT segments, we are getting 4 separate messages). But I need to send all these messages into a single file to mail box.

Any suggestions for me?

-Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

nitindeshpande
Active Contributor
0 Kudos

Hello Steve,

EDI separator is used to split the business transaction coming in the file. Hence there should be four different files which needs to be received by the EDI sender channel after splitting.

You can find more details on this in the below mentioned blog -

After receiving the split files, you need to store them on temporary folder in SAP PI system and use the below mentioned method in the blog for merging the files -

Regards,

Nitin