‎2006 Dec 18 3:30 AM
i have a t-code , i wnt to find a link in SPRO.
Pls tell me how can find.
‎2006 Dec 18 3:45 AM
‎2006 Dec 18 3:46 AM
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
‎2006 Dec 18 3:50 AM
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