cancel
Showing results for 
Search instead for 
Did you mean: 

Ignoring records from S4->CPI-DS->IBP? To be done in CPI-DS or IBP postprocessing?

FarooqAhmed
Participant
0 Kudos

Hi CPI-DS/IBP Team.

We have a data extraction being done from S4 to IBP through CPI-DS.

How to ignore the records with keyfiguredate from S4->CPI-DS->IBP? To be done in CPI-DS or IBP postprocessing?

Also let me know how to do the viceversa like considering only records which has specific date?

Please suggest the best practice in CPI-DS/IBP which can filter from S4 extractor.

Thank You.

Regards,

FA

Accepted Solutions (0)

Answers (2)

Answers (2)

balazsbence95
Active Participant
0 Kudos

Hi,

If you do not want certain columns/attributes loaded to IBP, simply skip mapping those columns to the target.

If you do not want certain records loaded to the target IBP table, use filters.

Best regards,
Bence

abdulmajidm
Explorer
0 Kudos

Hi Farooq,

you can filter it out in the query
Date != '01/01/2021'

this will exclude the records with above date and extract remaining and

Date = '01/01/2021' to extract records only with this date