HI Experts,
I have a exception while loading the transaction data and not sure where am going wrong, please help me in solving this issue.
The international settings in Excel and my user in SAP both are using same date format as dd.mm.yyyy.
exception as follows
Task name CONVERT:
No 1 Round:
An exception with the type CX_SY_STRUCT_COMP_NAME occurred, but was neither handled locally, nor declared in a RAISING clause
Component Name '2008.APR' of the Component 8 Contains an Invalid Character
Error: Validate with data file failed
The transformation file am using is with the data as below.
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 1
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=
*MAPPING
*CONVERSION
Z_TIME=Z_TIME_CONVERSION.XLS
Regards
suresh