2007 Jun 19 5:20 AM
Hi All,
How to create T.Code for a Custom Table.
I have tried it in SE93. But I have no idea how to create T.Code for a table. So please help me in this issue.
Thanks in Advance,
Regards,
Ramana Prasad.
2007 Jun 19 5:22 AM
hi,
We can create Tcode for a table.
follow the procedure as below.
1. create table maintenace generator in se11.
2.adjust the entrie in table using se14 use SAVE radiobutton while adjusting.
3.go to se93 select Transaction with parameters .
4.provide THE FOLLOWING PARAMETERS.
VIEW <TABLEVIEW NAME >
UPDATE 'X'.
SAVE THE TCODE .
THIS WILL CREATE THE TCODE FOR A TABLE .
~~Guduri
2007 Jun 19 5:22 AM
hi
Go to se93.
Then create the new T.code.
Under that select parameter Transaction.
Then give the sm30 in the t.code in default values tab.
check the checkbox skip initial screen.
in classification tab.
click checkbox inherit gui attributes..
Now below..
In the default values..
select
viewname and give ur table name.
UPDATE= X
save and check it once...
thanks
Ashu
2007 Jun 19 5:23 AM
Hi,
For creating a tcode for a table..
First you have to create a table maintenance for that table in SE11...
hope you have completed the TM part..
Steps for creating tcode..
GO TO se93
Give the tcode name..
Then press create..
Give description..
Choose the option.."Parameter transaction"
Press enter..
in the tcode give SM30..
Press enter..
Check the skip first screen check box..
In the bottom of the screen..Give the following entries..
VIEWNAME Table name
UPDATE X
Press save...
Thanks
Naren
2007 Jun 19 5:23 AM
Hi,
See the links
Check this link for creating a transaction code for a TM
http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm
Please go throught below link ..... it was given with screen shots of the T.code Creating for the table after the maintaince view had been created ......
http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm
Regards,
Padmam.
2007 Jun 19 5:23 AM
Please refer these links:
https://forums.sdn.sap.com/click.jspa?searchID=3261623&messageID=3593472
https://forums.sdn.sap.com/click.jspa?searchID=3261623&messageID=3594070
https://forums.sdn.sap.com/click.jspa?searchID=3261623&messageID=3396254
https://forums.sdn.sap.com/click.jspa?searchID=3261623&messageID=3593468
Thanks,
Max
2007 Jun 19 5:24 AM
Hi,
Table Maintenance generator is required for that..
How to activate Table maint.
Goto SE11 and open the table.
Click UTILITIES -> Table Maint. Generator, Enter the details and click on Save. Then activate the table.
chk a sample 1.
refer.
******************
how to create a a T-code of that
Go to se93.
Then create the new T.code.
Under that select parameter Transaction.
Then give the sm30 in the t.code in default values tab.
check the checkbox skip initial screen.
in classification tab.
click checkbox inherit gui attributes..
Now below..
In the default values..
WRITE
viewname = give ur table name.
show = X
save and check it once...
now u can able to call ur table through ur new t.code...
Rgds
Anversha
2007 Jul 23 10:27 AM
Can someone tell where these custom Tcodes are stored? Which table name?
I need to do a reverse of this activity. I need to find out Tcodes already created for a custom table view. I have a list of around 50+ custom tables for which someone might have created a T-code. And I need to find out that Tcodes.
Thanks.
Shreyas
2007 Jul 23 11:48 AM
hi,
goto SE93 transaction code and then enter Create.
it will ask for programname..link that with the program name which u want to fetch the result..i think this should solve ur problem.