‎2009 Jan 09 11:28 PM
Hi I am MM consultant,
I ned to look into an object , given its name,
what tcode should i use to look for code inside an object.
Thanks.
‎2009 Jan 11 6:16 AM
HI
You can use the object navigator ..transaction code SE80 or try using the tcode se38 if u know the program name..
Regards
Vasavi kotha
‎2009 Jan 10 1:23 AM
Hello Vinay
The class builder is executed using transaction SE24.
Alternatively, if you now the name of the class display it in SE80. Double-clicking on the methods brings you directly to the coding.
Regards
Uwe
‎2009 Jan 10 8:52 AM
Hi,
In Se16/Se11, Enter table name TSTC
You will get the program name...Then go to SE38 and enter the check the program
Regaards
Shiva
‎2009 Jan 11 6:16 AM
HI
You can use the object navigator ..transaction code SE80 or try using the tcode se38 if u know the program name..
Regards
Vasavi kotha
‎2009 Jan 12 4:32 AM
Hi,
Try using SWO1 or SWO3 transaction. You will be able to find the business object complete structure.
Regards,
Jashua
‎2009 Jan 12 4:50 PM
Hi,
I f I under stood you correctly, you need to see the code for the
given object name.
If its a program name, you could go by transaction SE38 and enter
the name of your program.
And if in case you have got the transaction code and you need to see the
code for that ,
In the main menu goto system --> status .
you would get a popup giving you the details.
From there you could double click on the program name
and you would be viewing the code.
Hope you may find this useful.