‎2007 Aug 23 6:52 AM
‎2007 Aug 23 7:00 AM
‎2007 Aug 23 7:08 AM
Hi,
The problem is say the database field is of 20 characters length , but in the internal table/flat file i have a 25 character field. How do i check whther the data would be inserted in the database or not/ field lengths are correct?
‎2007 Aug 23 7:11 AM
In BDC you have to provide the field corresponding to the conversion routine : CONVERSION_EXIT_xxxx_OUTPUT.
So, if you have a special field with value different from the database than from the dynpro, use the conversion routine to get the outside value.
If you speak about: amount, date, quantity you could just use the WRITE command to automaticaly made the conversion.
Fred