‎2011 Feb 16 7:17 AM
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
‎2011 Feb 16 7:22 AM
Hi,
This field has conversion exit.
Pass the appropriate value after converting.
Regards,
Srini.
‎2011 Feb 16 7:45 AM
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
‎2011 Feb 16 7:54 AM