cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion

Former Member
0 Kudos

Hi

I need to read huge files often more than 50MB using Sender side File adapter.

As a part of testing, I have 15 records in a file and mentioned RecordSet per Message as 5 , expecting 3 payloads to receiver.

But all records went in same payload.

Below is my record structure

<abcd>

<name>

<address>

<phone>

</abcd>

In configuration, I have mentioned documentname - MessageType, documentNamespace - namespace of my interface, Recordset Name - abcd, RecordSetStructure - abcd,* . RecordsetSequence - Ascending, Recordsets per Message - 5

Did I miss anything.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.Vamsi.

Here my configuration.

RecordSetStructure - abcd,5

Recordsets per Message - 1

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

  • * Under Recordset Structure, enter the sequence and the number of substructures as follows: <NameA,nA,NameB,nB,...>.

Therefore, nA=1,2,3,... or * (for a variable, unlimited number, including 0).

  • Under Recordsets per Message, specify the number of recordsets to be grouped together in a message. This entry is optional. The default value is *. In the default setting, all recordsets are included in a message.

If the number of recordsets in a document is greater than the number specified, then the adapter creates multiple messages from a document. The last message might then contain fewer recordsets than specified.

Edited by: Luis Ortiz on Oct 14, 2010 8:20 AM

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

take a look to this answered thread with your same problem