cancel
Showing results for 
Search instead for 
Did you mean: 

Migration From PI7.11 to PI7.3 Java stack only

former_member234749
Participant
0 Kudos

HI All,

Interface has to be migrated from PI7.11 to PI7.3 java stack. here are the questions concerned.

1) Can we migrate the interfaces which are not using ICO (Classical configuration) from PI7.11 to PI7.3 java stack.

2) Can we migrate IDoc, HTTP and XI adapter interfaces?

3) Best way to migrate PI 7.11 ABAP table to PI7.3 JAVA stack.

    For acheiving this can we create a table in SAP ECC and call the table using RFC lookup or is there any option availbe to create a table in PI data base level and    call the table using JDBC lookup?

Please suggest the best option to achive this.

Thanks in Advance!

Prathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

All Depends on the PI 7.3 usage types ( dual stack or single stack) ?

if dual stack all scenarios can be migrated (IDoc ,HTTP  run on java stack..) to ICO ..dual stack needed for ccBPM scenarios..

Though XI adapter supports running on java stack from 7.1 ehp1 itself..

if single stack you may need to go for different approach for ABAP tables..

its not advisable to create table at the PI system level and access the same for transaction data via JDBC adapter

HTH

Rajesh

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi SAP PI,

PI 7.11  to PI7.3 JAVA stack complete migration from hardware/interfaces migration not smooth as mention in migration docs.

All interfaces works(except ccBPM/ABAP mapping scenarios),if you have ABAP Mapping/ccBPM scenarions then it needs to redever once again .

Can you please tell me the Pros to migrate the PI ABAP table to ECC rathar than PI database?

it is right idea to move PI ABAP table stuf to ECC , only thing you required is need to perfrom RFC lookup to retrieve values .

Shabarish_Nair
Active Contributor
0 Kudos

1) Can we migrate the interfaces which are not using ICO (Classical configuration) from PI7.11 to PI7.3 java stack.

Yes you can. But you will have to recreate the configuration in ID. Also note that if there is ccBPM or ABAP mapping, you will need to redesign the scenario

2) Can we migrate IDoc, HTTP and XI adapter interfaces?

Yes. Once again, you need to recreate the adapters in AAE

3) Best way to migrate PI 7.11 ABAP table to PI7.3 JAVA stack.

    For acheiving this can we create a table in SAP ECC and call the table using RFC lookup or is there any option availbe to create a table in PI data base level and    call the table using JDBC lookup?

I will suggest to move the table to ECC and maintain the data in ECC since you already have a RFC lookup in place and you can look at reusing a lot of that development.

former_member234749
Participant
0 Kudos

Thanks for your suggessions!

Can you please tell me the Pros to migrate the PI ABAP table to ECC rathar than PI database.

Thanks

Former Member
0 Kudos

Hi,

Addition to the above.. below is the migration tool SAP providing .

http://scn.sap.com/community/process-orchestration/blog/2012/11/19/moving-integration-directory-arti...

HTH

Rajesh