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

Upgrade Program

Former Member
0 Likes
614

Hello,

Is there any SAP standard or Custom program (if u develop) is availbale to know list down all custom development objects for example (programs, tables,userexits, sap scripts and so on) as report . This is work estimatation of upgrade project.

Please let me know if anybody have information on this.

********Poorna**********

5 REPLIES 5
Read only

Former Member
0 Likes
576

Hi,

There is no such SAP standard or Custom program for upgration.

Regards

Rams

Read only

Former Member
0 Likes
576

Hi Poorna,

Do you mean the list of the reports and all developed by your team. If this is the case i guess you can see the Package/Development class of all you custom objects.

Thanks & Regards,

Kiran I

Read only

Former Member
0 Likes
576

Hi,

Ealier i was involved to upgrade from 3.1i to 4.7,

just check the extended program check, some times you need to change the FMs.

Regs

Rams

Read only

Former Member
0 Likes
576

hi Poorna,

In order to get the list of all custom objects in the system, there are no standard porgrams available as such.

But you can easily get the list of all objects from the Data browser very easily and get the list to Excel and sort it out....

1. Go to Transaction <b>SE16</b>->enter table <b>TADIR</b>->press Enter

2. In the selection screen, you can restrict the result by choosing the types of objects you need to get..press F4 on the object type field (field OBJECT)and choose the required objects.

3. Chosse Z, Y development class/package...field (DEVCLASS)

4. Remove the default maximum number of hits 200..leave it as blank

5. Press F8 -> you get the list of all objects

6. Goto System->list->save->localfile and choose spreadsheet.

Repeat the same process with table <b>TFDIR</b> to get the list of all custom function modules and their corresponding includes.

To get the list of modified programs, use table <b> SMODILOG</b> and repeat the same process as mentioned above.

Hope this helps.

Sajan.

Read only

Former Member
0 Likes
576

Hello All,

Thank you to all.

Actually i need program to list out and i have almost impleted the same. I am bit wondering any body is already done this?.

********Poorna********