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

spro

Former Member
0 Likes
503

i have a t-code , i wnt to find a link in SPRO.

Pls tell me how can find.

3 REPLIES 3
Read only

Former Member
0 Likes
459

Hi Amit,

Plz give the Tcode...

Br,

Sri

Read only

uwe_schieferstein
Active Contributor
0 Likes
459

Hello Amit

Display DB table <b>OBJSUB</b> in transaction <b>SE16</b> and search for your transaction.

If the entries you have found are of type <b>'V'</b> (= view) then you can take the object (= view), call transaction<b> SM30</b>, enter the object name and push button "Customizing".

If the found entries are of type<b> 'C'</b> (= view cluster) do the same as above but using transaction <b>SM34</b>.

If the found entries are <b>neither of type 'V' or 'C'</b> then you can take the docu object, call transaction <b>SE37</b>, and test the docu object using function module <b>S_CUS_IMG_ACTIVITY_EXECUTE</b>. The function module will directly call the customizing activity. Based on its heading you can search for it in the IMG.

Regards

Uwe

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
459

Hello Amit,

Go to transaction se93.

type the transaction

click display

If this transaction is associated with a view the view name will be displayed at the bottom protion of the screen.

- Copy the view name

- go to transaction sm30

- Paste the view name

- click on the customize button

- A popup screen is displayed .

- click on "Skip"

- if the view is used at multiple places a new screen is displayed to select the relevant area

- click on the relevant area THIS TAKES YOU TO THE SPRO NODE.

For Eg: transaction code VUA5.

you can try the above procedure using the transaction VUA5

Regards,

Sourabh