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

How to write code in SE38

Former Member
0 Likes
377

hi ,

can anybody tell me how to write the code to check if any new entry exist in the table since the last run.

Thanks,

Loveena

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
345

Hi,

If Table has date & time fields, then you can check

Select * from ZTABLE
        into table itab
         where date GT '20071023'.

You can also add time field in where clause if required.

Best regards,

Prashant

1 REPLY 1
Read only

Former Member
0 Likes
346

Hi,

If Table has date & time fields, then you can check

Select * from ZTABLE
        into table itab
         where date GT '20071023'.

You can also add time field in where clause if required.

Best regards,

Prashant