cancel
Showing results for 
Search instead for 
Did you mean: 

Defineing one IDOC for all lines in text data...

Former Member
0 Kudos

Hi all,

I am trying to send text of data to idoc.my source file is like this.

A1SHGJKSDJKASJK8789SJKHD

A1LKSDLSJLKDKDJKGKLDJKLD

for each line in R/3 system define one IDOC.I want to convert this text data using FilContentConvertion.I used

Recordset Name as "contactlist" and Record Structure as "contact".I configured like this.But it is defineing only one IDOC in R/3 system.Please help me how can i configure "Parameters for Recordset Structures".

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member192798
Active Contributor
0 Kudos

Hi Gopi,

I have sent you a document on File Content Conversion. It would provide a better understanding to solve your issue.

Regards.

Praveen

Shabarish_Nair
Active Contributor
0 Kudos

In case of your Recordset Structure, define it as occurance of 1 each.

Also Ref:

<i>Recordsets per Message

Specify the number of recordsets to be grouped together in a message. This specification 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.</i>

try as mike speccified, give 1 as default is *

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at Recordsets per Message

and choose 1

Regards,

michal

Former Member
0 Kudos

Hi michal,

i already did this.But no use.In Recordset parameters i take these two fields only.

contact.fieldFixedLengths

contact.fieldNames

thanks,

Gopi