Menu

SAP Function Module BAPI_PRODCAT_REPLICATEITEMS

Replicate Item Data of a Product Catalog (ALE Outbound)

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 BAPI_PRODCAT_REPLICATEITEMS (Replicate Item Data of a Product Catalog (ALE Outbound)) is a standard Function Module in SAP ERP and is part of the function group 1071 within the package WWMI.

Technical Information

Function Module BAPI_PRODCAT_REPLICATEITEMS
Short Text Replicate Item Data of a Product Catalog (ALE Outbound)
Function Group 1071
Package WWMI
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CATALOGID LIKE BAPIADMID-PRODCAT Product Catalog to be Replicated
CREATIONDATETO LIKE BAPIPCALEHLP-DATETO Final Date for the Selection of Change Pointers
MAXITEMS LIKE BAPIPCALEHLP-MAXOBJ 100 Maximum Number of Items per IDoc
REQUESTCHANGES LIKE BAPIPCALEHLP-REQCHA SPACE Indicator, Replicate Modified Data Only
REQUESTCOMPLETE LIKE BAPIPCALEHLP-REQCOM SPACE Indicator, Send Item in Full
TESTRUN LIKE BAPIPCALEHLP-CPTRNO SPACE Indicator, Do Not Reset Change Pointers

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
AREAIDS LIKE BAPIPCAREAID Layout Areas of CATALOGID to be Replicated
COMMUNICATIONDOCUMENTS LIKE BAPIPCOBJID Key of Created IDocs
ITEMIDS LIKE BAPIPCITEMID Items of AREAIDS to be Replicated
RECIPIENTS LIKE BAPIPCRECIPIENTS Logical Receiving Systems for PCITEMS Data
REPLICATEDCATALOGIDS LIKE BAPIADMID Numbers of Replicated Product Catalogs
REPLICATEDITEMKEYS LIKE BAPIPCITEMKEY Keys for Replicated Items
REPLICATEDMATERIALIDS LIKE BAPIPCMATERIALID Numbers of Replicated Materials
RETURN LIKE BAPIRET2 Return values
VARIANTIDS LIKE BAPIPCVARIANTID Variants of CATALOGID to be Replicated

Exceptions

This function module does not define any Exceptions.