There are some various transactions with the prefix ECENV_*. Some of them are here, which are standard included:
Transaction | Description |
ECENV_CO | Connection object |
ECENV_BP | Business partner |
ECENV_DV | Devices |
Extending objects
When you want to extend an object, we need to create a new subtype from a standard BOR object. For that, we use the transaction SWO1 and declare the object type which we want to inherit.
Now when we have defined the names of this object, we can view the inherited structure.
Relevant transactions
Transaction | Description |
ECNC | Navigator-Configuration |
SWO1 | Business Object Builder |
Leave a Reply