‎2007 Apr 20 5:50 AM
hi gurus,
I'm onto preparing a LSMW for material master, am facing a runtime error during the "convert data" step which is
"in prog /1cadmc................/ the following syntax error occured , in the include/1cadmc/sap_lsmw_conv_0000044 in line 68,for type C, a max length specification of 65535 is allowed"
ANY EXPERT OUT THERE TO TRACK THAT??
THANKS,
SACHIN
‎2007 Apr 20 12:30 PM
Hi ,
First : Check out in the specify files, step particularly for the file structure . whether u have checcked the check box of FIELD NAMES at the beginning of the file ... if it is checked ... then u have to include those fields .. in the first line in the file .
second ... if u have have written any routines for any field ... then check whther the syntax is correct ... also check the Mapping of the fields b/w the source & target structure...
let me know the reply from u ...
reward points if it is useful/...
Thanks,
Manjunath MS
‎2007 Apr 20 5:55 AM
Hi Sachin,
Plz go through this Useful urls:
It is given step by step screen shots.
http://www.sap-img.com/sap-data-migration.htm
http://www.sapgenie.com/saptech/lsmw.htm
http://www.allsaplinks.com/lsmw.html
http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
Rewords some points if it is useful.
Rgds,
P.Naganjana Reddy
‎2007 Apr 20 6:12 AM
Hi Sachin,
Check the following it contains step by step procedure,
https://help.sap.com/saphelp_nw04s/helpdata/en/87/f3ae74e68111d1b3ff006094b944c8/content.htm
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Apr 20 12:30 PM
Hi ,
First : Check out in the specify files, step particularly for the file structure . whether u have checcked the check box of FIELD NAMES at the beginning of the file ... if it is checked ... then u have to include those fields .. in the first line in the file .
second ... if u have have written any routines for any field ... then check whther the syntax is correct ... also check the Mapping of the fields b/w the source & target structure...
let me know the reply from u ...
reward points if it is useful/...
Thanks,
Manjunath MS
‎2007 Apr 21 8:28 AM
Go to the step 'Display convert program', (if you can't find it in your LSMW project, click the button 'Main Program' and choose it).
Then execute this step, go to the program code place and set a breakpoint.
After this, run convert data again, to check the reason for your LSMW mapping setting.
It looks you meet a wrong source data or format problem in source file.
thanks