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 error

Former Member
0 Likes
842

Hi,

While running the LSMW for transaction 9KE0,while processing the session I am getting the error 'Field Z-BDC10(2) input value is longer than screen field'.

Why do we get this error.Please give suggestion to resolve this error.

Regards,

Swapna

5 REPLIES 5
Read only

Former Member
0 Likes
750

Check the type and length of the field

Read only

0 Likes
750

Hi Karthik,

The length and type of the screen field Z-BDC10 are 40 and C Respectively.

I have given the same values for the input field TSL(Amount in transaction currency) in step maintain source fields.

But still I am getting the same error while processing the session.

Read only

0 Likes
750

Hi Swapna,

When you are uploading through excel file, The Z-BDC10  value length is more than the field value length 40. i.e >40 characters.

so Decrease the size of  field Z-BDC10  value in excel and check it.

Read only

Former Member
0 Likes
750

I thought while adding the field in screen using screen exit

the field's display parameters are not properly set

look at the field attributes change the length of the screen field for display.

Regards,

SUDHEER KUMAR CHUNDURU.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
750

- Check actual length of field in dynpro executing 9KE0 and try to input "1234567890123456789012345678901234567890" in the field

- Check value length in the generated BDC (or use a MOVE xxx(40) to bdcdata-value)

Regards,

Raymond