Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC Validation

Former Member
0 Likes
385

Hi,

How to do BDC field validations. Plz help with code.

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
363

explain more

Read only

0 Likes
363

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?

Read only

0 Likes
363

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