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

Abap to load data based on update date

Former Member
0 Likes
474

Friends,

I need an ABAP Code

I am putting this code in my InfoPackage Which is tied to One of my Process chain for Delta load.

Here is the logic...

Load just those records where the update date is todays date.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

*Do something...
WHERE UPDATE_DATE EQ SY-DATUM.

Greetings,

Blag.

Friends,

I need an ABAP Code

I am putting this code in my InfoPackage Which is tied to One of my Process chain for Delta load.

Here is the logic...

Load just those records where the update date is todays date.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
451

*Do something...
WHERE UPDATE_DATE EQ SY-DATUM.

Greetings,

Blag.

Read only

0 Likes
450

Hey Thanks...

I thought the same but then decided to reconfirm.