Menu

SAP Function Module MBS_MSR_SO_CREATE

DO NOT USE

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 MBS_MSR_SO_CREATE (DO NOT USE) is a standard Function Module in SAP ERP and is part of the function group MBS_MSR_SO within the package MBS_MSR.

Technical Information

Function Module MBS_MSR_SO_CREATE
Short Text DO NOT USE
Function Group MBS_MSR_SO
Package MBS_MSR
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PI_BILLTO LIKE KNVP-PARVW Partner function
PI_LANGUAGE LIKE SY-LANGU SY-LANGU R/3 System, current language
PI_ORDER_HEADER TYPE MBS_MSR_ORDER_HEADER MSHHR/3: Sales Order Header
PI_PAYER LIKE KNVP-PARVW Partner function
PI_PRICING_TYPE LIKE BAPISDLS-PRICING SPACE Pricing type
PI_SALEMP LIKE KNVP-PARVW Partner function
PI_SHIPTO LIKE KNVP-PARVW Partner function
PI_SOLDTO LIKE KNVP-PARVW Partner function
PI_TAX_CONDITION LIKE BAPICOND-COND_TYPE Condition type
PI_TEXT_ID LIKE BAPISDTEXT-TEXT_ID '0001' Text ID
PI_UNIT_SPLIT LIKE MBS_MSR_ORDER_HEADER-UNIT_SPLIT 50 Byte value
PI_WAIT_COMMIT LIKE BAPITA-WAIT Use the command `COMMIT AND WAIT`

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PO_ORDER_NUMBER LIKE MBS_MSR_ORDER_HEADER-SALESDOCUMENT Sales document

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
PIT_ORDER_ITEM LIKE MBS_MSR_ORDER_ITEM MSHHR/3: Sales Order Item
RETURN LIKE BAPIRET2 Return parameter

Exceptions

This function module does not define any Exceptions.