Menu

SAP Function Module PRIWEB_PRICAT_DOWNLOAD

Download von Preiskatalogdaten durchführen

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 PRIWEB_PRICAT_DOWNLOAD (Download von Preiskatalogdaten durchführen) is a standard Function Module in SAP ERP and is part of the function group WEB_PRICAT within the package VPRI.

Technical Information

Function Module PRIWEB_PRICAT_DOWNLOAD
Short Text Download von Preiskatalogdaten durchführen
Function Group WEB_PRICAT
Package VPRI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_CUSTOMER TYPE KUNNR Debitorennummer
IM_CWEB TYPE PRICAT_CWEB Pricat im Internet: Customizing

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_FILENAME TYPE PRISBCPATH PRICAT: Installationspfad des SAP Business Connector
EX_RETURN_CODE LIKE SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_EX_SBC_PARAMETER LIKE BAPIPRISBCPARA PRICAT: Steuerung Business Connector

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_PRICAT_K001 LIKE PRICAT_K001 PRICAT: Katalogkopf
IM_PRICAT_K002 LIKE PRICAT_K002 PRICAT: Katalogposition Produktgruppen
IM_PRICAT_K003S LIKE PRICAT_K003S PRICAT: Katalogposition Grunddaten
IM_PRICAT_K00C LIKE PRICAT_K00C PRICAT: Kunden eines Preiskataloges

Exceptions

This function module does not define any Exceptions.