Вы находитесь на странице: 1из 9

Ищем диалог ведения для таблицы в

SAP
16 марта 2015, 16:47

Данная статья написана Дмитрием Кагликом и впервые опубликована на сайте


http://www.sapexpert.co.uk на английском языке. Если вы хотите узнавать больше от экспертов
из мира SAP раньше других, то, пожалуйста, подпишитесь на обновления на указанном сайте.
SAP Expert ранее уже писал о том, как найти диалог ведения для значений в каком-либо
определенном поле транзакции SAP.
Сегодня мы обсудим этот вопрос с немного другой точки зрения. Допустим, Вы не знаете имени
поля, но знаете имя настроечной таблицы, которая содержит нужное поле. Скорее всего, Вы
узнали об имени таблицы на каком-либо ресурсе, посвященном SAP: форум, ноты итд. Можно ли
найти диалог ведения для таблицы, зная только ее имя?
Общий ответ на данный вопрос: «Используйте транзакцию SM30». Вы можете запустить эту
транзакцию либо непосредственно по ее коду, либо выбрав пункт меню System – Services – Table
Maintenance – Extended Table Maintenance на любом экране SAP.
Давайте посмотрим на несколько вариантов использования данной транзакции.
1. Прямое ведение в SM30
Это – самый прямой способ ведения таблиц. Укажите имя таблицы в единственном поле на экране
транзакции и нажмите на кнопку «Maintain».

Вы попадете напрямую на экран ведения нужной таблицы.


Однако, зачастую вместо диалога ведения Вы получите сообшение «The maintenance dialog for …
is incomplete or not defined» с указанием имени таблицы. Это значит, нужно опробовать вариант
номер 2
2. Поиск настроечной транзакции через SM30
Укажите имя таблицы в поле на экране и нажмите на кнопку «Customizing».

Вы получите всплывающее окно, где Вы можете указать имя проекта IMG для дополнительных
ограничений зоны поиска, либо нажать кнопку «Continue w/o Specifying Project» для поиска во всём
IMG. Это – то же самое окно, которое было упомянуто в пунктах 2 и 3 предыдущей статьи.
Очевидно, что результаты работы будут аналогичны: Вы получите список пунктов из IMG, где Вы
можете настраивать необходимую таблицу.
Однако, даже этот подход не всегда гарантирует результат. Вы можете получить сообщение «No
object … maintenance IMG activity exists» с указанием имени Вашей таблицы. Также возможно, что
ни один из пунктов в IMG не будет подходить под Ваши цели. Это значит, что пора переходить к
варианту номер 3.
3. Поиск Maintenance View в SE11
Запустите транзакцию SE11 и укажите имя своей таблицы в поле «Database table». Не забудьте
проверить, что радиокнопка также находится в соответствующем положении. Теперь нажмите на
кнопку «Where-Used List», расположенную на панели инструментов.
Вы получите всплывающее окно с перечислением объектов ABAP, которые могут использовать
объект «таблица». Отметьте галочкой «Views» и снимите галочки со всех прочих элементов
списка. Для продолжения нажмите «Ввод».
Вы получите список ракурсов (вьюшек, views), ссылающихся на таблицу, которую Вы хотите вести.
Теперь скопируйте имя нужного ракурса и вставьте его в поле транзакции SM30. Опробуйте там
оба варианта, описанных выше.
Еще один способ – это дважды щелкнуть по имени ракурса в списке. В результате Вы получите
список полей в ракурсе. Далее нажмите на кнопку «Contents», расположенную на панели
инструментов.

Вы увидите диалог ведения Вашей таблицы в режиме просмотра. Теперь Вам нужно лишь перейти
в режим редактирования, если это – именно тот ракурс, который Вам нужен.
Надеюсь, что после всех проделанных шагов Вы нашли способ для ведения нужной Вам таблицы.
Знаете ли Вы другие способы ведения таблиц в SAP?
Three methods to find SAP configuration transaction
Share the knowledge!
1
25

There are many different objects in SAP that need configuring.


Not all the configuration transactions are easy to find.
Let me show some examples how to find a configuration for different SAP objects.

1. Find in IMG
IMG, or Implementation Guide, is the place in SAP system where the majority of configuration
transactions is concentrated.
You usually get to IMG via transaction code SPRO and the selecting the Project you’re working
on, or via “SAP Reference IMG” button.
IMG itself is a tree with many branches. Some of the configuration transactions repeat in
different parts of the tree, because they logically affect different aspects of configuration.
IMG has a search function, which uses the substring search for IMG description. Call up this
search feature with a toolbar icon or by key combination Ctrl-F, and type in the search string.
System will create a list of IMG nodes where the string exists.

Select the one you need and you’re ready to configure the system!

2. Field help
(Almost) all the fields in SAP have documentation, which tells you what the field is about. Its
name is Performance Assistant. You can call up this documentation with F1 button on keyboard,
while the cursor is on the field in question. Alternatively, click the question mark icon on the
system toolbar.
Other than informing you about the purpose of the field, many PA windows offer you an option
to jump to the IMG node where you can configure the field contents.
For example, there is a Transportation zone field on the Address tab of Vendor Master Record
(transaction code XK02).
Call up Performance Assistant, you will see that there is an icon with a human silhouette and a
key.

Clicking it, you get an additional window, which allows you to select an IMG project or continue
without specifying project.

Go through, and system will show you a list of IMG nodes, which allow you to configure
Transportation Zones in different branches of IMG tree.
Click one of them, and you’re ready to customize the particular field!

The same function exists in another part of “field help” – in Search Help. You usually call up
Search Help for the field with F4 key. In this case, you can get to the project selection screen
shown above with a Create New button.
3. Error message link
It may sound strange, but error messages in SAP also help you to configure the system! It works
in the same way as field help, mentioned just above.
An error message appears at the bottom of the screen when you enter incorrect data. System will
not pass you until you correct the error.

However, you can always click the status line with the error message and read a long text of the
message. This long text quite often offers you a hyperlink to the IMG node, where you can fix
the named error.
At the same time, even if there is no direct hyperlink, there can be a “Customize” button, which
we have discussed in the previous chapter.
Click it, and you’ll get exactly the same window.

The following steps are the same as described above.


Now you know at least three methods to find your way to the IMG node when you need to
configure the contents of a particular field in SAP. Which of these methods do you use? Do you
know other methods?
If you need help in finding details of a particular configuration, then feel free to contact SAP
Expert!
 

Вам также может понравиться