‎2007 Apr 24 11:48 PM
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.
‎2007 Apr 25 12:14 AM
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
‎2007 Apr 25 12:04 AM
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.
‎2007 Apr 25 12:14 AM
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
‎2007 Apr 25 12:18 AM
‎2007 Apr 25 12:27 AM