ediverse Explorer la plateforme

À la une PEPPOL BIS Billing 3.0 L’obligation européenne d’e-invoicing arrive : France sept 2026, Belgique janv 2026, Allemagne 2025.
PIP 4A5 — Diffuser une prévision de ventes

PIP 4A5 — Diffuser une prévision de ventes

Choréographie RosettaNet du cluster 4, transportée en RNIF V02.00 et signée S/MIME. Maille opérationnelle entre Distributor et Manufacturer dans la chaîne d'approvisionnement high-tech.

Objet du PIP

Le PIP 4A5 diffuse une prévision de ventes du distributeur (channel partner) vers le fabricant, généralement à cadence hebdomadaire. Permet au fabricant de calibrer sa production en aval des ventes terrain (sell-through). Pas de signal de confirmation métier, seul un Receipt Acknowledgment RNIF est attendu.

Structure du message

La choréographie 4A5 suit le modèle d'action RosettaNet :

  • Action principale : Sales Forecast Notification Action
  • Signal : Receipt Acknowledgment RNIF
  • Action de réponse : Receipt Acknowledgment

L'action est emballée dans une enveloppe RNIF V02.00 multipart MIME signée S/MIME. Voici une vue condensée de l'enveloppe :

text rnif-envelope-4A5.eml
MIME-Version: 1.0
Content-Type: multipart/related; type="application/xml";
  boundary="RN-BOUNDARY-2026"

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-Preamble.xml

<Preamble xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <standardName>RosettaNet</standardName>
  <standardVersion>V02.00</standardVersion>
</Preamble>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-ServiceHeader.xml

<ServiceHeader xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <GlobalProcessIndicatorCode>4A5</GlobalProcessIndicatorCode>
</ServiceHeader>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: Pip4A5SalesForecastNotification.xml

<!-- payload PIP 4A5 ci-dessus -->

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 4A5 minimal, à titre didactique. Les éléments structurants (fromRole, toRole, thisDocumentGenerationDateTime, et le bloc métier propre au PIP) sont obligatoires dans toute implémentation conforme.

xml pip-4A5.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip4A5SalesForecastNotification xmlns="http://www.rosettanet.org/PIP4A5">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Distributor</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Manufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260516T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
    <SalesForecast>
      <forecastIdentifier>
        <ProprietaryDocumentIdentifier>SF-2026-W20-AMER</ProprietaryDocumentIdentifier>
      </forecastIdentifier>
      <forecastHorizon>
        <forecastStartDate><DateStamp>20260518</DateStamp></forecastStartDate>
        <forecastEndDate><DateStamp>20261116</DateStamp></forecastEndDate>
      </forecastHorizon>
      <ProductLineItem>
        <LineNumber><FreeFormText>1</FreeFormText></LineNumber>
        <ProductIdentification>
          <GlobalProductIdentifier>00614141111118</GlobalProductIdentifier>
        </ProductIdentification>
        <forecastQuantity>
          <ProductQuantity>4500</ProductQuantity>
          <unitOfMeasure>EA</unitOfMeasure>
        </forecastQuantity>
      </ProductLineItem>
    </SalesForecast>
</Pip4A5SalesForecastNotification>

Transport et acquittement

Cœur du standard : HTTPS POST sur endpoint partenaire ou AS2. Signature S/MIME et accusé Receipt Acknowledgment systématiques. Le PIP 4A5 est typiquement transporté en mode asynchrone.

Le canal d'acheminement est typiquement AS2 ou HTTPS direct (RNIF over HTTP). Pour un référentiel des couches de sécurité utilisées, voir la page AS2 sur ediverse.

Cas d'usage

Arrow Electronics transmet à Intel sa prévision sell-through PIP 4A5 hebdomadaire sur 26 semaines glissantes, agrégée par SKU et par zone géographique APAC.

Pour aller plus loin