Start of Content Area

This graphic is explained in the accompanying text Configuration Objects in the Receiver PCK  Locate the document in its SAP Library structure

The PCK user party B wants to receive information from its business partner party X and save it in its file system. Party X uses Process Integration of SAP NetWeaver. Party B’s file system is connected to the Integration Server of party X by its PCK.

This graphic is explained in the accompanying text

 

To define the data flow from the Integration Server of party X to the file system of party B, you must create the following objects in the PCK:

      Party and communication component for the sender of the message. This includes a communication channel of the type Sender and XI.

      Party and communication component for the receiver file system with a communication channel of type Receiver and FILE

      A sender agreement from the sender party/communication component defined in the PCK to the receiver file system.

      A receiver agreement from the file receiver to the sender party/communication component defined in the PCK.

You configure these objects as follows:

 

Message Sender

Object

Name

Party

Party_A

Communication component

Filesystem_A

Communication channel

Message_from_A

      Sender

      XI

      If you want to validate the signature, choose Message Security.

 

File Receiver

Object

Name

Party

Party_B

Communication component

Filesystem_B

Communication channel

File_to_B

      Receiver

      FILE

 

You define the following collaboration agreements:

Sender Agreement (SA3)

Attribute

Instance

Sender party

Party_A

Sender communication component

Filesystem_A

Interface

IF

Interface namespace

http://...

Receiver party

Party_B

Receiver communication component

Filesystem_B

With communication channel

Message_from_A

Message security

Specification of:

      Issuer

      Owner

      Keystore

See also: Sender Agreement

 

Receiver Agreement (RA3)

Attribute

Instance

Receiver party

Party_B

Receiver communication component

Filesystem_B

Interface

IF

Namespace

http://...

Sender party

Party_A

Sender communication component

Filesystem_A

With communication channel

File_to_B

 

Caution

To enable data exchange with the Integration Server, you must create Party_B, Filesystem_B and Party_A, Filesystem_A in the PCK, as on the Integration Server.

 

 

End of Content Area