Menu

Objects Tagged "tables"

Using Maintenance Views to Display Additional Data in Extended Table Maintenance

20 ago. 2014

Sometimes, it is desirable to display data from more than one table in a table maintenance dialog. This could for example be explanatory texts or descriptions from another database table. With maintenance views, we can make that happen. Read on to learn how.

Sigue leyendo

Build Custom Selection Screens for Extended Table Maintenance

19 ago. 2014

In another post on the extended table maintenance feature of SAP ERP, I’ll explain today how to use the event AA to build a custom selection screen for extended table maintenance.

Sigue leyendo

Implementing Additional Checks in Table Maintenance Dialogs

18 ago. 2014

In yesterday’s post about table maintenance dialogs, I discussed how to create a simple table maintenance dialog in SAP ERP. Today, I will explain how this dialog can be enhanced with additional logic, for example to implement custom checks on data entered.

Sigue leyendo

How to Manage Table Maintenance Dialogs in SAP ERP

17 ago. 2014

I want to write about table maintenance dialogs in SAP ERP a bit – partly because they’re one of the most-used features of SAP development, and partly because some of their better functionality is hidden quite well. Today, I’ll discuss the basics.

Sigue leyendo

How to Extend the SAP IMG with Custom Objects

7 may. 2014

In my last post, I demonstrated how to find the customizing table for a given IMG object. Following up on that, in this post I will demonstrate how easy it is to add your own nodes to the SAP standard IMG. It just takes four simple steps.

Sigue leyendo

How to Find the Customizing Tables for IMG Objects

5 may. 2014

Quite often, developers and SAP consultants have asked me how to find out the database tables that belong to IMG objects. Some seem to know the ones they need by heart, but there is an easy way to find out which tables hold the customizing settings made in transaction SPRO.

Sigue leyendo

Edición de tablas SAP con SE16 y SE16N

17 abr. 2013

Cuando trabajamos como desarrolladores con SAP ERP®, a veces necesitamos cambiar un valor en una tabla - tal vez sólo con fines de prueba, tal vez permanentemente. Pero en la mayoría de los casos, no es posible o no vale la pena el esfuerzo de crear un diálogo de mantenimiento o escribir un pequeño programa que haga el trabajo. Pero es posible hacerlo con herramientas incorporadas

Sigue leyendo

SAP Classification Explained Part 2: Classification Tables

12 feb. 2013

After I introduced you to the classification system in SAP ERP® in the first part of this series, I’d like to go into more technical detail and explain the data model that is behind the classification. Why is this relevant? While it’s true that there are function modules to read and write classification data, sometimes (and by sometimes, I mean most of the times) it’s faster to re

Sigue leyendo