Quantcast
Channel: SCN : Discussion List - SAP Process Orchestration
Viewing all 967 articles
Browse latest View live

Impacts and Challenges while migrating SAP PI 7.0 to SAP PO 7.4

$
0
0

Dear Team,

 

 

We are planning to upgrade version to SAP PI 7.4 dual stack(ABAP+JAVA).

 

 

So all the interface objects and configurations etc are migrated from SAP PI 7.0 dual stack to SAP PO 7.4 dual stack.

 

I could like to know if there is any major impacts and challenges while migration and its importance. Please help.

 

 

Thank you...!!

 

Regards,

Rajesh PS


JDBC Connection Drivers for Mysql 5.1.73

$
0
0

Hi Experts,

 

i am working on Proxy to JDBC asynchronous scenario.

JDBC CC level i gave the connection drivers are given below.

 

JDBC URL --- jdbc:mysql://host_name:port/dbname

JDBC driver - com.mysql.jdbc.Driver

 

But i got error on given attachment

 


already i go through scn for drivers. but i unable find out.

Please provide the drivers connection. it's very urgent

 

 

Thanks,

Raju

Help on Graphical mapping

$
0
0

Hi Folks,

 

I am trying to do configuration from Flatfile to SOAP .

 

Requirement is Target field should appear only when the Source field has the value in it.

This is change in already existing map.

Can anybody let me know how to achieve this?

 

Regards,

Pavithra.R

SAP SFTP File content conversion

$
0
0

Hello,

 

I have simple scenario SFTP to ABAP proxy in process orchestration..

 

My input file is

 

12345666777777

223454566666666

222344444444444

 

My Message type

 

 

 

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:city-cob:ltsadata:to:sap" targetNamespace="urn:city-cob:ltsadata:to:sap">

   <xsd:element name="LTSARequest_MT" type="LTSARequest_DT" />

   <xsd:complexType name="LTSARequest_DT">

      <xsd:annotation>

         <xsd:documentation xml:lang="EN">

         LTSA Property Data

         </xsd:documentation>

      </xsd:annotation>

      <xsd:sequence>

         <xsd:element name="LTSARecordSet" maxOccurs="unbounded">

            <xsd:complexType>

               <xsd:sequence>

                  <xsd:element name="LTSARecords" type="xsd:string" />

               </xsd:sequence>

            </xsd:complexType>

         </xsd:element>

      </xsd:sequence>

   </xsd:complexType>

</xsd:schema>

 

I am using content conversion:

 

content conversion.png

 

I have error called:

 

 

Exception received: java.lang.NullPointerException
Single Click Filter by Severity Negative Single Click Filter by Severity Error
Single Click Filter by Date Negative Single Click Filter by Date 2016-04-06
Single Click Filter by Time Negative Single Click Filter by Time 10:43:54:645
Single Click Filter by Category Negative Single Click Filter by Category com.sap.aii.adapter.sftp.ra.rar.jca.SFTP2XI
Single Click Filter by Location Negative Single Click Filter by Location com.sap.aii.adapter.sftp.ra.rar.jca.SFTP2XI.sftpConnection(Channel channel)
Single Click Filter by Thread Negative Single Click Filter by Thread XI SFTP2XI[LTSAPropertyDataToERP_File_CC/Sys_DCoBLTSA/]_61552
j2ee\cluster\server0\log\defaultTrace_00.trc
Single Click Filter by Passport User Activity ID Negative Single Click Filter by Passport User Activity ID f0acde0be61a11e5bfc3005056825c21
Single Click Filter by Session Negative Single Click Filter by Session 0
Single Click Filter by User Negative Single Click Filter by User SM1Guest
Single Click Filter by Time Zone Negative Single Click Filter by Time Zone 0-700
Single Click Filter by Customer Message Component Negative Single Click Filter by Customer Message Component BC-XI-CON-B2B
Single Click Filter by Runtime Component Negative Single Click Filter by Runtime Component sap.com/com.sap.aii.adapter.sftp.app
Single Click Filter by Correlation ID Negative Single Click Filter by Correlation ID 447239550002103089
Single Click Filter by Passport Session Negative Single Click Filter by Passport Session F0ACDE0BE61A11E5BFC3005056825C21
Single Click Filter by Passport Connection Counter Negative Single Click Filter by Passport Connection Counter 0
Single Click Filter by Host Negative Single Click Filter by Host aspasia
Single Click Filter by System Negative Single Click Filter by System SM1
Single Click Filter by Instance Negative Single Click Filter by Instance J44
Single Click Filter by Node Negative Single Click Filter by Node server0
Single Click Filter by Log ID Negative Single Click Filter by Log ID

C0000A0107830DD00000000000001060




Please help me how do simple content conversion in SAP SFTP sender adapeter.

 

Thank you

