cancel
Showing results for 
Search instead for 
Did you mean: 

What is the difference between PI 7.0 & PI 7.1 ?

Former Member
0 Kudos

What is the difference between PI 7.0 & PI 7.1 ?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank a lot ppl..for your valuable response towards my question....

hm..even i got few points while surfing for this question..here are the highlights mentioned below :-

1).Repository-based Modeling and Design

Key enhancements are the Enterprise Services Repository, the central repository that is the heart of your SOA landscape, and the Services Registry, the UDDI V3.0-based registry for the callable services in your landscape.

2).Service Bus-based Integration

SAP NetWeaver PI 7.1 provides already key capabilities of an Enterprise Service Bus. In SAP NetWeaver PI 7.1, Web services standards are supported.

3).SOA Management

SAP NetWeaver Administrator is the central tool for administration and monitoring, offering a central entry point to the whole SAP NetWeaver system landscape. It paves the way towards central configuration and administration.

Changes in the Integration Directory (configuration tool)

Cheers,

Kiran ; )

SAP XI Consultant

JoelTrinidade
Active Contributor
0 Kudos

Hi Kiran,

Instead of posting links i will give you a cut past version of a document i had made.

The differences between pi7.0 and pi7.1 are noted:

1. Decentralized processing

Consider that PI 7.1 also introduces the concept of decentralized processing at runtime for better optimization but keeping things in control through centralized configuration wherein which the key monitoring functionalities have been integrated in the SAP NW Administrator.

2. Objects Tree Filtering and Positioning

One important set of features is the u201Cobjects treeu201D and its positioning and filtering capabilities. Just consider a list of software components like this one. Every time you start the ES Repository, you should scroll and open your particular software component and software component version. If the list keeps on growing, it is not unusable, but the time spent in positioning and the possibility or error increases.

A nice feature to avoid it, is applying the filter functionality. It allows you to select just the set of software component and software component version you are interested in, in a particular moment.

