Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The table SRETAPEXIT (Assignment of Exit Modules to Applications) is a standard table in SAP ERP. It belongs to the package SRET.
Table | SRETAPEXIT |
Short Text | Assignment of Exit Modules to Applications |
Package | SRET |
Table Type | Transparent Table |
Field Name | Key | Description | Data Element | Type | Length | Check Table |
---|---|---|---|---|---|---|
APPLKEY | ✔ | Application key | SRET_APPLK | CHAR | 10 | |
EXITTYPE | ✔ | Type of exit function for an application | SRET_EXTYP | CHAR | 1 | |
EXITNAME | ✔ | Exit (function module name) for an application | SRET_APEXT | CHAR | 30 | * |
CREA_USER | User who created the entry | SRET_CREAU | CHAR | 12 | ||
CRTIME | Creation time - date and time acc. to UTC | SRET_CRTIM | NUMC | 14 | ||
CHNG_USER | User who changed the entry | SRET_CHNGU | CHAR | 12 | ||
CHTIME | Last change - date and time (UTC) | SRET_CHTIM | NUMC | 14 |