Menu

SAP Function Module ASSORTMENT_POS_HANDLING

Anlegen / Ändern / Löschen Sortiments-Position

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 ASSORTMENT_POS_HANDLING (Anlegen / Ändern / Löschen Sortiments-Position) is a standard Function Module in SAP ERP and is part of the function group WSO1 within the package WSOR.

Technical Information

Function Module ASSORTMENT_POS_HANDLING
Short Text Anlegen / Ändern / Löschen Sortiments-Position
Function Group WSO1
Package WSOR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ASSORTMENT_HEAD LIKE WSOH WSOH-Struktur
ASSORTMENT_POS_NEW LIKE WINT_POS WSOP-Struktur neuer Inhalt (ggf. teilw. gefüllt)
ASSORTMENT_POS_OLD LIKE WINT_POS SPACE WSOP-Struktur alter Inhalt (ggf. nur Key)
CREATE_CHANGE_DOCUMENT LIKE WTDY-TYP01 'X' - 'X': Erzeugen von Änderungsbelegen
FUNCTION LIKE WTDY-TYP01 1-Anlegen, 2-Ändern, 3-Löschen, 4->s. Langtext
LOCATION LIKE WSOF-FILIALE SPACE wenn <> ' ' -> Zuordnung testen und (->Langtext)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WSCOR LIKE WSCOR Fehler-Info. Sortimente WWS

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONNECTIONS LIKE WSOF wenn Baustein noch nicht in DABA -> Zuordnung
VARIANTS LIKE WINT_WAM1 wenn Sammelartikel -> Varaianten dazu (optional)

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ASSORTMENT_POS_ALREADY_EXISTS Artikel bereits vorhanden (nur bei Anlegen)
ASSORTMENT_POS_NOT_FOUND Artikel nicht gefunden (nicht bei Anlegen)
NEW_TIME_RANGE_TOO_LONG gültig-bis nicht erhöhbar
NEW_TIME_RANGE_TOO_SMALL gültig-bis nicht reduzierbar
WRONG_FUNCTION Funktion unzulässig