Application Development 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: 

tmg

Former Member
0 Kudos

how to create a table maintanance generator?

2 REPLIES 2

anversha_s
Active Contributor
0 Kudos

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.

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

******************

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

Former Member
0 Kudos

Hi,

Hi,

Go to SE11 enter table name ->change

Utilities-> Table Maintenance Generator

delete the Table maintenance by pressing delete button on menu,

then start creating it again.

Enter Auth.Group as &NC&

Enter function group < some name>

Maintenance Type -> One step

Overview screen -> some Number (1 or 2)

Press create

enter dev class and save, activate.

Go to SM 30 and check again.

Regards,

sowjanyagosala