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 : Syntax error during step Convert data with batch imput process

Former Member
0 Likes
881

Hello all,

I'm discovering SAP Tool : LSMW , I searched on forum and didn't find any response to my answer.

This is my problem :

I accomplish an imput batch process from a text file, I accomplish successfully the first 10 steps of my batch and at the step "convert data" a window opens by pointing out this message :

Syntax error :

Syntax error in prog /C1ADMC/SAP_LSMW_CONV_00000064

in include /C1ADMC/SAP_LSMW_CONV_00000064

Line 231

Arithmetic operations are only expected for operands that can be converted to numbers (numeric operands).

How can i fix this error please ?

Someone does have the same problem ?

Thank's you for your responses

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

you can go to step "Maintain Field Mapping and Conversion Rules" and CHECK SYNTAX. if it is there any syntax problem its open ABAP editor there you can find the syntax error. there you can fix that and run the step "Convert data". it solves your problem....

2 REPLIES 2
Read only

Former Member
0 Likes
693

you can go to step "Maintain Field Mapping and Conversion Rules" and CHECK SYNTAX. if it is there any syntax problem its open ABAP editor there you can find the syntax error. there you can fix that and run the step "Convert data". it solves your problem....

Read only

0 Likes
692

Ok that's what I search, all it's fine now

Thank you very much for your response