Menu

SAP Function Module BAPI_PRODCAT_REPLICATEHEAD

Replicate Basic and Structure Data of a Product Catalog (ALE Outbound)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BAPI_PRODCAT_REPLICATEHEAD (Replicate Basic and Structure 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_REPLICATEHEAD
Short Text Replicate Basic and Structure 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
MAXAREAS LIKE BAPIPCALEHLP-MAXOBJ 500 Maximum Number of Layout Areas per IDoc
REQUESTCHANGES LIKE BAPIPCALEHLP-REQCHA SPACE Indicator, Replicate Modified Data Only
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
COMMUNICATIONDOCUMENTS LIKE BAPIPCOBJID Key of Created IDocs
RECIPIENTS LIKE BAPIPCRECIPIENTS Logical Receiving Systems for PCHEAD Data
REPLICATEDAREAKEYS LIKE BAPIPCAREAKEY Keys of Replicated Layout Areas
REPLICATEDCATALOGIDS LIKE BAPIADMID Numbers of Replicated Product Catalogs
REPLICATEDCUSTOMERIDS LIKE BAPIPCCUSTOMERID Numbers of Replicated Reference Customers
REPLICATEDMATERIALIDS LIKE BAPIPCMATERIALID Numbers of Replicated Variant Materials
RETURN LIKE BAPIRET2 Return Values
VARIANTIDS LIKE BAPIPCVARIANTID Variants of CATALOGID to be Replicated

Exceptions

This function module does not define any Exceptions.