Hi,
currently a java application is directly calling an RFC of SAP System.
so current scenario: javaAppl->RFC
for some reason, now we have to insert PI inbetween.
something like:
javaAppl -
whichAdapter -
>PI----- RFC_Adapter -
>RFC
in this scenario, from PI to RFC, i think we can use RFC Adapter,
but for, javaAppl to PI, what technonlogy/Adapters we can use.
what all changes we need to do in the javaApplication.
how it can be possible that can result in minimal changes in the javaApplication.
thanks,
Madhu.