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 4A1 — Notifier d'une prévision stratégique

PIP 4A1 — Notifier d'une prévision stratégique

Choréographie RosettaNet du cluster 4 (Inventory Management), couvrant l'échange XML entre Buyer ↔ Seller. Maille opérationnelle pour inventory management sur RNIF V02.00.

Objet du PIP

Le PIP 4A1 diffuse une prévision de demande long terme (typiquement 6 à 18 mois) entre un acheteur et son fournisseur stratégique. C'est le pendant haute fréquence du DELFOR EDIFACT, central dans les boucles S&OP (Sales & Operations Planning) du semi-conducteur.

Structure du message

La choréographie 4A1 suit le modèle à une action (notification) de RosettaNet :

  • Action : Notify of Strategic Forecast Action
  • Signal : Receipt Acknowledgment

Chaque 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-4A1.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>4A1</GlobalProcessIndicatorCode>
</ServiceHeader>

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

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

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 4A1 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-4A1.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip4A1NotifyOfStrategicForecast xmlns="http://www.rosettanet.org/PIP4A1">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Buyer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Seller</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260515T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
      <StrategicForecast>
        <ForecastIdentifier>
          <ProprietaryDocumentIdentifier>FCST-2026-Q3</ProprietaryDocumentIdentifier>
        </ForecastIdentifier>
        <ProductLineItem>
          <ProductIdentification>
            <GlobalProductIdentifier>00614141999996</GlobalProductIdentifier>
          </ProductIdentification>
          <ForecastPeriod>
            <startDate><DateStamp>20260801</DateStamp></startDate>
            <endDate><DateStamp>20261031</DateStamp></endDate>
          </ForecastPeriod>
          <forecastedQuantity>
            <ProductQuantity>150000</ProductQuantity>
            <unitOfMeasure>EA</unitOfMeasure>
          </forecastedQuantity>
        </ProductLineItem>
      </StrategicForecast>
</Pip4A1NotifyOfStrategicForecast>

Transport et acquittement

Émission périodique (mensuelle ou hebdomadaire), RNIF V02.00 sur HTTPS POST ou AS2. Souvent dédoublée par un partage Excel / API REST pour les équipes planning humaines.

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

Un OEM partage à sa fonderie taïwanaise une prévision trimestrielle Q3 2026 : 150 000 wafers sur trois mois, segmentés par MPN. Le PIP 4A1 alimente la planification capacitive de la fonderie sans engagement contractuel direct.

Pour aller plus loin