John

Content conversion module MessageTransformBean

$
0
0

Hello,

 

I have simple scenario SFTP to ABAP proxy in process orchestration..

 

My input file is

 

12345666777777

223454566666666

 

 

My Message type

 

 

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:city-cob:ltsadata:to:sap" targetNamespace="urn:city-cob:ltsadata:to:sap">

   <xsd:element name="LTSARequest_MT" type="LTSARequest_DT" />

   <xsd:complexType name="LTSARequest_DT">

      <xsd:annotation>

         <xsd:documentation xml:lang="EN">

         LTSA Property Data

         </xsd:documentation>

      </xsd:annotation>

      <xsd:sequence>

         <xsd:element name="LTSARecordSet" maxOccurs="unbounded">

            <xsd:complexType>

               <xsd:sequence>

                  <xsd:element name="LTSARecords" type="xsd:string" />

               </xsd:sequence>

            </xsd:complexType>

         </xsd:element>

      </xsd:sequence>

   </xsd:complexType>

</xsd:schema>

 

 

Content conversion configuration is:

 

content conversion.png

 

output is coming as:

 

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

<ns:LTSARequest_MT xmlns:ns="urn:city-cob:ltsadata:to:sap">

  <row>

  <LTSARecords>

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

<ns:LTSARequest_MT xmlns:ns="urn:city-cob:ltsadata:to:sap">

  <row>

  <LTSARecords>12345666777777</LTSARecords>

  </row>

  <row>

  <LTSARecords>223454566666666</LTSARecords>

  </row>

</ns:LTSARequest_MT>

 

 

My question is how to replace "</row>" tag with my recordset name "LTSARecordSet".

 

Thank you

John

How to make field name optional in FCC

$
0
0

Hi Folks,

 

I am working on conversion of Flatfile in sender side.

Here my requirement is having the field name in substructure to be optional.

For example:

 

Recordset

     A

     B

     C

     D

     E

     F

In this I want to set "E" and "F" to be optional.

Because in one set of files these fields will not appear.

 

Reagards,

Pavithra.R

Problem in WS Navigator(PO)

$
0
0

Hello Friends,

 

I am working on a SAP PO scenario.

 

Deployment is successful, but when I move to wsnavigator to further test it, I find a discrepancy.

 

The Process is in running state, but i cannot see the input values(I can see"0" for all fields).

Capture.PNG

 

 

Can someone, Please help!

 

Thank You

prerna

Eclipse 7.5 SP02 objects not visible

$
0
0

Hi,

 

Having few problem with new eclipse 7.5 SP02  version.

 

1- Cannot see imported RFC objects

 

1.PNG

 

 

2- While creating new adapter it doesn't show up under tree

 

 

2.PNG

 

 

 

 

 

Anyone has faced same problem ?

 

 

BR,

Tahir


Finding out the SP and Patch level of an existing NWDS 7.5 installation

$
0
0

Hi,

 

Does anyone know how to figure out what is the SP & patch level of an existing NWDS 7.5 installation?

 

In NWDS 7.31, it is simply achievable by going to Help > About SAP NetWeaver Developer Studio.

version.png

However since NWDS 7.5 does not get the "rebranding" as previous NWDS versions, and just looks like a plain old Eclipse Luna/Mars installation, it is not immediately obvious.

 

Even in the Installation Details, the version numbers are very different and have no indication of being 7.5xxx.

details.png

 

Regards

Eng Swee

Rest Adapter

$
0
0

Hi Friends,

 

We have a requirement like get the employee information from third system and update in SAP and sending response back to third party system.

like  below..

 

Third-party <->PO<->SAP

 

 

Here user providing data in JSON format, They asked me to provide the API. I am new to REST adapter. Could you please help on how to make the API/URL through rest sender adapter.

 

Thanks

Ravi

Receiver REST Adapter, sync message not received

$
0
0

Hi,

 

I am working on a Proxy to REST sync scenario.

 

My data is example

   <CustomerDetails>

      <FirstName>name1</FirstName>

      <LastName>name2</LastName>

      <Email>pqr@xyz.com</Email>

      <ContractAccount>123</ContractAccount>

   </CustomerDetails>

   <CustomerDetails>

      <FirstName>name2</FirstName>

      <LastName>name3</LastName>

      <Email>pqr1@xyz.com</Email>

      <ContractAccount>123</ContractAccount>

   </CustomerDetails>

 

I want to send data via POST method at receiver side, and Client has given URL as

 

https://<clientdata>//WRAPI/<method>/api.php?API_SELECT=<method>&Version=2.5&Request=<method1>&User=username&Token=token&Format=XML&LibraryID=Liberary&ColumnHeaders=0&Name=TEST0107&Email=3&FirstName=1&LastName=2&ExternalRef=4&JSONPrettyPrint=0

 

