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

maintain table view

Former Member
0 Likes
2,258

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

6 REPLIES 6
Read only

Former Member
0 Likes
957

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

Read only

Former Member
0 Likes
957

Hi,

whether u want to update the data or u want to add fields to that table.

regards,

ravi shankar reddy

Read only

andreas_mann3
Active Contributor
0 Likes
957

use button new entries (or F5)

A.

Read only

former_member404244
Active Contributor
0 Likes
957

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

Read only

Former Member
0 Likes
957

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

Read only

Former Member
0 Likes
957

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.