Hi all,
I have created a custom field of type numc and length 4.
Iam uploading data from text file to the ztable.
an again i retrieving data from the same table in other program
if its value is 1 its saving in database as 1 its not saving as 0001.
When i go into selection screen of ztable and give 1 as input it says no records found but when i see data without any input i see data 1 .
So i ahve to convert that field using fm CONVERSION_EXIT_ALPHA_INPUT before saving it to ztable so that i would save as 0001.
is there any alternate way for this which can be done at table itself rather than using the fm at program level.
Thanks