cancel
Showing results for 
Search instead for 
Did you mean: 

Delta load Issue in the R3 generic datasource

Former Member
0 Kudos

Hi All,

We are using a generic extractor which will be extracting from the R3 system through Delta update. Yesterday, the load has taken almost thrice the amount of time when compared to the previous loads and we found that the number of creation/changed records i.e. the delta records that are need to be picked up by the extractor are also quite normal. We were not facing any issue on the load before.

The job has taken more time while fetching the records from the table "RSOORMPC". We have also checked with the basis team and they confirmed that system performance is not slow during that period. Also, there is no dump or log created in the system for this issue.

Could you please give your views on this issue why this has occurred??

For your information, the repeat delta which we had triggered has picked up only 0 records.

Your suggestions will be verymuch helpful for us as it has happened in the production environment. If you need anymore information please give me a shout.

Regards,

Yokesh Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

What is the generic datasource based on ?

Is it Function Module based ???

Regards

sateesh

Former Member
0 Kudos

Sateesh,

The extractor is function module based only. Load did not even entered the code which we had written. While calling a standard program itself, the load got stuck.

Regards,

Yokesh Kumar.

former_member185181
Active Contributor
0 Kudos

try setting a breakpoint and see what happens in calling the standard program

Former Member
0 Kudos

Hi,

Generally the main disadvantage of fuction module is taking more time pleae check any expensive SQL statement

Regards

sivaraju