cancel
Showing results for 
Search instead for 
Did you mean: 

Infopackage Load taking very long time

Former Member
0 Kudos

Experts,

I am trying to troubleshoot why our infopackage loads are taking so long.  The infopackage is loading to 0REFX_3, and it is real estate data.

The strange thing is that some data packages take about 5 minutes to load 16,000 records, and others take about 3 hours to load about 15,000 records.  Please see attached screenshot showing the job log in ECC.  Examining the data in the data packages, I noticed the data packages taking a longer time to load had blank values for fields RSOBART (Partner (short)) and RSPAROBVAL (Partner IO), although I'm not sure that is the problem.

There is ABAP code on the infopackage selections (see attached Screenshot).  Would this potentially slow down the load?

There also appear to be some "custom enhancements" in the job log but the names of these look like standard FM calls (e.g. BW_BTE_CALL_BW204010_E (BTE) ).  Could this be slowing down the load?  Any ideas or suggestions are welcome.

My supervisor says this has to do with our upgrade to Support Pack SAPKW73113, but again, if it relates to that, then why do some data packages load so much faster than others?  It should never take 3 hours to load 15,000 records.

Thanks,

Kevin


Accepted Solutions (0)

Answers (1)

Answers (1)

sander_vanwilligen
Active Contributor
0 Kudos

Hi Kevin,

The only way is to analyze where it goes wrong. It is always wise to review the ABAP coding (which you did not share) and the BTE implementation (which you also did not share). However, I think that somewhere else it slows down. You might have to debug the extraction using t/code RSA3 to narrow down where the problem occurs.

Please also review SAP Notes. You can search on: "0REFX_3" and "performance" with Search Method Extended Syntax.

Best regards,

Sander

former_member183519
Contributor
0 Kudos

Hello Kevin,

as mentioned by sander u can make use of debugging.

or

activate abap trace (ST05) and then execute  extraction (RSA3, then deactivate trace and check the log... u will get to know exactly which step it takes time.

Regards,

Hitesh