Application Development 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: 

Can we craete Tcode for Ztables and Std tables

Former Member
0 Kudos

Hi

can anyone suggest me

Can we craete Tcode for Ztables and Std tables

if possible plz inform me how to do that

Thanks & Regards

kalyan.

<thread moved, has nothing to do with ABAP Objects. Please choose your forums more carefully in future>

Edited by: Mike Pokraka on Sep 26, 2008 12:52 AM

1 ACCEPTED SOLUTION

rodrigo_paisante3
Active Contributor
0 Kudos

Hi,

Go to SE11, create a table manutence

Go to SE93, create a transaction.

In "DEFAULT VALUES"

Name of screen field

Value

VIEWNAME

<table name>

SHOW

X

Call the transaction that you create.

You will be redirect to your table.

Regards

4 REPLIES 4

rodrigo_paisante3
Active Contributor
0 Kudos

Hi,

Go to SE11, create a table manutence

Go to SE93, create a transaction.

In "DEFAULT VALUES"

Name of screen field

Value

VIEWNAME

<table name>

SHOW

X

Call the transaction that you create.

You will be redirect to your table.

Regards

Former Member
0 Kudos

Indeed you can create a transaction code for Ztables and standard tables.

If you want to use SM30 then for the tables a TM should be generated.

Then goto SE93, create the transaction and select the appropriate option.

specify transaction as SM30 and tick the check box for skip initial screen...

There down below specify in default values...

View name table name

update X

marcelo_ramos
Active Contributor
0 Kudos

Hi Kalyan,

You have to use the [ABAP Dictionary|; for this type of question. And don't forget to close this one and all your opened thread.

Thanks & Regards

Marcelo Ramos

P561888
Active Contributor
0 Kudos

Hi ,

We can create tcode through SE93.