‎2008 Nov 13 10:50 AM
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
‎2008 Nov 13 11:06 AM
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....
‎2008 Nov 13 11:06 AM
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....
‎2008 Nov 13 1:46 PM
Ok that's what I search, all it's fine now
Thank you very much for your response