‎2008 Jan 31 10:28 AM
hi experts,
what is the use of t-code-sm30..if there are 1000 records in my table and i wan to enter 2 more entries..how can i enter those entris using sm30..what is the procedure
‎2008 Jan 31 10:31 AM
sm30 for user point of view, we create this view.
use can easily enter the data using table maintenance view
For the table maintance generator you need function group. so first create function group by using SE80 and then open se11 and select menu path
UTILITIES>TABLE MAINTANCE GENRATOR. enter essential input values like authorization as &NC and single step and two step etc.....Now save it. this is the procidure for table maintanace generator.
Finally u need to create tcode in se93 using parameter transaction for the table
Madhavi
‎2008 Jan 31 10:32 AM
Hi,
whether u want to update the data or u want to add fields to that table.
regards,
ravi shankar reddy
‎2008 Jan 31 10:34 AM
‎2008 Jan 31 10:34 AM
Hi,
GOTO SM30->specify the table name and press on maintain,now u will gt a screen ,u can see new entries on it,click on it and enter ur 2 entries and press save button.
Regards,
nagaraj
‎2008 Jan 31 10:36 AM
go to se11
enter your table name
goto UTILITIES>table maintanence
then enter authorisation group as temp
and in function group enter your table name.
then give overview screen as 100
and click enter
then go to sm30 and write
SAPL<tabname>
and click maintanence
and now u can make entry
reward appropriate points,
kushagra
‎2008 Jan 31 10:38 AM
Hi,
You will be able to enter data to customizing tables only, through SM30. For that you have to create a TMG.
But I feel only for thsoe two entrie you follow conventional methods of entering data. If u create tmg there is chance that the old data get affected.
to learn about creating table maintenance generator pls refer:
http://help.sap.com/saphelp_nw04/helpdata/en/a1/e4521aa2f511d1a5630000e82deaaa/frameset.htm
The transaction is :SE54.
Regards,
Renjith Michael.