cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - Message interfaces of one component are not appearing in another comp

Former Member
0 Kudos

Hi,

We have created 2 software components(X and Y) for File to RFC scenario.

"X" SWC is dependent on "Y" SWC.

We are building sync-async bridge using BPM. We have created one BPM in X component. This BPM has the visibility of message interfaces only particular to that component only, not the other component. Though wehave created dependency between these 2 components. But without this we cannot build sync-Async bridge.

Please could you provide the inputs, so that we can proceed further.

Thanks,

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to keep Usage Dependencies....then it will apper

Amaresh

Former Member
0 Kudos

Hi Amaresh,

Thanks Amaresh,

We have selected usage dependencies while creating the software components.

Now we are also able to see the dependencies in SLD .

Pleae could you provide the inputs.

Thanks,

Ramesh

Former Member
0 Kudos

Hi Ramesh -

To see the effect of creating the usage dependency (e.g. when SWC X is dependent on Y), you need to re-import the SWC X into the IR. Afterwards, you should see a "Basis object" node, under which the objects for Y should be available to use within X.

Regards,

Jin

Former Member
0 Kudos

Hi,

Thanks for the inputs.

Since we are not able to view, we need to go for re-import into IR. Initially we have created usage dependency and then imported to IR.

Please provide us the inputs.

Thanks,

Ramesh

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

Where are you developing your BPM objects in X or Y ?

If X is dependendent on Y , then you can access Abstract interfaces created in the X in Y.

After creating SWC dependency, then refresh the cache and check out is it working ..

for dependency-/people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies

Regards,

Moorthy

Former Member
0 Kudos

Hi,

After done the usage dependencies...you need to import those namespaces where you created the messages interfaces are you can import the IDOCs or RFC in the one SC and then now you can access all the messages interfaces in BPM

Amaresh