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

Date issue in Table ( SE16)

Former Member
0 Likes
2,216

Hi All,

Z-table is having the date field .when i see the entries of the table, all the date fields are like below.

DEV 00/00/0000

QAS / /0

PRD / /

when i tried to see the entries in ALV grid format,i am able to see only NULL values. This values are visible only at Standard list format list. If i download this value am gettin gthe above values in both the cases.

what is the reason for this issue? Please help me.

Regards,

Ashok

Hi All,

Z-table is having the date field .when i see the entries of the table, all the date fields are like below.

DEV 00/00/0000

QAS / /0

PRD / /

when i tried to see the entries in ALV grid format,i am able to see only NULL values. This values are visible only at Standard list format list. If i download this value am gettin gthe above values in both the cases.

what is the reason for this issue? Please help me.

Regards,

Ashok

4 REPLIES 4
Read only

Former Member
0 Likes
1,309

Hi,

Most likely your Z-table is getting loaded with bad data. Look at where the table is getting updated and check this.

Regards,

Nick

Read only

0 Likes
1,309

Date field is of type DATS. If the date field is NULL ,it should have only 00000000 right.

How it will be able to store only 1 zero or anyother data .

Regards,

Ashok

Read only

0 Likes
1,309

Hi,

Yes, if a date is null it will contain 00000000. But my point is your date fields here do not contain null, they contain 0000/00/00 etc, which must be getting populated by some program. Find this program and analyse how it is filling these date fields with bad data.

Regards,

Nick

Read only

0 Likes
1,309

when you see in SE16 that comes with conversion exit.

for each user convertion exit converts the date format to the format given in SU01. so you are getting values as 00/00/000 or any other types.

but if you do a select query on the ztable into a internal table then you can see that its 00000000