Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module AIA_TOOL_CREATE_VARIANT (Anlegen Maßnahmenanforderungsvariante) is a standard Function Module in SAP ERP and is part of the function group AIA_TOOL within the package AIR.
Function Module | AIA_TOOL_CREATE_VARIANT |
Short Text | Anlegen Maßnahmenanforderungsvariante |
Function Group | AIA_TOOL |
Package | AIR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FIRST_VARIANT | TYPE | C | ' ' | angelegte Variante ist die erste der Manf (macht nur bei CREATE-BAPI Sinn) |
I_IMAK | LIKE | IMAK | Investitionsanforderung - Allgemeine Daten | |
I_LANGU | LIKE | IMAVT-SPRAS | Sprachenschlüssel | |
I_REUSE_DELETED | TYPE | C | ' ' | Reaktivieren im Puffer gelöschter Varianten |
I_TAIF1 | LIKE | TAIF1 | Maßnahmenanforderungsarten | |
I_TAIF3 | LIKE | TAIF3 | Systemsteuerung für Investitionsanforderung | |
I_VARNT | LIKE | IMAV-VARNT | Variante der Investitionsanforderung | |
I_WAERS | LIKE | TKA01-WAERS | Währungsschlüssel | |
VARIANT_DATA | LIKE | BAPIAPPREQVARNT | Maßnahmenanforderungsvariante (Stammdaten) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_REUSED | TYPE | C | Gelöschte Variante wurde reaktiviert | |
E_VARNT | LIKE | IMAV-VARNT | Variante der Investitionsanforderung |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_IMAV | LIKE | RIMAV | Variante Maßnahmenanforderung | |
IT_IMAVT | LIKE | RIMAVT | Änderungsbelegstruktur, generiert durch RSSCD000 | |
RETURN | LIKE | BAPIRET2 | Returnparameter |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_EXT_NUMBER | Angabe externe Nummer nicht möglich |
VARNT_NOT_VALID | diese Variantennummer ist schon vergeben |
WRONG_DATA | Variantendaten stimmen nicht |