Quantcast
Channel: SCN : Popular Discussions - B2B Integration with SAP Process Orchestration
Viewing all 1788 articles
Browse latest View live

SWIFT Format ( MT940 ) to XML

$
0
0

I need to convert SWIFT format  to XML using B2B Add on  . Can any one help me if there is any Std Module available in B2B Add-on for this conversion .


SAP PO as enterpise service bus for non-SAP applications

$
0
0

I'm doing  an accessibility study to learn the capabilities of PO to decide if PO is the right fit for our organization. Can anyone please let me know how does PO stand compared to traditional ESB? Can we use PO to connect non-SAP to non-SAP applications? For example, I like to use PO to connect one application working on JAVA and another application working on .Net. Can I use PO in these kind of scenarios? Is there any documentation available which explains about these kind of capabilities? Thanks

Switft MT940 Format supported bei SAP PI B2B Add-On?

$
0
0

Hello Colleagues,

 

is the Switft MT940 Format supported by SAP PI B2B Add-On?

 

Many thanks in advance!

 

Regards,

 

Jochen

Addon Deployment on SAP PO - Java Stack

$
0
0

Dear All,

 

I want to Deploy XI Content related add ons on SAP PO System.

 

Can anyone explain me how do i Proceed ? Do i have to Stick to JSPM to deploy Java Stack Packages or I Can use SUM also ?

 

Can anyone share relevant notes for the Same.

 

Regards

Srini

Goods Issuance Based on BBD

$
0
0

Hi Experts.

 

 

I needed some configurations in our SAP regarding GI. Upon GR of materials, we could set expiration dates aligned to its actual expiration. Was it possible to execute Goods Issuance and the system will automatically pick batches in accordance to FIFO method or depended to the earliest expiration date we assigned during Goods Receipt?

 

 

Hope you could help me with this

 

 

thanks a lot.

EDI message formats and versions .pdf

$
0
0

Have you got a pdf with EDI message foramts and versions issued by SAP ?

 

Or do you know where  I could download one ?

 

Cheers

 

Agnieszka

EDI Separator Receiver Issue

$
0
0

Hi,


Could anyone help me in resolving the below..


 

 

 

We are getting an issue in the below scenario. EDI Separator is not splitting the ISA segments as exepected in the below scenario.

 

 

X12 850 EDI document is available in the source folder with 4 ISA segments

 

 

 

First 3 ISA Segments are having Segment Delimiter as "~"

Last ISA segment is having "LF" as delimiter.

 

 

 

In the above case when EDISeparator is splitting the ISA segments it is considering only the first 3 and the last one is ignored. ECC is receiving the orders from the first 3 segments.

 

 

 

But when the EDI Document is changed to have the ISA segment with delimiter "LF" as first segment then EDISeparator is able to seperate all the ISA segments and ECC is receiving the orders available in all the ISA segments.

 

 

 

Could someone please let me know if there is any note for the above issue or is it something that is not done correctly in the EDISeparator receiver configuration.

 

Thanks in adva

Goods Issuance Based on BBD

$
0
0

Hi Experts.

 

 

I needed some configurations in our SAP regarding GI. Upon GR of materials, we could set expiration dates aligned to its actual expiration. Was it possible to execute Goods Issuance and the system will automatically pick batches in accordance to FIFO method or depended to the earliest expiration date we assigned during Goods Receipt?

 

 

Hope you could help me with this

 

 

thanks a lot.


RNIF Adapter with attachments

$
0
0

HI All,

 

I am trying to develop an interface from ECC to 3rd party via proxy to RNIF adapter.

From ECC, I am also getting attachments with the message payload. The attachments are converted to base64 before I receive so i cannot view them in PI. I am using the PIDX message at the target side.  I am using one Business System without party for ECC and One business component under one party for the 3rd party system. I have configured RNIF 2.0 and I have also configured all the parameters in URL, keystores. When I am executing the interface, the message is successfully executed. Even the RNIF adapter has a log which says the message is  successfully delivered. But the 3rd party doesnt receive any message instead they just see some traces of messages where the file type is unknown,and all properties are unknown.

-->Is there any specific configuration required in Communication channel ?

-->Is there anyway to increase the trace level in PI in Java stack to view the PIDX message before sending it to 3rd party ? I mean the RNIF adapter's output ?

-->I have done header mapping with the business system names.Is there anything specific to check here?

 

Regards,

VK

XML to EDI conversion along with Filename Variable referencing field

$
0
0

Hi all - I have a situation where I am doing an IDOC to edi along with variable substitution in the filename. I would like the IDOC number in the filename.  The way I found to get the IDOC number was going into the payload (if there is another way to get IDOC number to put in the filename I would use that)

 

I get the error: Message could not be forwarded to the JCA adapter. Reason: javax.resource.ResourceException: The variable substitution can not parse the message xml: Content is not allowed in prolog.

 

If I remove the variable substitution where I am attempting to get the idoc all works well and I get my output file, thus my assumption is that there is something wrong with my substitution.

 

