cancel
Showing results for 
Search instead for 
Did you mean: 

Spaces in the last

Former Member
0 Kudos

Guys

I have an IDOC-XI-File scenario. The scenario is working fine except a small issue. I have my <b>last two fields in the fixed length file as spaces</b>. Once when the scenario is executed I get all the fields except those two fields which are spaces. Is there anyway we can retain those spaces in the last.

---Satish

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Satish,

It is very nice to hear that it is working ...

Regd.Spaces. you can try this-

.fixedLengthTooShortHandling = ignore

with this

.absoluteRowWidth=<noOfColumns>

Just have a try ..

Regards,

Moorthy

Former Member
0 Kudos

Krishna

I have checked with giving the options as told by you. But I am not getting the last two fields which are spaces in the end.

Is there any other way to populate those spaces in the end.

---Satish