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

Database View --> TCODE

Former Member
0 Likes
16,132

Hello All,

Can anyone tell me how to find the Transaction Code for a particular database View ?

Regards,

Deepu.K

.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,906

Goto table TSTCP.

Give PARAM = search string

<b>/SM30 VIEWNAME=<viewname></b>

It will give you the tcode for your View.

Please reward points if it works.

Lokesh

Message was edited by:

Lokesh Aggarwal

Message was edited by:

Lokesh Aggarwal

7 REPLIES 7
Read only

former_member188829
Active Contributor
0 Likes
7,906

Hi,

Goto SE11,Enter View Name and Press on Display..Then

in Menu

System--->Status.

Here u can find out Transaction code.

Message was edited by:

Vishnu Reddy

Read only

Former Member
0 Likes
7,906

Hi,

One of the option is

Goto SM30 transaction and enter the view name.

Select the button CUSTOMIZING.

This will take you to the customizing transaction which is used to create entries in this view.

Other option is to see from SE12 where used list.

Cheers

VJ

Read only

Former Member
0 Likes
7,906

Hi Deepu,

Enter your view in SM30 and user the "Find Maintenance Dialog" to retrieve the maintenance View.

Hope this helps,

Erwan

Read only

0 Likes
7,906

Hello ,

@Vishnu Reddy :

<i>Goto SE11,Enter View Name and Press on Display..Then

in Menu

System--->Status.

Here u can find out Transaction code.</i>

<b>I got the TCOde as SE11_OLD .</b>

@ Vijayendra Rao

<i> One of the option is

Goto SM30 transaction and enter the view name.

Select the button CUSTOMIZING.

This will take you to the customizing transaction which is used to create entries in this view.</i>

I'm geting a msg saying :

<b>No object (db-view-name) maintenance IMG activity exists</b>

<i>Other option is to see from SE12 where used list.</i>

In the wher used list there is no option for Transaction code .

SO how to get the Tcode ???

@ Erwan

<i>Enter your view in SM30 and user the "Find Maintenance Dialog" to retrieve the maintenance View.</i>

I'm getting the View but I need the Transaction Code ?????

Regards,

Deepu.K

Read only

0 Likes
7,906

Hi Deepu,

As those View are customizing views, only way to konw the txn code, is to find across IMG ( SPRO ) where is your custo point, then System -> Status...

...

Read only

Former Member
0 Likes
7,908

Goto table TSTCP.

Give PARAM = search string

<b>/SM30 VIEWNAME=<viewname></b>

It will give you the tcode for your View.

Please reward points if it works.

Lokesh

Message was edited by:

Lokesh Aggarwal

Message was edited by:

Lokesh Aggarwal

Read only

Former Member
0 Likes
7,906

Hi,

Goto SE11,Enter View Name and Press on Create/Display..