cancel
Showing results for 
Search instead for 
Did you mean: 

Senarios in SAP PI 7.3

0 Kudos

Hi Experts,

I'm a newbie to SAP PI. I have a confusion if I have 15 different integration scenarios should I create a new product for each scenario and then import it in ESR for design or same product for all scenarios and separate it using namespace for each scenario.

Secondly is there any standard naming conventions for SAP PI Development objects.

Accepted Solutions (0)

Answers (2)

Answers (2)

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Umer,

Firstly, you need clear the difference between SWCV and namespaces.

You can uniquely identify them with a logical grouping associated with one swcv, Software components represent the reusable modules of a product.

Repository namespaces are displayed in the ES Builder (Design) navigation tree. They are all assigned to a software component version but are used differently:

  • Repository namespaces are used to avoid naming conflicts. It is not possible to have duplicate object names in an object type within a repository namespace. In other words, a repository namespace is a quantity in the ES Repository in which the object names are unique.
  • Software component versions are used to define shipment units. It is not possible to ship design objects in a namespace (integration scenario objects, integration process objects, interface objects, mapping objects, and adapter objects) on their own. Instead, they are shipped as a part of the relevant software component version.

Although repository namespaces are assigned to the software component version in the navigation tree, the software component version does not affect the uniqueness of the object names.

So you can create some SWCVs for according to the different products, and create many unique namespaces to group the objects within 1 swcv. You can use the same SWCV name for both development and production system.

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/52/87015de2e2498181628ced426934b1/frameset.htm

Best Regards,

Liz

former_member366655
Active Participant
0 Kudos

Hi Umer,

You can create different Products , and under every Product you can have your SWCV. You would need to import SWCVs in ESR.

Regards,

Vivek Jain

0 Kudos

Hi Vivek,

Is it the best approach? if possible can you tell me the disadvantages of creating the only single product?

Thanks for the answer.