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 converting data

sachin_soni
Active Participant
0 Likes
720

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

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

4 REPLIES 4
Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
649

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

Read only

Former Member
0 Likes
648

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