‎2007 Jun 24 6:32 AM
Hi,
we know that while uploading data into the database, all the data types of the fields should be of character type. But while uploading data through XD01, we have a field, language key (SPRAS). But it is of type LANG and the length is 1 .
But while entering the value in it we have to give 'EN'. So we should give 2 char length. But when I give it is saying that "Source field length is more than target length."
Please let me know how to solve it.
Thanks in advance .
Regards,
SUMAN.
‎2007 Jun 24 6:46 AM
instead of 'EN' give 'E', it's char1 field ADDR1_DATA-spras(char-1) .
(spras has conversion routine, internally it stores as 'E' but while displaying it displays as 'EN')
Siva
‎2007 Jun 24 7:39 AM
Hi
The length of the SPRAS field is 1 char. So u should give only one char. There is conversion routine inside domain. It will convert it into 2 char..
Reward me if its useful.
Regards
Ravi