Hi All
We have an extractor 0HR_PA_PA_1 which is that it is taking too long to
run. So now the solution is to amend this extractor to select by calender
date.( as below.)
1) for MON-THU, this extractor should select records from 01/01/2006 to
current date.
2)for FRI, the extractor should run as it currently does.
then drop the data and reload the same.
How do I do this . Please help.
Thanks
Hi,
In the info package you can write a routine / using abap code for Calender day characteristic.
In the variable type column select ABAP routione (06) and there you can write an ABAP code for the selection for a MON - THU.
Similarly create another infopackage here also you can write a routine / using abap code for Calender day characteristic for FRI.
Assign Points if useful
Regards
Venkata Devaraj
Add a comment