Menu

SAP Function Module WSTN2_CREATE_ALLOC_PP

Call the modules for creating the allocation table

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module WSTN2_CREATE_ALLOC_PP (Call the modules for creating the allocation table) is a standard Function Module in SAP ERP and is part of the function group WSTN2 within the package WSTRN.

Technical Information

Function Module WSTN2_CREATE_ALLOC_PP
Short Text Call the modules for creating the allocation table
Function Group WSTN2
Package WSTRN
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IS_ALLOC_HEADER TYPE AUKO Allocation Table Document Header
IT_ALLOC_DC TYPE WSTN_AUVZ_TAB Table type for distribution centers in allocation
IT_ALLOC_DC_DW TYPE WSTN_AUVW_TAB Table type for delivery waves DC in allocation
IT_ALLOC_GROUPS TYPE WSTN_AUFG_TAB Table type for plant groups in allocation
IT_ALLOC_ITEMS_INS TYPE WSTN_AUPO_TAB Table type for allocation items
IT_ALLOC_PLANTS TYPE WSTN_AUFI_TAB Table type for plants in allocation
IT_ALLOC_STRUC_DW TYPE WSTN_RW14A_TAB Table type for structure of delivery waves in allocation
IV_ALLOC_NO_ASAP TYPE RW00A-AKTSW SPACE Determine allocation table number at once
IV_COMMIT TYPE RW00A-VBUKZ SPACE commit work in allocation posting module
IV_GENERIC_COMPLETE TYPE RW00A-AKTSW SPACE One variant incomplete - refuse all for generic
IV_ITEM_COMPLETE TYPE RW00A-VBUKZ SPACE Accept only complete items
IV_KNA1_CHECK TYPE RW00A-VBUKZ 'X' Check KNA1 data of plants
IV_PREFETCH_MATERIAL TYPE AUPO-MANUE 'X' Material master data
IV_PREFETCH_WLK1 TYPE AUPO-MANUE 'X' Listing conditions
IV_PREFETCH_WRF1 TYPE AUPO-MANUE 'X' Plant data (Retail sites)
IV_RESET_MSG_NO TYPE RW00A-AKTSW SPACE Reset numbering of the error messages
IV_UPDATE_TASK TYPE RW00A-VBUKZ SPACE call alloc posting module in update task

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_ALLOC_HEADER TYPE AUKO Created allocation header
ET_ALLOC_ITEMS TYPE WSTN_AUPO_TAB Table type for allocation items
ET_MESSAGES TYPE TSMESG Message table message collector
EV_RETURN_CODE TYPE SYSUBRC Return Value, Return Value After ABAP Statements

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.