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

Error while doing LSMW

Former Member
0 Likes
706

Hi, Freinds

I m getting error while doing LSMW.

In the step <b>Convert Data</b> it gives the following error <i>'Syntax error in program /icadmc/sap_lsmw_conv_0000027

line 27

for type 'C' a maximum length specification of 65535 is allowed'</i>

Please Help

Its Urgent

Regards

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
663

Hello,

Check the length of the variables you had defined in the "Maintain source fields".

Regards,

Naimesh

6 REPLIES 6
Read only

naimesh_patel
Active Contributor
0 Likes
664

Hello,

Check the length of the variables you had defined in the "Maintain source fields".

Regards,

Naimesh

Read only

0 Likes
663

Hi, Naimesh

But the same thing is working fine in Development server, and giving error in Production server.

I dont understand why,

please explain

Read only

0 Likes
663

Hello,

Try to convert the same file in the development server. May be some records get wired in your file.

Regards,

Naimesh

Read only

0 Likes
663

Hi, yes i have checked some lines of the same date in DEV it is working fine, but when i do the same thing with the same data in PROD i get the error and it terminates from that step

Read only

0 Likes
663

Is ur data being converted to more a length more than the speiced for that field , check it using the debugging option.

cheers

Read only

Former Member
0 Likes
663

You must have declared a field of length more than 65535 in your variables declaration part, please check.