cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

RFC Lookup using Java Mapping program - Examples

Former Member
0 Likes
909

Dear Experts,

I am working on a scenario which is using 1:N mapping. For deciding the target message I have to use RFC Lookup to call the backend ERP system and there are 2 ERP systems involved in this integration. As I am using Java Mapping and never did a RFC Lookup in Java. I kindly request you to give me some examples which I could use for my RFC calls in my Java Mapping. Simple example will do.

Client is adamant to use Java mapping, I could achieve this easily using XSLT or Graphical Mapping.

Advance Thanks,

Pradeep

View Entire Topic
Former Member
0 Likes

Hi Hareesh,

I tried the code that you have given me but for some reason its giving me a null point exception on  the result variable in the code.

result.getContent();

Could you please help me?