I am assuming the XML I am parsing is prior to the edi conversion thus the payload is

<?xml version="1.0" encoding="UTF-8"?>

<ns0:ASC810_003010 xmlns:ns0="urn:spiritaero.com:B2B:ANSIX12">

<S_ISA>

  ....

  <D_I12>000278191</D_I12>

 

My variable substitution is

variable name: idoc

reference: payload:ASC810_003010,1,S_ISA,1,D_I12,1

9-17-2014 9-02-55 AM.gif9-17-2014 9-05-33 AM.gif

 

THoughts on how to fix my situation?

Regards,

Diane

Can not find Segment Elements for messageVersion

$
0
0

Hi All,

 

I am developing below screnario

IDOC--PI--AS2(7.31)

while testing I am getting below error.

 

 

0}: The module-paramteter "eancom.subversion.prefix" is not set. Using default value "false"

0}: The module-paramteter "eancom..audit" is not set. Using default value "false"

MP: exception caught with cause com.sap.aii.af.lib.mp.module.ModuleException: Can not find Segment Elements for messageVersion 96A, message subversion EAN007, message agency UN, segment S_CPS, newFirstlevelElement D_7164, currentIndexLevel1 0

Exception caught by adapter framework: Can not find Segment Elements for messageVersion 96A, message subversion EAN007, message agency UN, segment S_CPS, newFirstlevelElement D_7164, currentIndexLevel1 0

Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.lib.mp.module.ModuleException: Can not find Segment Elements for messageVersion 96A, message subversion EAN007, message agency UN, segment S_CPS, newFirstlevelElement D_7164, currentIndexLevel1 0

 

 

Thanks

Prem

Undeployment of Seeburger from PI 7.1.1?

$
0
0

Hi All

 

We are planning to change from the Seeburger Adapter to the SAP Delivered one for the same Business Solution.

Has anyone done a successful undeployment and replacement of the Seeburger Adapter?

Does SAP has any recommended Path to follow in this case?

 

Cheers

/Tobbe

Communication channel Error for SFTP Adapter

$
0
0

Hi All,

 

We have configured private key based authentication for SFTP communication channel in Integration Directory.

 

But, in the RWB we are getting error for the communication channel as below

 

"Exception received: java.lang.UnsupportedOperationException: received authentication request from server which could not be processed: destination=ftpadm@portnumber; name=; instruction=prompt=Account locked due to 15 failed logins Password: "

 

 

Can you please help to resolve this behaviour of the comunication channel.

 

 

Thanks,

Kasi Gupta

 

 

 

Seeburger or Crossgate or B2B Addons?

$
0
0

Dear Experts,

 

We are in the process of migrating our Gentran EDI Interfaces to SAP PI. We have been using Seeburger AS2 adapter for an external non-EDI connection. But, to migrate all the EDI interfaces full fledge, which is the better choice - Seeburger (we still need to buy BIC module) or Crossgate or B2B Addons? We would like to implement/maintain these interfaces internally and not outsource it to SAP totally. So, please suggest the best option with the proper justification.

 

Thanks in advance.

Exception caught by adapter framework: No configuration / default adapter specified for EDISeparator

$
0
0

Hello Experts,

 

I am configuring the scenario ( AS2 to EDISeparator and EDISeparator to IDOC ).

 

Can you please help me with the error below which is from the either the EDISeparator Receiver channel or the EDISeparator Sender channle.

 

