‎2006 Nov 08 5:03 PM
Hi all,
Iam having problem accesing the fields from se11 selection screen of a ztable.
I have a field (primary key) with data type numc length 4
I have uploaded data from the text file to this ztable .
data in my text file is like this
1
2
3
10
11
99
101
1009 etc
Now data in my ztable looks like this
1
10
1009
101
11
2
3
99 etc...
But when i give 1 or 0001 in my selection screen of ztable it says no entries found.
when i see all the entries i can see entry 1 in the data.
Please let me know whats wrong in here
Thanks
WAITING FOR REPLIES.
kAJOL
‎2006 Nov 08 5:17 PM
Hi Kajol,
This is just one possible solution, it might not be optimal.
If you are using a program to upload the data, you will be getting an internal table from the upload FM. Now before you send the data to the database table, you can convert it into the desired form.
Hope this helps.
Regs,
Sameer
‎2006 Nov 08 5:17 PM
Hi Kajol,
This is just one possible solution, it might not be optimal.
If you are using a program to upload the data, you will be getting an internal table from the upload FM. Now before you send the data to the database table, you can convert it into the desired form.
Hope this helps.
Regs,
Sameer
‎2006 Nov 08 6:02 PM
Hi Kajol,
Well thats unusual issue.
One thing if your field is NUMC4 then the entries it should display should be like:
0001
0010
0002 etc.... not 1, 10,2..
So just check again the data type assigned to the field and try to load again..
Hope this helps.
Manish
‎2006 Nov 09 1:29 PM
definitely prob with data elemnt and types defined i believe
kiran
‎2006 Nov 09 1:33 PM