cancel
Showing results for 
Search instead for 
Did you mean: 

Split Message

Former Member
0 Kudos

Hi all

I have scenario file to rfc. I have to split the message at every 50 records, so for every 50 lines that comes in the rfc need to be called it's a SAP standard rfc so cant change the occurence. What is the best way to do this Content Conversion or BPM any documentation or help much appreciated

Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Stephan,

Udo shared one blog link you can follo the same to split the message in to different message,if it is not work it out,betetr to go for JAVA Mapping,write logic to split the message every 50 records, then write it into out put stream.

Regards,

Raj

Former Member
0 Kudos

Hi

You can also split your message in the Message mapping by using UDFs , [Here|https://wiki.sdn.sap.com/wiki/display/XI/SplitMappingusing+UDF] is one of the best examples for Message splliting by UDF.

Regards,

Kalpana.

prateek
Active Contributor
0 Kudos

Using BPM just for splitting the messages doesn't seem to be attractive. You may use Content conversion option if the resultant 50 record files are not too small (few kbs) in size. Easiest and recommended way is using multimapping without BPM.

Regards,

Prateek

udo_martens
Active Contributor
0 Kudos

Hi Stephan,

your requirements are very well described in Claus's blog [Message Splitting Using the Graphical Mapping Tool|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3765] [original link is broken] [original link is broken] [original link is broken];

Regards,

Udo