cancel
Showing results for 
Search instead for 
Did you mean: 

TIME_OUT ABAP DUMP executing KE30 in Business time

Former Member
0 Kudos

HI All,

when or users areexecuting KE30 in peak load time , say from 8:00 AM to 6:00 PM it times out , but on weekends and evenings where there is less load on system it executes properly, below are memory paramaters on app server

ztta/roll_area 6500000 Byte Roll area per workprocess (total)

ztta/roll_first 1 Byte First amount of roll area used in a dialog WP

ztta/short_area 4000000 Byte Short area per workprocess

rdisp/ROLL_SHM 24576 8 kB Part of roll file in shared memory

rdisp/PG_SHM 16384 8 kB Part of paging file in shared memory

rdisp/PG_LOCAL 150 8 kB Paging buffer per workprocess

em/initial_size_MB 8192 MB Initial size of extended memory

em/blocksize_KB 4096 kB Size of one extended memory block

em/address_space_MB 4092 MB Address space reserved for ext. mem. (NT only)

ztta/roll_extension 4000000000 Byte Max. extended mem. per session (external mode)

abap/heap_area_dia 4000000000 Byte Max. heap memory for dialog workprocesses

abap/heap_area_nondia 4000000000 Byte Max. heap memory for non-dialog workprocesses

abap/heap_area_total 4000000000 Byte Max. usable heap memory

abap/heaplimit 40000000 Byte Workprocess restart limit of heap memory

ar running on db2 9.7 fp4 Instance memory is 40GB, STMM is ON, not sure what further i can tune on DB,

Regards

thumma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Thumma,

1). When running the transaction, did you checked what are the tables its reading ? Try to run ST05 trace and create an Index for the table which spends most time on it.

2). On the tables that you see in SM50 for the t-code KE30, run Individual statistics in DB20.

3). How is your St02 buffers look like. Did you run SAPPFPAR Check ?

You can run like /usr/sap/<SYSTEMNAME>/SYS/exe/run/sappfpar check pf=/usr/sap/<SYSTMENAME>/SYS/profile/<Profile name> nr=<System number> name=<System name>

Tune the SWAPs as recommended by SAPPFPAR . Refer to below link

http://basishowto.blogspot.com/2011/07/sappfpar-tools-to-check-sap-server.html

Regards,

Arjun

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello thumma,

KE30 report if getting problem then both functional and technical team need to check.

just for a refference look into the document >> http://www.erpdb.info/wp-content/uploads/2008/09/copa-reports.pdf

Regards - Sumanta

Former Member
0 Kudos

Hi,

May be you can consider increasing Dialog WP timeout parameter, additionally check this forum link for similar issue:

http://wiki.sdn.sap.com/wiki/display/ERPFI/COPAPerformanceImprovementusingSummarization+Levels

Regards,

Ashutosh