cancel
Showing results for 
Search instead for 
Did you mean: 

Training data-HR---0TRAINTYPE_ATTR

02-21-2012 11:05 AM
151 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

We are on BW 3.5 flow and facing one issue related to Multiple object Id's . When we extract the Master data from HR we are getting 2 records with same object id one record is delimited to old date and another one is active one.

I just want to know how to extract only one active record in BW 3.5 i know that there are some option like - handle duplicate record option available in BI.

Please help me to get this solved.

Thanks

Ram

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

This is a standard functionality that it brings the start date & end date of course . That means it stores time dependent master data .

But still if you want to store the active one , you have to write a start routine where you have to delete those records from SOURCE_PACKAGE where the current system date does not fall between the Fields : BEGDA & ENDDA .

After writing this code the system will send ahead only those records for which the current date falls between BEGDA & ENDDA i.e the active records into the master data .

Regards,

Ashutosh Singh