cancel
Showing results for 
Search instead for 
Did you mean: 

Map multi-record type from a file

Former Member
0 Kudos

I have an incoming file with the following format...

1000,a,b,c

2000,e,f,g

3000,x,y,z

I need to map that into records that look like the following

a,b,c,e,f,g

a,b,c,x,y,z

The 1000 record is a header file and the 2000 and 3000 records are different kinds of data. There is only one 1000 record and many 2000 and 3000 records per a file.

Any help would be greatly appreciated, if anyone needs more info, please let me know...

Thanks

Skip Ford

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ford,

You can achieve using the node funcitons. Check this weblog:

/people/claus.wallacher/blog/2006/04/17/replication-of-nodes-using-the-graphical-mapping-tool

/people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool

---Satish

VijayKonam
Active Contributor
0 Kudos

hi,

http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Check the above link for using file content conversion. As per your requirement, it cirtain that, yu could do it using this. Put the first field as KeyField and specify its values for each kind of record, you should be done.

VJ.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ford,

you can achieve this, if you send the incoming data into a ccBPM.

In the ccBPM create a multi-mapping!

Your multimapping exits of two target message-types

a) message-type for the header (1000)

b) message-type for the rest

For examples with mzulti-mapping have a look in your integration repasitory.

SAP has delivered samples how to do this. See Software componen <b>SAPBASIS</b>

Regards Mario