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

Values not read from database table.

Former Member
0 Likes
434

Hi experts,

I have an issue reading values from the database table. In my custom table I have a KUNAG field. The Sold-to partyis a 10 character field. I have saved a record with KUNAG = '0000694012'.

But when i read the values in a program using KUNAG= '0000694012' no records are read. Kindly help

Regards,

Girish

3 REPLIES 3
Read only

Former Member
0 Likes
406

Hi,

This field has conversion exit.

Pass the appropriate value after converting.

Regards,

Srini.

Read only

Kanagaraja_L
Active Contributor
0 Likes
406

where condn. work for KUNAG if the Value with preceeding Zeros or Conversion Exit need to be used so Check your logic.

Can you share the Piece of code

Read only

Former Member
0 Likes
406

try with out leading zeros.