(Refer https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0e7734f-e969-2a10-24b6-df58a710...

3. Creation of folders

There are two additional good features regarding folder in ES Repository and Integration Directory. One is the option to execute massive commands at folder level for the objects contained. The other is the possibility to work with authorizations at folder level, what increases the granularity of roles

(Refer /people/william.li/blog/2007/08/07/using-folders-in-pi-71)

4. Software component relationships

This feature has also been available for a while. It is the possibility to describe relationships at SLD level. They are required if you want to comply with the naming.

5. Version handling

Version handling is another powerful feature here. if you upgrade a basis one you can generate a new version for the root to include the new functionality while you keep the other basis relationships in the same version as before.

6. Improved where used list and search utility.

Search utility. Very comprehensible, supports wildcards and extended attributes. Also the feature of tabular search and hierarchical search available.

7. Life cycle management: Objects activation.

Integration builder allows you to work with inactive objects. Other users will see the active version if available. Change list can also be transferred and also activation can be done from different places.

8. Creation of local objects

Local objects can be created for testing purposes there is no need to do anything in the sld.

9. Runtime management features

Universal Description, Discovery, and Integration (UDDI) 3.0u2013compliant services registry for runtime management of enterprise services. It is a directory that can be used to publish and discover public Web Services.

10. Low resource consumption

Process Integration 7.1 is based on the next release of the SAP's application server with its ABAP and Java flavors. The Java stack is Java EE 5 compliant, and offers benefits such as faster installation and lower memory consumption. As in previous releases, the application server is the robust basis for infrastructure services such as scalability, high availability, archiving, security, and user management.

11. XML payload validation

Payload of incoming and outgoing messages can be validated. Validation by an adapter (backward error handling): The validation is executed in the Adapter Engine. If the validation fails, an error will be raised and the message will not be processed. Validation by the Integration Engine (forward error handling): The validation is executed in the Integration Engine. If the validation fails, the message processing will be stopped in the

Monitoring.

12. Advanced Adapter Engine Configuration in PI

A new feature, Integrated Configurations, is introduced in PI 7.1. This feature allows us to configure an end-to-end scenario that will process messages locally in the Advanced Adapter Engine (AAE), bypassing the Integration Engine (ABAP stack of the Integration Server). The Advanced Adapter Engine is the new name in PI 7.1 for the Adapter Engine. The primary objective of using local processing in the AAE is to increase the performance of message processing by eliminating the need for the ABAP stack during the process. By bypassing the ABAP stack, the message processing will still keep the existing mapping, monitoring and support functionalities.

13. Mapping Enhancements

PI 7.1, SAP introduces significant new enhancements within the graphical mapping tool that will greatly facilitate the design and creation of message mappings. Some of the features are Importing Table Structures from a Database, Function Libraries, Parameterized Message Mappings, and Mapping Output of Intermediate Fields to Multiple Target Fields, use of graphical variables and checking for structural inconsistencies, Copying of xml sub tree. Share user defined functions, Import sql tableu2019s metadata

(Refer:https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8282; [original link is broken] [original link is broken] [original link is broken] https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8650. [original link is broken] [original link is broken] [original link is broken]

/people/william.li/blog/2008/02/13/sap-pi-71-mapping-enhancements-series-using-graphical-variable

/people/william.li/blog/2008/01/02/sap-pi-71-mapping-enhancements-series-share-user-defined-functions

14. New feature Point-to-Point connection using ABAP

Point-to-point connection allows a much greater message throughput performance, simply because a middleware is not involved in message processing. However, because of this, services such mappings, dynamic receiver determination, ccBPM (as provided by the middleware) are no longer available during the message exchange.

When an environment contains many point-to-point connections, the administration and maintenance of connections becomes quite cumbersome to support. This is where the benefit of SAP NetWeaver 7.1 Process Integration (PI) becomes obvious. PI provides a tool and infrastructure to centrally design, configure and support of the point-to-point connection. With PI, message types and interface can be designed in the Enterprise Services (ES) Repository, and connection configurations and communication channels can be done in the Integration Directory (ID). All the configuration objects are also propagated automatically to the perspective backend business systems.

(refer : https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b00bbb77-75bc-2a10-6b9a-a6f81615...

/people/william.li/blog/2008/02/13/point-to-point-connection-using-abap-in-sap-using-pi-71 )

15. User defined Functions

In PI 7.0 and XI 3.0, one of the most often requested features (or complaints) is the capability (or lack of) to share user-defined functions (UDFs) across multiple message mappings. As a result, we often had to duplicate the code of frequently used UDFs to multiple message mappings. This feature is now available with PI 7.1. The only restriction is that the library containing the UDFs has to be in the same Software Component Version (SWCV) as the message mapping.

(Refer: /people/william.li/blog/2008/01/02/sap-pi-71-mapping-enhancements-series-share-user-defined-functions)

16. Import of SQL Tableu2019s metadata

Till now import of metadata from RFCs and IDOCs from SAP was possible but Many times, we wish we can also import metadata from SQL tables we wish to access also. This will eliminate a lot of typing and typo-mistakes. This feature is now available with PI 7.1. The only requirement is that we have to have a JDBC receiver communication channel.

17. High volume support

With using the Advanced Adapter Engine (AAE) in SAP NetWeaver PI 7.1, much higher numbers can be reached. For scenarios executed in the AAE, the single runtime of a message reduces by factors. Even better results can be reached for asynchronous scenarios in regards to throughput. There we see for SAP internal test scenarios the factor 10 more throughput on same hardware. The main reason for that is, that AAE can now do routing and mapping together and asynchronous messages are only persisted to the database one time.

(Refer /people/holger.faulhaber/blog/2007/12/12/high-volume-support-in-pi-71)

18. Additional WS standards

Additional Ws standards have been introduced with features such as WS u2013 RM (Web services reliable messaging), WS security using SAML. Under WS-RM asynchronous messaging (EO/EOIO) and native support through integration engine (w/o adapter) is supported. Also implementation of WS security is done through SAML where there is an authorization check in receiving system based on original user.

siddhesh_pathak4
Contributor
0 Kudos

Hello,

This will help you,

[;

Please search SDN ... you will get lot of info...

Former Member
0 Kudos

Hi,

Refer these links:

PI 7.1 is Ramp up version.

Diffrence b/w PI 7.0 and PI 7.1 look this thread.

SAP NetWeaver Process Integration 7.1 - Overview of New Capabilities

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/706005a3-3bd6-2910-91ae-a2016239...

Usability Features in SAP NetWeaver PI 7.1 Development and Configuration Times

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0e7734f-e969-2a10-24b6-df58a710...

SAP Network Blog: All you wanted to know about SAP NetWeaver PI 7.1 and more...

/people/daniel.bianchin/blog/2007/12/19/all-you-wanted-to-know-about-sap-netweaver-pi-71-and-more

SAP Network Blog: Mapping Enhancements in SAP NetWeaver Process Integration (PI) 7.1

/people/jin.shin/blog/2008/01/11/sap-pi-71-mapping-enhancements-series-mapping-enhancements-demo

SAP Network Blog: High Volume support in PI 7.1

/people/holger.faulhaber/blog/2007/12/12/high-volume-support-in-pi-71

Share User-Defined Functions in Message Mappings of PI 7.1

/people/william.li/blog/2008/01/02/sap-pi-71-mapping-enhancements-series-share-user-defined-functions

SAP NetWeaver Process Integration 7.1

https://www.sdn.sap.com/irj/sdn/nw-pi71

Previous Release (SAP NetWeaver Exchange Infrastructure 7.0)

[original link is broken]

SAP NetWeaver 7.1SAP NetWeaver Process Integration 7.1

http://help.sap.com/content/documentation/netweaver/docu_nw_71_design.htm#nw70

End To End Process Integration

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6a90d6aa-0b01-0010-8a83-cf0...

For administration point of view first need to learn installation also. Find below link for more help

http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf

http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf

A Beginner?s Guide to SAP XI Settings, Part II

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6bd6f69a-0701-0010-a88b-adb...

A Beginner?s Guide to SAP XI Settings, Part I

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4a...

General Configuration Steps

http://help.sap.com/saphelp_nw04/helpdata/en/cf/230240d981e469e10000000a155106/content.htm

SAP Exchange Infrastructure (XI) : Installation & CONFIGURATION GUIDE

http://help.sap.com/saphelp_nw04/helpdata/en/d7/f01a403233dd5fe10000000a155106/frameset.htm

Personal Settings

http://help.sap.com/saphelp_erp2004/helpdata/en/e9/c4cc9b03a422428603643ad3e8a5aa/content.htm

Roles and Tool Access : Administration, Technical Configuration,Design,Configuration,Monitoring

http://help.sap.com/saphelp_nw04/helpdata/en/89/05793c05f0807be10000000a11405a/content.htm

http://www.forumtopics.com/busobj/viewtopic.php?t=59586&start=15&postdays=0&postorder=asc

SLD:

How To?Handle the SLD for SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f7...

How To?Handle Caches in SAP XI 3.0

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47...

Catche Refresh

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a7930...

Refer these post installation links

http://help.sap.com/saphelp_nw70/helpdata/en/a0/40084136b5f423e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/14/39084136b5f423e10000000a155106/frameset.htm

Link for posnt installation guide

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/95d7d490-0301-0010-ce93-c58...

https://websmp101.sap-ag.de/~sapidb/011000358700009389172004E.PDF

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/95d7d490-0301-0010-ce93-c58f9a3c...

2004s PI installation - help.sap.com:

http://help.sap.com/saphelp_nw04s/helpdata/en/78/f59442062bcd6ae10000000a155106/frameset.htm

Post installation guide

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/95d7d490-0301-0010-ce93-c58...

https://websmp101.sap-ag.de/~sapidb/011000358700009389172004E.PDF

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/95d7d490-0301-0010-ce93-c58f9a3c...

PI installation Steps

http://help.sap.com/saphelp_nw04s/helpdata/en/78/f59442062bcd6ae10000000a155106/frameset.htm

http://help.sap.com/saphelp_nwmobile71/helpdata/en/88/21bc3ff6beeb0ce10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/0d/571442be645133e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/06/7f6ec3e259494289958785bf39400f/frameset.htm

Monitoring features with SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1db5e190-0201-0010-1c90-d9d...

Monitoring XML Messages

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b715045ffc11d5b3ea0050da403d6a/content.htm

For adiminstraion you can get the information from help.sap.com

A Beginner’s Guide to SAP XI Settings, Part I

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4a...

General Configuration Steps

http://help.sap.com/saphelp_nw04/helpdata/en/cf/230240d981e469e10000000a155106/content.htm

Refer these links:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/972bf610-0d01-0010-1db8-9eb...

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm

Payload Monitor:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e71737...

https://www.sdn.sap.com/irj/scn/elearn?rid=/webcontent/uuid/a680445e-0501-0010-1c94-a8c4a60619f8 [original link is broken]

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/9b224771-0701-0010-39be-99734...

http://help.sap.com/saphelp_nw04/helpdata/en/e5/5d1741b393f26fe10000000a1550b0/frameset.htm

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20d84ef4-fb0c-2a10-05bd-ffefca45...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e05ad5a6-4b4f-2b10-df94-9b9e0392...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d05c14c3-34af-2b10-a1b1-fa2a39e0...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/58c5f542-0801-0010-228b-c27a7b3c...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/709a019d-b3e6-2a10-b79d-f964136c...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0b2bb6d-0de5-2910-0d92-9bac9f8f...

Regards,

Nithiyanandam

former_member181962
Active Contributor
0 Kudos