Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LSMW:problem While reading Data

Former Member
0 Likes
539

Hi Experts,

I have specified one field length as 180 of type CHAR of one field called Name in the maintain source field step.But the problem is while reading the data characters upto lenght 60 are coming.rest are getting truncated(i mean after 60 till 180).i mean after 60 rest it is showing blank.What exactly can be the problem?i am not able to sort it out.

Is there any limit to the length of a particular field that we specify?

Any pointers will be highly appreciated.

Regards,

Rahul

Edited by: Rahul Kumar Sinha on Feb 11, 2009 10:05 AM

1 REPLY 1
Read only

Former Member
0 Likes
419

if your passing the text up to 180 chars but target filed is only 60 char length, so that ist taking only 60 chars. put the break point on the text filed in step5(Maintain Field Mapping and Conversion Rules) and check...