cancel
Showing results for 
Search instead for 
Did you mean: 

B2B Add on :Archive EDI mesages on PO single stack

anu_patyath
Explorer
0 Kudos

Hello all,

   Is there a way that i can archive the EDI messages on the SAP PO server in the final EDI format and retrieve it ?

My thought process:

Use the archiving parameter to create the filename.

Load it into PO server to a location say xyz/abc

Create an ICO to pick it up and mail it to the user.

Thanks

Anu Patyath.

Accepted Solutions (0)

Answers (3)

Answers (3)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi,

There is a FileStore module provided by See burger which provide extensive Archiving capabilities. If you have the license, there is an Archiving guide available with it which explains the process.


Br,

Manoj

nitindeshpande
Active Contributor
0 Kudos

Hi Anu,

You can use the new B2B Add-on to do this. Already the mappings are provided by SAP. You need to just configure the connection using the adapters like AS2.

Please go through the below link to deploy the new B2B Add-on -

No custom solution is required as everything is readily available.

Please let me know if any further help is required on this.

Regards,

Nitin

anu_patyath
Explorer
0 Kudos

Nithin,

   Thanks for your reply.

I am luckily familiar with the B2B add on and the AS2 set up.

The only question i had was regarding the archiving of the EDI invoices going out.

for eg: say you are sending the outbound invoices to your customer and you need to archive the file in your PO server with a specific filename :<InvoiceNumber>_DateTime_INVOICE.edi.

How do you do this? Is there any way i can achieve this?

Please note: With SAP provided archiving process i was able to generate the filename as <IDOCNumber>_DateTime_INVOICE.arc and send it to the team.

Former Member
0 Kudos

Hi Anu,

We have written a custom module to backup the file. We have mentioned the module after the ConverterModule so that the final EDI file will be backup up.

Regards,

Priya

anu_patyath
Explorer
0 Kudos

Closing the discussion as no new solution came up from anyone.

What I did:

  1. Operation Mapping has to be changed to include the Java mapping class .
  2. Define a variable/parameter in operations map for the directory binding during the mapping.
  3. Specify the base folder name where file has to be archived  as a parameter in ICO’s.
  4. Create specific communication channels and specify the module parameters.

Thanks

Anu Patyath