how should I go about it?

 

When I test it via Chrome API or SOAP UI it works properly when I same URL with below data

 

Rohit,Verma,rohittest@abc.com,1234


 

I had used Struct2XML moduleBean but no avail to convert XML to CSV.

 

How can I achieve this?

 

 

Regards,

Rohit

End to end monitoring in SAP PO

$
0
0

Hello Friends,

 

I wonder how to perform end to end message monitoring in SAP Process orchestration system, like after mapping and receiver side mapping results.

 

Thank you

John

Proxy scenario in SAP PI 7.31

$
0
0

Hi Experts,

 

Are the  different types to activate proxy scenarios(sender& receiver) in SAP PI 7.31 single stack.

( i )   Adapter type: SOAP    Transport Protocol:  HTTP     Message protocol: XI 3.0 

 

(ii)    Adapter type: SOAP    Transport Protocol:  HTTP     Message protocol: SOAP 1.1


Does in both ways the webservice should be generated for the function modules in SAP PI 7.31 single stack?


Thanks,

Nithin.

Sender REST Endpoint channel : Routing 2 messages of type XSDs

$
0
0

Hi ,

 

we also have a same scenario, we have 2 different types of incoming messages  1 REST sender Endpoint channel, we want to use the Operation Determination tab, functionality to work for us. we are using the incoming XML messages content value as variable value.

 

but inplace of Operation name( where we need to enter Message Type name)

 

we are using XSDs, which do'nt have namespace it, will it work for to..?

 

Operation Determination:-


Variable |  expression | Operation | namesapce


"{id}"   |  ordered |  PO xsd                 | blank

"{id2}" |  pending |  POchange xsd  | blank



here orderd and pending are field values that channel picks  in  XI attributes section.


PO xsd name and  POchange xsd  are  2 xsd names.


and since XSDs have no namespace, we kept balnk or *  etc.


anyone could tell us , what we need to do ,  to make it work.

 

 

 

 

 

regards

ashutosh

image as part of the XML string

$
0
0

Hi Experts,

 

I am new to SAP PO and REST protocol and need your help with below integration.

 

My Scenario is ECC <-> PI/PO <-> Web service. Here I will be using REST protocol with the Web Services. Now ECC will send a request to Web service and as part of the response, along with data in XML Web service will send a signature (html image) as part of the XML tag.

 

I am not sure how to consume this and pass it on to ECC.

 

Let me know if you need any further clarification from myside.

 

Thanks,

Hetal


Help required in mapping

$
0
0

Hi Experts,

 

I have a required in which target field should appear only when source field value is present.

Incoming source file is the flat file.

So im using the removecontext,sort ,Formatbyexample and spliting (each value) functions to the context.

 

Can anybody help me to achieve my requirement?

 

Regards,

Pavithra.R

How to make field name optional in FCC

$
0
0

Hi Folks,

 

I am working on conversion of Flatfile in sender side.

Here my requirement is having the field name in substructure to be optional.

For example:

 

Recordset

     A

     B

     C

     D

     E

     F

In this I want to set "E" and "F" to be optional.

Because in one set of files these fields will not appear.

 

Reagards,

Pavithra.R

AS2 Adapter Requirement in SAP PO

$
0
0

Hi Experts

 

iam new for B2B Adapter, can any one explain AS2 requirement for inbound and outbound.

 

1. what is AS2 addapter and Why?

2. can i know what is the information need from customer to develop AS2 Adapter for both Inbound and Outbound?

3. certificate is mandatory?

 

 

Regards

Pradeep A

Production retention period suggestion IDOC and Asynchronous messages

$
0
0

Dear friends,

 

I would like to set up retention period in production environment in PI 7.4

 

1) Could you kindly provide me number of days of rentention you configure in genera in productionl.  Could you please suggest what values are i have to provide.  I was considering 10 days.

 

          a) xiadapter.inbound.persistDuration.default

          b) xiadapter.outbound.persistDuration.default

 

 

2)  For IDOC persistance, in production can you sugges pros and cons activating  below parmeters apart from fast processing. Atleast i feel this will help us easy to determine based on idoc.

 

persistance  in the resouce adapter ->  JavaIdocAdapter  ->  Persistance   :   True

 

 

Could you please suggest if I missed anything from the persistence and rentention period in production environment.  Any suggestion is appreciated.

 

Thanks

Problem in WS Navigator(PO)

$
0
0

Hello Friends,

 

I am working on a SAP PO scenario.

 

Deployment is successful, but when I move to wsnavigator to further test it, I find a discrepancy.

 

The Process is in running state, but i cannot see the input values(I can see"0" for all fields).

Capture.PNG

 

 

Can someone, Please help!

 

Thank You

prerna

Viewing all 967 articles
Browse latest View live


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