cancel
Showing results for 
Search instead for 
Did you mean: 

st02 issuess

former_member182505
Contributor
0 Kudos

hi gurus

what is have to do if there is something red in st02?

in my server it is showing red. help required.

Table definition-

Field definition

Initial records

program

CUA

Screen

Calendar

Generic Key

Single record

Export/import

thanks/regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello Sadiq,

Entries in red means there is lots of buffering which means the size of buffers is too small and hence this is slowing down the performance

best method is Increase the value of these buffers by RZ10 profile parameters by around 15-20%

refer to http://help.sap.com/saphelp_nw04/helpdata/EN/c4/3a6ecc505211d189550000e829fbbd/content.htm

for more info

Rohit

former_member182505
Contributor
0 Kudos

hi

thanks lot

Former Member
0 Kudos

hiii

how r u?

bhai can u forward some screen shots of monitoring issues.. plsss

thanks

Former Member
0 Kudos

Hi

Performance tuning is a detailed analysis task in which u have to check every aspect of the system, like which reports u r facing in slowing down the performace. Especially the Z reports (Customized). u can check the system processes by using SM51 and analysis the programs. If u r having issues with custom reports then it is recommended to make them tuned by ABAPER.

For Buffer analysis in ST02, u should review Extended Memory used level, and then tune buffers accordingly. But Recommendation is to read Note 88416 (Zero Memory Management)

Focus on these Parameters:

rsdb/ntab/ftabsize

rsdb/ntab/entrycount

rsdb/ntab/irbdsize

abap/buffersize

*Also keep in mind there is no general rule to set parameters, it totally depends on ur system analysis.

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Check the below links for more clartiy on [st02|http://help.sap.com/saphelp_nw70/helpdata/EN/02/96263e538111d1891b0000e8322f96/content.htm]

[Link|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/high-rollwait-time-1514656?cv=expanded]

[Link|http://help.sap.com/saphelp_nw70/helpdata/EN/c4/3a6dbb505211d189550000e829fbbd/frameset.htm]

Program:abap/buffersize

GenericKey:zcsa/table_buffer_area Bytes

Entries: zcsa/db_max_buftab

SingleRecord Size: rtbb/buffer_length

Screen:zcsa/presentation_buffer_area Bytes

CUA rsdb/cua/buffersize

Table Definition Size is determined by the number of entries

Entries: rsdb/ntab/entrycount

Field Description Size: rsdb/ntab/ftabsize

Entries: 2 * rsdb/ntab/entrycount + 1

Initial Records

Size: rsdb/ntab/irbdsize

Entries: 2 * rsdb/ntab/entrycount + 1

ShortNameTAB

Size: rsdb/ntab/sntabsize

Regards

Uday

former_member182505
Contributor
0 Kudos

hi gurus

thanks

keep posting plz.