‎2010 Dec 24 12:31 PM
Hi All,
I have a problem when i use SCAT script to define the import parameter
Here the error message goes...
Syntax error : &value (offset and length are not in the form +x(
Please guide me how to fix this?
Appreciate your response.
Thanks in advance
DP
‎2010 Dec 27 10:13 AM
‎2010 Dec 27 10:13 AM
‎2010 Dec 29 11:10 AM
Hi,
Thanx for the reply, but this ' ( ' is coming by itself in the Field name column in the Field list screen, that too in display mode, it is not allowed to change there. please suggest.
Keyword Field name Len New field contents
BDC_CURSOR 000 &BDC_CURSOR
BDC_OKCODE 000 &BDC_OKCODE
Material KOMG-MATNR(1) 018 10055
Calculat.type RV13A-KRECH(1) 001 Q
Valid on RV13A-DATAB(1) 010 01.05.2010
Valid to RV13A-DATBI(1) 010 30.04.2011
AddValDays KONP-VALTG(1) 002 0
DP
‎2010 Dec 30 9:36 AM
Use variable name (with &) for material, calculate.type, valid on, valid to, Add val days...
Material KOMG-MATNR(1) 018 &material
Calculat.type RV13A-KRECH(1) 001 &cal_typ
Valid on RV13A-DATAB(1) 010 &val_on
Valid to RV13A-DATBI(1) 010 &val_to
AddValDays KONP-VALTG(1) 002 &days
Edited by: praveen reddy on Dec 30, 2010 1:53 PM
‎2011 Jan 17 10:18 AM
Thanx Praveen, it is solved now, but what is 018, 001, 010, 002 before the & sign, I am not getting that in my CATT.
what does it specifies?
DP