如何找到一张ABAP配置表对应的事务码或者维护视图

Created by Jerry Wang on Feb 15, 2014

Case: you know the table name and you want to find the transaction code or maintenance view which could be used to maintain entries for that table

For example the table name: TB039A

(1) use tcode SM30, click customizing button. In the pop up dialog, click "Continue w/o Specifying Project":

Double click:

(2) Now you have already seen the customizing activity which could allow you to maintain table entries.

If you still need to know the maintenance view name, please continue with Edit->Display IMG Activity:

click tab "Maint.objects":

The Customizing Object V_TB039A is the maintenance view we are looking for.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

原文地址:https://www.cnblogs.com/sap-jerry/p/13624927.html