‎2006 Nov 13 10:59 AM
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**********
‎2006 Nov 13 11:05 AM
Hi,
There is no such SAP standard or Custom program for upgration.
Regards
Rams
‎2006 Nov 13 11:09 AM
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
‎2006 Nov 13 11:13 AM
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
‎2006 Nov 13 11:22 AM
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.
‎2006 Nov 13 11:52 AM
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********