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

How to create T-code for SM30

Former Member
0 Likes
49,099

Hello,

Very good afternoon!

How can I create a t-code for SM30--As I had created a Ztable and validated the fields in Function group.

IN se93 while creating Tcode for the Table/View :

It was asking me the Program name and screen name...

What should I fill there...

Plz help...

ANy suggestions will be apprecaited.

regards,

Kittu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
22,873

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm this is will be the answer.

<REMOVED BY MODERATOR>

regards

Anbu

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:39 PM

6 REPLIES 6
Read only

Former Member
0 Likes
22,874

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm this is will be the answer.

<REMOVED BY MODERATOR>

regards

Anbu

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:39 PM

Read only

Former Member
22,873

Hi!

You have to create a parameter transaction.

Transaction: SM30 and skip first screen.

Dynpro field name and value:

VIEWNAME ZTABLE

UPDATE X

Regards

Tamá

Read only

Former Member
0 Likes
22,873

Choose parameter transaction, and then:

transaction: SM31

Skip initial screen

in table:

VIEWNAME <name of your Z-table>

UPDATE 'X'

Regards,

John.

Read only

Former Member
0 Likes
22,873

Hi

Allowing access to table maintenance via a custom transaction code is fairly straight forward.

Once the table maintenance has been generated for a specific database table you need to

Create a parameter transaction. See below for example

Step 1

Create parameter transaction (i.e. via SE93)

In Create Transaction Screen choose the radio button

Transaction With Parameters(parameter transaction)

Step 2

Enter transaction details. Within the Proposed values section there are a number of value which

can be setup, simply use drop down menu to view the list. The 2 values assigned in the following

example are as follows:

VIEWNAME: Set table name to maintained

UPDATE: Open table for update

Regards

<REMOVED BY MODERATOR>

lakshman

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 5:40 PM

Read only

Former Member
0 Likes
22,873

Hello,

I am sorry for the late response!

Thank you for your response and time...

Have a great evening!

Points rewarded

Regards,

Kittu

Read only

0 Likes
22,873

You can step by step:

Step 1: Goto SE93 and Create Tcode you need.

Step 2: Click to: " Transaction with parameters ( parameter transaction ) "

Step 3: At " Default values for " > Transaction: SM30 and click to checkbox " Skip initial screen ".

Step 4: At " Default value "

" Name of screen fields "                  " Value "
VIEWNAME ZABC
UPDATE X