Hi All,
We have implemented pricing routines in SD . Now we are dowloading same pricing conditons into CRM.
Generally we have to write the CRM pricing routines in JAVA (IPC)only. But, one of my senior consultants has given suggestion to write the pricing logic in ABAP RFC in CRM and call this from Java Pricing user exit. This way Java code can be kept to minimum.
Now, I dont know how to call the ABAP RFC from the java user exits (from IPC 7.0 onwards, IPC is an integral part of SAP Web AS). Pricing userexit Manual AP 7.00 says tha JCo is not possible.
Please help...how can I call ABAP FM from Java Pricing exit? Is this possible? Or Do I have to write the complete logic in Java user exit itself?