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 make a table into transaction code

Former Member
0 Likes
1,478

i have one doubt, in data dictionary we create a database table,i want to make it as a transaction code.what are the steps to follow. plz send me its very urgent

5 REPLIES 5
Read only

Former Member
0 Likes
1,257

Hi,

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

Thanks,

Naren

Read only

Former Member
0 Likes
1,257

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
1,257

Hi

Create the table maintenace generator using the steps below

and from SM39 you can edit the table entries

or write a small program to call the same SM30 transaction

and assign a Tcode for this program, which in turn calls this SM30 Tcode

table maintanance Generator is used to manually

input values using transaction sm30

follow below steps

1) go to se11 check table maintanance check box under

attributes tab

2) utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

3)

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

4) select maintaience type as single step.

5) maintainence screen as system generated numbers

this dialog box appears when you click on create

button

6) save and activate table

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

One step, two step in Table Maintenance Generator

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.

Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,257

Hi Dhamodharan,

If I'm getting you right, you want transaction code which will navigate to the table maintenance of your Z table.

First create the table maintenance generator for your Z table, then create a parameter transaction for SM30 by providing your table maintenace generator as parameter.

regards,

G@urav.

Read only

gopi_narendra
Active Contributor
0 Likes
1,257

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