目录
1.SM30是什么
Transaction code SM30 can be used to display and update table data. The input field on the first screen of SM30 is long enough to accommodate any table name and before you can use the transaction code, 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 transaction code SM30, the data browser will automatically find and invoke that generated program. It provides a more complex interface and more functionality than transaction code SE16.
事务代码SM30可用于显示和更新表数据。SM30第一个屏幕上的输入字段足够长,可以容纳任何表名,在使用事务代码之前,必须为要显示的表生成一个称为标准维护对话框的特殊程序。