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- while convertin data

Former Member
0 Likes
677

hi ,

In LSMW....while i am using the radio button convert data i get this error.

I had five fields all of type C. various lengths like 18,1,4,30,7.

This is the error i get saying line 68. How can I rectify.

For type "C", a maximum length specification of 65535 is allowed.

Plz help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
641

u can put /h in command field after clicking convert data. take the program name from the debugging and goto the program so that u can find the code. checdk the code, you can easily find the error

Phanindra

4 REPLIES 4
Read only

Former Member
0 Likes
641

In LSMW, where you see all the radiobuttons, go to the menu, 'Extras-->User Menu' and select the checkbox for 'Display Conversion Program'. Press the green OK icon and you should now see an additional radiobutton for 'Display Conversion Program'. Double click on that and you will see the program that does the conversion. Put a breakpoint in there at line 68 and see why the error is coming.

Read only

Former Member
0 Likes
642

u can put /h in command field after clicking convert data. take the program name from the debugging and goto the program so that u can find the code. checdk the code, you can easily find the error

Phanindra

Read only

Former Member
0 Likes
641

thanks srinivas.

Read only

0 Likes
641

Glad to be of help, so what was the issue?