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

Custom Transaction finding

Former Member
0 Likes
566

Hi All,

I m a functional consultant, i would like to know whether any Custom Transaction is maintained for a given Custom table.

Whats the best procedure to find this.

Regards,

Chandu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Hi,

Try with table maintanence (SM30)

Regards,

jaya

4 REPLIES 4
Read only

Former Member
0 Likes
526

Hi,

Try with table maintanence (SM30)

Regards,

jaya

Read only

ThomasZloch
Active Contributor
0 Likes
525

FAQ, please search before posting.

One example of many:

Thomas

Read only

Former Member
0 Likes
525

hi Chandu,

go to SE16>table name ( DD25V)>Enter primary table name as (SKAT)-->enter AGGregate as (V) in the selectopn screen

you get the view name from above results..

next go to tabble->TSTCP>Enter View name as ( /SM30 VIEWNAME=(tablename),UPDATE=X )

from above results you can get the t-code related to table name

Regds / Prabhudas

Read only

Former Member
0 Likes
525

hi Chandu,

go to SE16>table name ( DD25V)>Enter primary table name as (Custom Table name)-->enter Aggregate as (V) in the selectopn screen -->Execute

you can get the view's names for custom tables..

Go to tabble->TSTCP>Enter View name as ( /*SM30 VIEWNAME=(Custom tablename),UPDATE=X; )-->execute

from above results you can get the t-code related to table name

Regds / Prabhudas