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

table entreis

Former Member
0 Likes
1,032

hi to all,

help me in this issue,

i am having a table for ex ztable in that have added a field called zins which of char 1 and updated with indicator x and when i see in the entries of the table

when i keep this zins = ' ' it is not giving any values

if we not give this = it is displaying the values.

thanks in advance

kiran kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
990

Kiran,

Frist trying to check whether the table is being updated or not by using SM13.

Ty

SDN FAN

8 REPLIES 8
Read only

Former Member
0 Likes
990

Hi

Please change your select to <b>zins is initial</b>

It should then work

Read only

anversha_s
Active Contributor
0 Likes
990

hi,

check this.

<b>zins = space.</b>

or

<b>zins = initial.</b>

rgds

anver

if hlped pls mark points

Read only

venkata_ramisetti
Active Contributor
0 Likes
990

Hi,

If you want to see the enties in the table, you should not enter ' ' in the field.

You can get entries in the following way.

1. Goto the selection-screen for the table (Go to transaction SE16 and give the table name and press Enter)

2. Lick Select-options(F2) and select 'single value'(=) and click OK.

3. Now execute itm you will get the required data.

Thanks,

Ramakrishna

Read only

0 Likes
990

hi rama krishna,domnic

but when keep eq in table entries selection screen of that field i have kept in value range of the domain when eq space and when it is X ,it is not showing any values but values are in the database.

thanks in advance

kiran kumar

Message was edited by: kiran kumar

Message was edited by: kiran kumar

Read only

Former Member
0 Likes
990

Hi,

Instead of giving = ' ' , try giving <b>NE</b> 'X'.

Regards,

Read only

0 Likes
990

hi sreejesh i have tried that condition also but it is not working

thanks in advance

kiran kumar

Message was edited by: kiran kumar

Read only

0 Likes
990

hi to all

when awe add a field in the table and update it will it effect all the fields of table or only to that field

since when iam selecting values for that field in sele ction screena as = it is not giving any values but when i keep = X it is showing values which i have update the x values.

thanks in advance

kiran kumar

Message was edited by: kiran kumar

Read only

Former Member
0 Likes
991

Kiran,

Frist trying to check whether the table is being updated or not by using SM13.

Ty

SDN FAN