cancel
Showing results for 
Search instead for 
Did you mean: 

German Conversion

Former Member
0 Kudos

Hi all,

I am able to connect to a SAP 4.6C(in English language) using JCo. Now I am trying to connect to SAP 4.6C in German language using JCO, I have to post and receive IDOC's/BAPI's in German language. Please provide me the steps I have to follow to achieve this.

or Please refer me to a url or documentation site.

Thank in advance

Rahul

Message was edited by: rahul khanna

Message was edited by: rahul khanna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

what do you mean by converting the language? If I'm not mistaken you can specify the language when connecting with JCo.

regards,

Dion

Former Member
0 Kudos

Hi Dion,

Thanks for responding.

I am sorry for not putting the question straight.

The Connector should support German language.

Apart from changing the language option in the JCO code is there anything that needs to be done because the SAP version we are using is 4.6c (which support codepages).

I need a machanism which can convert codepages into Unicode (which is supported by JCO).

Please give ur inputs.

Thanks in advance

Rahul

Former Member
0 Kudos

Hi Rahul,

it should be possible using the java localization packages. This link might provide you with more info.

<a href="http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/">http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/</a>

regards,

Dion

Former Member
0 Kudos

Hi Dion,

I am posting/receiving IDOC's from SAP4.6C in English successfully. Now I am trying to post\receive IDOC's\BAPI's from SAP 4.6C in German language. Can you please provide me the steps I have to follow to post\receive IDOC's in German language. Since SAP 4.6C does not support Unicode, I came to know that we have to use code pages technique to do the same. Please guide me.

Thanks

Rahul

Former Member
0 Kudos

Hi Rahul,

Check the JavaDoc of the latest JCo (classes IMetaData, Connection and Server, there should be methods to handle the codepage and your own types.

<a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/jc/com/sap/mw/jco/JCO.Attributes.html#getOwnCodepage()">https://media.sdn.sap.com/javadocs/NW04s/SPS7/jc/com/sap/mw/jco/JCO.Attributes.html#getOwnCodepage()</a>

<a href="https://media.sdn.sap.com/javadocs/NW04s/SPS7/jc/index.html">https://media.sdn.sap.com/javadocs/NW04s/SPS7/jc/index.html</a>

regards,

Dion

Answers (0)