cancel
Showing results for 
Search instead for 
Did you mean: 

Delta-enabled custom extractor for a full-load standard extractor

Former Member
0 Kudos

Hello Gurus,

We are using the standard extractor 0CO_PC_ACT_05 which is basically doing the full load. But in our project, it is running for around 45 minutes daily due to huge volume and the client asked us to create a custom extractor for the same with delta capability.

My Approach

This standard extractor is based on a function module (KKBW_XBEW_BW_GET_DATA_IS4).

1. Copy the standard extractor, and append it with date/timestamp field from the base table MBEW.

2. Copy the above function module and replace the existing structure with our new appended structure.

3. Write the logic for delta using date/timestamp in the function module.

4. Create a generic data source using this function module and extract structure, with generic delta as the appended date/timestamp field.

Will this work? Am I doing talking anything wrong? Can anybody give your valuable suggestions on this?

Thanks

Renjith

Accepted Solutions (1)

Accepted Solutions (1)

kohesco
Active Contributor
0 Kudos

Hi,

there is a reason why SAP do not allow delta's via this datasource. SAP recommends that you load the data following period-end closing for the closed period. So you can do loads restricting fiscal period. If your requierement is different you will need to set up the whole thing on your own.

Grtz

Koen

Former Member
0 Kudos

Hello,

Sorry I didnt get you completely. Can you please explain me why SAP do not allow delta for this data source?

Thank you

Renjith

kohesco
Active Contributor

Hi,

The extractor is build per fiscal/period not at day per day basis, so no daily delta possible like we know it, but you can extract data per fiscal/period.

Grtz

Koen

Answers (0)