09.06.2014 17:52:18.709InformationMessage is encrypted with 1.3.14.3.2.7 algorithm
09.06.2014 17:52:18.778InformationAS2 Message is signed with SHA1 (1.3.14.3.2.26) algorithm
09.06.2014 17:52:18.779InformationAS2 Message message signature is validated, signer ID is X509CertSelector: [ Serial Number: 1624063516 Issuer: CN=Mendelson AS2 TEST,OU=Integration,O=Mendelson,L=Berlin,ST=Unknown,C=GE matchAllSubjectAltNames flag: true ]
09.06.2014 17:52:18.784InformationAS2 document size is 350 Bytes
09.06.2014 17:52:18.784InformationPayload charset converted from ISO-8859-15 to ISO-8859-15
09.06.2014 17:52:18.785InformationB2B EdifactConverterModule : EDI format detected as EANCOM
09.06.2014 17:52:18.785InformationB2B EdifactConverterModule: Message will be read as ISO-8859-1.
09.06.2014 17:52:18.785InformationMP: processing local module localejbs/EdifactConverterModule
09.06.2014 17:52:18.785Information0}: The module-paramteter "eancom.subversion.prefix" is not set. Using default value "false"
09.06.2014 17:52:18.786Information0}: The module-paramteter "eancom..audit" is not set. Using default value "false"
09.06.2014 17:52:18.791InformationMP: processing local module localejbs/CallSapAdapter
09.06.2014 17:52:18.791InformationApplication attempting to send an XI message asynchronously using connection AS2_http://sap.com/xi/XI/AS2
09.06.2014 17:52:18.792InformationTrying to put the message into the send queue
09.06.2014 17:52:18.831InformationMessage successfully put into the queue
09.06.2014 17:52:18.831InformationThe application sent the message asynchronously using connection AS2_http://sap.com/xi/XI/AS2. Returning to application
09.06.2014 17:52:18.836InformationMIC (DeJYUIusqQj6aaYRASdHhAo+4J0=) is calculated using SHA1 algorithm.
09.06.2014 17:52:18.838InformationThe message was successfully retrieved from the send queue
09.06.2014 17:52:18.843InformationMessage status set to DLNG
09.06.2014 17:52:18.845InformationMDN is succcessfully signed with SHA1 (1.3.14.3.2.26) algorithm
09.06.2014 17:52:18.859InformationTrying to put the message into the send queue
09.06.2014 17:52:18.912InformationMessage successfully put into the queue
09.06.2014 17:52:18.913InformationThe message was successfully retrieved from the send queue
09.06.2014 17:52:18.918InformationMessage status set to DLNG
09.06.2014 17:52:18.961InformationTrying to put the message into the send queue
09.06.2014 17:52:19.001InformationMessage successfully put into the queue
09.06.2014 17:52:19.001InformationThe message was successfully retrieved from the send queue
09.06.2014 17:52:19.006ErrorMP: exception caught with message No configuration / default adapter specified for EDISeparator
09.06.2014 17:52:19.006InformationDelivering to channel: B2BSE00002_O2C_ORDERS_VANS_PO_WRITE_EDISeparator
09.06.2014 17:52:19.006InformationMessage status set to DLNG
09.06.2014 17:52:19.009ErrorException caught by adapter framework: No configuration / default adapter specified for EDISeparator
09.06.2014 17:52:19.010ErrorTransmitting the message to endpoint <local> using connection AS2_http://sap.com/xi/XI/AS2 failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: No configuration / default adapter specified for EDISeparator
09.06.2014 17:52:19.015InformationThe asynchronous message was successfully scheduled to be delivered at Mon Jun 09 17:57:19 CEST 2014
09.06.2014 17:52:19.015InformationMessage status set to WAIT

Integrating with .Net Applications

$
0
0

Hi,

 

We are planing o Integrate our ERP with SAP, and we are using .Net as a Technology Platform. We will be getting the data in the form of IDOC. So otherthan using .Net Connector, which will be the better way for communicating with SAP system using IDOC?

Error While Upgrading B2B AddOn to SP02

$
0
0

Hi Experts,

 

After Upgrading the B2B Add-On from basic installation to SP02 on Decentralized Adapter Engine.

 

In Communication Channel Monitoring, I am not able to see the status for B2B Adapter(EDISeparator) .

 

Communication Channel.jpg

 

Also, In NWA,Some of the java application for B2B stopped implicitly.

Start&Stop.jpg.

 

Please help me to resolve this issue.

 

 

Note : 1) Full Cache refresh is done for DAE.

          2) B2B Upgradation is  working fine on Centralized Adapter Engine.

 

 

Regards,

Vikas

B2B Add on - Party configuration using B2B - AS2 Aadapter

$
0
0

Can anyone help me  to configure Party using B2B AS2 Adapter .

 

I tried configuring the channel using Party passing the Sender ID . Getting this error.

 

Cannot get channel binding: com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve binding for the given channelId: Binding:CID=67140c68525433f4a8468af588477d5e;

CONTRL Message - UCI Identifiers

$
0
0

Hello Experts,

 

We have configured CONTRL messages in the EDI Separator receiver Adapter.

 

it successful generates CONTRL message.

 

But, in UCI segment the Sender and Receiver IDs seem to be swapped.

 

It should be the sender and receiver id of the received message actually.

 

But the adapter generates the same Sender and Receiver Ids as in UNB segment of the CONTRL message which is incorrect.

 

Is this a bug?

 

Thanks.

 

Regards,

Sudharshan N A

EDIFACT/EANCOM problem

$
0
0

Hi Experts,

 

We have B2B SP 03 installed and imported the EDIFACT B2B
tables.

 

We were processing inbound and outbound EDIFACT messages
with EANCOM message formats like EAN006, EAN008, etc. without any problems.

 

The EDIFACT converter module was used and in channel the
EDIFACT protocol was used.

 

To check something else, we uploaded the EANCOM B2B tables.
But from that point the edifact module is throwing exception saying no control
key association.

 

It tries to find the control key for EANCOM.

 

I understand that we can sort it out by setting the Control
key scenario association but the EANCOM content does not have all the versions
that are needed.

 

How to make the EDIFACT Converter module process the EDIFACT messages as before to process them just as EDIFACT instead of EANCOM.

 

In fact, I have deleted the B2B tables content related to EDIFACT and EANCOM messages and reloaded the EDIFACT SP 03 content again, but
no luck.

 

Thanks.

 

Regards,

Sudharshan N A

Viewing all 1788 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>