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

ISSUE WITH ACCESSING DATA FROM TABLES

Former Member
0 Likes
551

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

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

4 REPLIES 4
Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
518

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

Read only

Former Member
0 Likes
518

definitely prob with data elemnt and types defined i believe

kiran

Read only

Former Member
0 Likes
518

Try selecting it with ...1

where . means space