2013 Jun 18 12:27 PM
Hello,
Is it possible to use the Google Translate API in a report SAP?
My need is to retrieve the translation of a text when the user clicks on a button of an ALV report.
Thanks.
Best regards
Patrice.
2013 Jun 18 4:18 PM
Hi Patrice,
I have not the solution of your question, but for me it's possible, you could find in SDN some example to use the Google Maps application
Have fun
Regards
Fred
(PS: I think google count the number or request to prevent professional usage of their applications)
2013 Jun 21 10:01 AM
Yes (http://translateclient.com/)
According to a new Google policy, after December 2011 Google Translation will be available only in the Pro version.
Regards,
Raymond
2013 Jun 21 10:56 AM
Yes, We can.
You will have to consume the API's listed in the link below according to your requirement :
[Translate API Getting Started - Google Translate API — Google Developers]
Cheers!
Abhinab
2013 Oct 19 3:44 AM
Hi Patrice,
I think what you are trying to do is very possible. To use any of the Google API's you have to use OAuth2.0 authentication.
We recently achieved a basic interface to the Google Fusion Tables API using OAuth2 with only about 100 lines of ABAP...here's a link to a short 7 minute video:
The techniques shown in the video (leveraging OAuth2 Refresh Tokens) could be used on any of the Google API's however...the ABAP code is up on GitHub.
Hope you find this helpful
Forrest