cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Field Lengths

Former Member
0 Kudos

Hi All,

Suppose My Scenario is to Send the Vendor Details From SAP ECC To File.

Here In ECC we have the Fields with Field Lengths with 20 Char , But in the File We have the Fields with Field Lengths with 10 Char.

So in this case Is the Data will be Posted to File Successfully OR Any Error will Come

How To do this in Mapping Time

Regards

Vamsi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey,

Don't complicate.

Just in FCC set NameA.fixedLengthTooShortHandling

= Ignore / Cut. Depending on the requirement.

<b>Ignore</b>:Ignore means that the system applies the value completely, regardless of it being too long.

<b>Cut</b>:Cut means that a value is shortened to the maximum permitted length

Further reference.

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

Hi,

your data will be posted sucessfully.But the fields are truncated to 10 char.

Regards,

S.RamNarender

Former Member
0 Kudos

Hi,

How Can We Do it in Mapping .

Please Explain me

Regards

Vamsi

Former Member
0 Kudos

cant the field length of the file in its data type be increased..?

surely ur data wont get posted..

Former Member
0 Kudos

or the other option if u want, could b to split ur ECC data into two fields in the file system with mapping...

Former Member
0 Kudos

Hi,

I Heard that We Can Do it in Mapping Using the UDF's

That is We can do by Trim the Value Like this

Please Let me know if Any thing is there like this

Regards

vamsi

Former Member
0 Kudos

dude,

u can do it..if u do not require ur last 10 fields to b ther..

i guess, u wud require all ur 20 characters in ur output file...

Message was edited by:

V Vishal Prabhakar