cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I created two EC for different business object ( each have another Deployment Unit ) is it possible to connect them ? I know how to get access to each Business Object but i don't know how to get access to their Embedded Component. Or it is something like XBO that i can see this in debug mode as association (in this case).

Regards,
Jakub

0 Likes
View Entire Topic
Jakub
Participant
0 Likes

Does anyone have any sugestion for this situation:

-Two solution each in others deployment unit (fundation and customer relationship mgmt )
- In each solution was created custom Business Object and Embedded Component
- How to get access from one BO to another ?

I tried by Internal Communication but the business objects are in invidual solution so it is imposiible to do with that method.
I tried by inports and outports, but when i add EC i have only access to outport standard screen. I searched for any event (like BOOperation) for read or assign from one to other.


Is any possible to transfer/copy/send data form one custom buisness object to another in different solution ?

jravnik
Participant
0 Likes

Hi Jakub,

there is only the possibility to use webservices to communicate between custom BOs of different solutions. This however is a performance intensive task.

Best regards
Jürgen