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: 

general

Former Member
0 Kudos

is their any diff between transactions sm30 and sm31 if so plz reply to me.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi manjula,

SM30 -> used to Maintain Table Views.

SM31-> used for Table Maintenance .

reward points if helpful.

with regards,

suresh babu

6 REPLIES 6

Former Member
0 Kudos

no u can use both mostly use sm30

Former Member
0 Kudos

hi

good

SM30 : Call View Maintenance of tables and views

SM31 : Call View Maintenance Like SM30

thanks

mrutyun^

former_member198270
Active Contributor
0 Kudos

hi manjula,

SM31 and SM30 can also be used to display and update table data. SM31 is an older version of SM30 that has less functionality. The input field on the first screen of SM30 is long enough to accommodate any table name; on SM31 it is only five characters long. Before you can use either one, a special program called a standard maintenance dialog must be generated for the table you want to display.

A standard maintenance dialog is an ABAP/4 program that you generate. When you invoke SM31 or SM30, the data browser will automatically find and invoke that generated program. It provides a more complex interface and more functionality than SE16. For more information on maintenance dialogs and the procedure to create them, consult the R/3 Library help.

Please check this links for more info.

http://help.sap.com/saphelp_47x200/helpdata/en/67/86b109415811d1893d0000e8323c4f/frameset.htm

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm

<i>Reward points if helpful.</i>

Regards,

amber S

Former Member
0 Kudos

hi,

SM30 Maintain Table Views.

SM31 Table Maintenance .

reward with points if helpful.

Former Member
0 Kudos

hi manjula,

SM30 -> used to Maintain Table Views.

SM31-> used for Table Maintenance .

reward points if helpful.

with regards,

suresh babu

Former Member
0 Kudos

Both are similar functionality only,but sm31 has some more advanced options than sm30.