‎2008 Jun 12 11:08 AM
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
‎2008 Jun 12 11:10 AM
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
‎2008 Jun 12 11:10 AM
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
‎2008 Jun 12 11:10 AM
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á
‎2008 Jun 12 11:12 AM
Choose parameter transaction, and then:
transaction: SM31
Skip initial screen
in table:
VIEWNAME <name of your Z-table>
UPDATE 'X'
Regards,
John.
‎2008 Jun 12 11:25 AM
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
‎2008 Jun 18 1:04 PM
Hello,
I am sorry for the late response!
Thank you for your response and time...
Have a great evening!
Points rewarded
Regards,
Kittu
‎2022 May 30 5:24 AM
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