‎2009 Aug 19 9:27 AM
Hi expert
I have created a ztable and maintained table maintenance generator . On production server user want a Tcode for particular table that auto maticaly open the screen where data will be posted.
Thanks
shekhar
‎2009 Aug 19 9:55 AM
Hi,
There is no tcode for any table.
Itu2019s only other way that u use tables in your transactions.
Press F1 in the field for which u want the table.
Then it will show some description... there clicks on technical settings button
in properties it will show some info including table name....
Regards,
Shamma
‎2009 Aug 19 10:18 AM
Hi,
You can create a tcode in SE93 for your table maintainance. Go to SE93 and give name of your transaction.
Press create and choose Transaction with parameters option. Enter SM30 in transaction. Tick Skip initial screen checkbox and give following values in the Default values at last.
UPDATE X
VIEWNAME 'Your Table Name'.
KR Jaideep,
‎2009 Aug 19 12:41 PM
Hi Shekar, as far as i know we can give the tcode while maintaining the table. I shall tell you the exact procedure after trying it.
‎2009 Aug 19 7:23 PM
Hi
Follow the below steps:
Goto SE93
Create a new t-code
In the pop up select last radio button "Transaction with Paramenters(Parameter transction)"
In default values tab give Transaction as SM30
Select Skip first screen checkbox
at most bottom
at Default values give as
VIEWNAME <YOUR TABLE NAME>
UPDATE X
.