Menu

SAP Function Module INIT_MASTERWARRANTY_EXTERN_NR

Initialisierung Mustergarantie Externe Nummer

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 Function Module INIT_MASTERWARRANTY_EXTERN_NR (Initialisierung Mustergarantie Externe Nummer) is a standard Function Module in SAP ERP and is part of the function group BG00 within the package DWA.

Technical Information

Function Module INIT_MASTERWARRANTY_EXTERN_NR
Short Text Initialisierung Mustergarantie Externe Nummer
Function Group BG00
Package DWA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_MGANR LIKE VBGMK-MGANR Master warranty number
I_NUMKE LIKE T790G-NUMKE Number range for external number assignment
I_T790 LIKE T790 Transaction table
I_VBGMK LIKE VBGMK Master warranty table (VIEW)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_MGANR LIKE VBGMK-MGANR Master warranty number
E_VBGMK LIKE VBGMK Master warranty table (VIEW)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DUPLICATE_NUMBER Doubled number
FOREIGN_LOCK Preview
INVALID_INTERVAL Interval not valid
INVALID_RANGE Interval window not valid
NUMBER_INITIAL_EXTERN Initial external number
OBJECT_NOT_FOUND Object not found
SYSTEM_FAILURE