cancel
Showing results for 
Search instead for 
Did you mean: 

Filter dates in delta update method

Former Member
0 Kudos

Hi experts,

I need load an infocube with information about HR with a delta update method.

It will run through a process chain of once a month. In each run has to update the information in the past two months for a range of employees.

How I can configure the filters infopackage dates to update the last 2 months with a delta update method?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This can be done by pseudo delta.

You can give the range of selections for the Emp's in the Infoapackge and write routine at Infopack level for the date field on which you want to extract and schedule this monthly basis thru PC

The logic should extract last 2 months and update month - 1 in TVARVC table and when new load begin it reads the month from TVARVC table and extracts last months ..... so on

You can take abaper help to write the routine in Infoapck using tvarvc table