cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve list of installed languages via JCo

jan-erik_lovlie2
Explorer
0 Kudos

Is there a way to retrieve a list of installed languages using Java Connector JCo from an external system?

I would like to present of list of available language codes a user may choose from when connecting or running an ABAP.

Accepted Solutions (0)

Answers (1)

Answers (1)

robertot4s
Active Participant
0 Kudos

Hi Jan,

You can create a simple RFC module function that reads TLANIMP table and call this RFC using JCO.

Regards,

Roberto

jan-erik_lovlie2
Explorer
0 Kudos

Hi Roberto and thank you for your response.

I would prefer not creating a module that would have to be installed on the SAP system.

This is for an external job scheduler that does not necessarily install on the SAP system, but rather communicates via JCo.  It is also software to be used by many customers, not just one, so I would prefer nothing be installed on the SAP system.

Regards,

Jan-Erik