Hi,
I am getting following error while load the data from flat file, data loaded successfully from flat file to PSA but I got following error while updating the data from PSA to data target:
Value '010384 javablue' (hex. '30003100300033003800340020006A0061007600610062006C') of characteristic 0PO_NUMBER contains invalid characters
Message no. BRAIN060
Diagnosis
The following standard characters are valid in characteristic values as default:
!"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
Characteristic values are not allowed if they only consist of the character "#" or begin with "!". If the characteristic is compounded, this also applies to each partial key.
You are trying to load the invalid characteristic value 1. (hexidecimal representation 30003100300033003800340020006A0061007600610062006C).
I am trying to load Value '010384 javablue' to "0PO_NUMBER" info object for ODS with in one row with some other data.
Any idea or any input to resolve this issue?
Thanks in advance for any input.
Steve