Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ST03N?

Former Member
0 Likes
418

Hi all,

Can any of you have an idea ab0ut this T-Code.

What we are doing is by using one SAPWL_STAREC_READ_REMOTE function module we are updating R/3.

But in St03 we are getting some other data...means there is some mismatch of data in BOTH of these R/3 and ZTABLE.

Can anybody solve this......

Sachin.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

Hi,

You can use transaction ST03 or ST03N to determine the extent to which accesses to the Oracle database are involved in the overall response time. This portion is determined by using the "Database time" column and should not exceed 40% of the overall response time.

Furthermore, the value for "Time/User call" can be determined in transaction ST04. Experience indicates that values of more than 15ms show room for improvement. In individual cases, however, the value can be much higher due to the inclusion of special idle events, and this limits the relevance of this data.

For this tcode refer this blog:

/people/andreas.vogel/blog/2007/04/08/statistical-records-part-4-how-to-read-st03n-datasets-from-db-in-nw2004

1 REPLY 1
Read only

Former Member
0 Likes
362

Hi,

You can use transaction ST03 or ST03N to determine the extent to which accesses to the Oracle database are involved in the overall response time. This portion is determined by using the "Database time" column and should not exceed 40% of the overall response time.

Furthermore, the value for "Time/User call" can be determined in transaction ST04. Experience indicates that values of more than 15ms show room for improvement. In individual cases, however, the value can be much higher due to the inclusion of special idle events, and this limits the relevance of this data.

For this tcode refer this blog:

/people/andreas.vogel/blog/2007/04/08/statistical-records-part-4-how-to-read-st03n-datasets-from-db-in-nw2004