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 COM_PRODUCT_MNT_FIND_API (Suche existierendes Produkt) is a standard Function Module in SAP ERP and is part of the function group COM_PRODUCT_MAINTAIN_API within the package COM_PRODUCT_API.
Function Module | COM_PRODUCT_MNT_FIND_API |
Short Text | Suche existierendes Produkt |
Function Group | COM_PRODUCT_MAINTAIN_API |
Package | COM_PRODUCT_API |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_INTERLINKAGE | TYPE | COMT_PRODUCT_IL_API | Interlinkages zum Produkt | |
IS_PRODUCT | TYPE | COMT_PRODUCT_MAINTAIN_API | API Struktur für allgemeine Produktdaten | |
IS_SET_MAT | TYPE | COMT_PROD_MAT_MAINTAIN_API | API Struktur für Materialdaten | |
IS_SET_SRV | TYPE | COMT_PROD_SRV_MAINTAIN_API | API Struktur für Servicedaten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_PRODUCT_OLD | TYPE | COMT_PRODUCT | Kopfdaten des Produktes, falls bereits vorhanden | |
EV_PRODUCT_FOUND | TYPE | COMT_BOOLEAN | Produkt existiert bereits | |
EV_PRODUCT_GUID | TYPE | COMT_PRODUCT_GUID | Produkt-GUID (für neue Produkte neu gezogen) |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CV_SAVE_INACTIVE_FLAG | TYPE | COMT_PR_INACT_FLAG | Produktspezifische Steuerung, ob inaktiv gesichert wird | |
CV_SUPRESS_INACT | TYPE | COMT_BOOLEAN | Produktunabhängige Steuerung, ob inaktiv gesichert werden darf |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.