cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in Content Conversion

Former Member
0 Kudos

Hi experts

I have the following input format be converted in the sender file adapter

'ubn09748298:jui6878huh:psdhi0087'ubr87457:pod+1783'

to

<row>ubn09748298:jui6878huh:psd+hi0087</row>

<row>ubr87457:pod1783</row>

i.e <u><b>'</b></u> should be the field seperator

Thanks in advance

regards

saravanan

Accepted Solutions (0)

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Saravana,

As Krishna suggested, its preferrable to see the help, more than my reply above. Please ignore it , if my solution is not useful.

Best regards,

raj.

moorthy
Active Contributor
0 Kudos

Hi,

It is prefer to refer this part of SAP help for more content conversion properties.

http://help.sap.com/saphelp_nw70/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

You may be required to use some other parameters like .enclosuresign etc to make sure that your input data fields are converted without a change..

May be useful.

Rdgs,

Moorthy

justin_santhanam
Active Contributor
0 Kudos

Saravana,

Apply the foll. parameters in Sender channel.

Document Name: Your Message type name(Outbound)

Document namespace: Mess.Type namespace.

Recordset Name: Records

Recordset Structure:Rows,*

Name Value

Rows.fieldNames Field1,Field2

Rows.fieldSeparator '

Rows.endSeparator 'nl'

Input :

'ubn09748298:jui6878huh:psdhi0087'ubr87457:pod+1783'

Output :

<Records>

<Rows>

<Field1>ubn09748298:jui6878huh:psd+hi0087</Field1>

<Field2>ubr87457:pod1783</Field2>

</Rows>

</Records>

Best regards,

raj.