cancel
Showing results for 
Search instead for 
Did you mean: 

Structuring Repository data

Former Member
0 Kudos

Hi,

regarding this blog (Approach 4)

/people/thorsten.nordholmsbirk/blog/2006/07/25/structuring-integration-repository-content--part-1-software-component-versions

I would like to know where to place abstract interfaces.

If I place them into XI SWC, I can not use the Message Types

of sender/receiver SWC for creating an abstract interface.

But if I create an own message type in the XI SWC I do the work

twice.

How do you do this?

thx

chris

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

You need to add the Interfaces SWC as an underlying component of the XI SWC.

Check this for more info: http://help.sap.com/saphelp_nw70/helpdata/EN/44/63977c40b54ddfe10000000a1553f7/frameset.htm

Regards,

Henrique.

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

You have to places the Abstract inteface in the A_ SWC, not I_, because in desing time of BPM you can only get the IM of the SWC where the BPM is being develop.

Thanks

Rodrigo

Former Member
0 Kudos

Hi,

It is clearly mentioned that:

1) The first SWCV represents the sender system and contains only Interface Objects in the Integration Repository.

2) The second SWCV represents the receiver system and likewise contains only Interface Objects in the Integration Repository.

Chirag

Former Member
0 Kudos

Thank you all for answering. Henrique solved the problem. I have to define

dependencies between the SWC.

Points are given.

Regards

chris