cancel
Showing results for 
Search instead for 
Did you mean: 

Blanks suppresed while content conversion

swatantra_vijay3
Participant
0 Kudos

Hi

I am doing file to idoc scenario in which i am using the content conversion an taking whole row as a field , the problem while content converion blanks are suppressed , any clues how to avoid this

Input file

0101:001:060715:040154:7729:001:F:000:0283: 00003283:0100033000000000

0101:001:060715:040211:7730:001:H:100:0283: :0000000000000000

After content conversion

Record>

<Row>0101:001:060715:040154:7729:001:F:000:0283: 00003283:0100033000000000</Row>

</Record>

- <Record>

<Row>0101:001:060715:040211:7730:001:H:100:0283: :0000000000000000</Row>

</Record>

- <Record>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Vijay,

You told that you are having a file to Idoc Scenario. I am not sure how you are doing mapping? If you pick the file as entire row how you are going to do mapping? If you give which IDOC you are using and the sample file we can try and let you know suggestions?

---Satish

Former Member
0 Kudos

what did u mention as datatype for the Row field? did u try with string?

-GS

Former Member
0 Kudos

Hi Swatantra,

use <Structure>.fieldContentFormatting --- nothing Parameter

see SAP Help

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm</a>

Regards,

Sudharshan