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

tcode for object

Former Member
0 Likes
2,859

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,810

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

5 REPLIES 5
Read only

uwe_schieferstein
Active Contributor
0 Likes
2,810

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

Read only

Former Member
0 Likes
2,810

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

Read only

Former Member
0 Likes
2,811

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

Read only

0 Likes
2,810

Hi,

Try using SWO1 or SWO3 transaction. You will be able to find the business object complete structure.

Regards,

Jashua

Read only

Former Member
0 Likes
2,810

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.