‎2007 Jun 13 6:55 AM
HI IN IDES ECC5.0 HOW TO <b>CREATE TRANSACTION CODE FOR A DATABASE TABLE .</b>
‎2007 Jun 13 6:56 AM
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...
Regards
Gopi
‎2007 Jun 13 6:56 AM
Hi
See these links and do accordingly
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
Reward points for useful Answers
Regards
Anji
‎2007 Jun 13 7:04 AM
Hi,
Table Maintenance generator is required to do Manual entries in the Table.
If the requirement is to update the table only programmatically
and not manually then table maint generator is not required.
Manual entries in table can be maintained ( New record can be inserted / existing can be modified )
using transaction SM 30, if the table maintenance for the table is generated.
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
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...
Regards,
Padmam.