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

Upgrading issues

Former Member
0 Likes
953

Hi Experts,

We are now upgrading our sap from ECC5 to ECC6.

Now question is what type of common issue we have to face for the same.

1.Unicode related.

2.we want to know the list of Zprogram which are not in used. Is there any way through which we can know the list of programs with the detail of last used of that program. Like STAD we can get the detail of program used within 3 days.

Please help me on these issues.

thanks in advance

regards,

Rakesh

1 ACCEPTED SOLUTION
Read only

vladimir_erakovic
Contributor
0 Likes
918

Hi Rakesh,

Try transaction ST03N and table TADIR.

Regards,

Vladimir

7 REPLIES 7
Read only

vladimir_erakovic
Contributor
0 Likes
919

Hi Rakesh,

Try transaction ST03N and table TADIR.

Regards,

Vladimir

Read only

0 Likes
918

Thanks Vladimir,

ST03N is good but it didnt provide the lasgt used date of the program. In TADIR database table contain programmer relatied data not user related. But i want to know the last used of the program.

Thanks,

Rakesh

Read only

0 Likes
918

In tables D010SINF and TRDIR you can see last date when generated (SDATE). In both tables you also have CDAT - create date and UDAT - modify date.

Read only

Former Member
0 Likes
918

There are system parameters that delete STAD data after so many days.  If you are only seeing 3 days, then that may be all that there is.

Here is a related thread:

http://scn.sap.com/thread/1099020

http://help.sap.com/saphelp_erp2004/helpdata/en/af/59f23a4453c316e10000000a114084/content.htm

Consider playing with the FM SAPWL_WORKLOAD_GET_STATISTIC.

HTH,

Neal

Read only

0 Likes
918

Thanks Neal,

Can you tell me how to use this FM:SAPWL_WORKLOAD_GET_STATISTIC.

Regards,

Rakesh

Read only

0 Likes
918

I've got some code somewhere.  I'll dig around for it.

Neal

Read only

Former Member
0 Likes
918

Hi Experts,

I have gone through few programs attributes and found that the check box of unicode check is active.

From se11->table TRDIR in field NAME i put z* and in field UCCHECK i provide =to single value and found the list of program which has unicode checked in the program attributes.

My question is that after upgradation from ECC5 to ECC6 what will be the effect of these program in terms of unicode.

Please advice for the same.

Thanks in advance.

Regards,

Rakesh