cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic language RFC communication channel

Former Member
0 Kudos

Hi,

Is it somehow possible to dynamically determine the language to be used to send an RFC request with the RFC Receiver Adapter? I don't see any variable substitution possibility, so I assume it is not possible to do so.

What would be the nicest way to do the following: internet web page triggers a synchronous interface in XI which is mapped to an RFC call to ECC. Depending on the language used in the RFC call (would be passed by the initial trigger) the error texts of the RFC call are translated automatically (standard ECC functionality) and returned. So the user wants to have this error messages in the language passed in the web page.

An alternative I see, would be to create n target messages and n communication channels (1 per language) and let the interface determination do the trick. But I would like to know there is a more dynamic solution for this.

Thanks a lot in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Sven,

you can build a similar "wrapper"-scenario like Michal in his blog [PI/XI: Pseudo principal propagation |https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/14454] [original link is broken] [original link is broken] [original link is broken];

Regards,

Udo