Hello,
I just wondering is it possible to write distributed ABAP application across geterogenous SAP application servers ?
The CALL can be done with DESTINATION <SERVER> that is great but how about parameters types?
What I exactly mean that the destination server has a function with parameters types absent on the caller server. The types are composite and I do not really want to copy all datatypes across servers just for single RFC. Also it is not very good for maintainability of the application.
The question is: Is any way to refere datatype described on destination system something like DESTINATION->TYPE ? Or I have to copy all hierarhy of the types to the caller?
What ABAP-Guru usually do to resolve that situation?
Thanks,
Slav.