Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

double-byte parameter passing on integrating SAP WinGui Transaction from EP

choi_jinkyu
Explorer
0 Kudos

Hellow,

We got a multiple character set problem when we pass parameter value in Korean to SAP WinGui Tcode from EP 6.0.

Here is our code.

<form name="sapOpen" method="post" action="/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.Transaction">

<input type="hidden" name="System" value="SAP_ECC">

<input type="hidden" name="TCode" value="ZTCDXXX">

<input type="hidden" name="GuiType" value="WinGui">

<input type="hidden" name="ApplicationParameter" value="docstr=Korean한글입니다123">

</form>

When we submit the above form, the SAPGUI appears with Korean char is broken, which is like this "Korean?????123" .

When we use the ITS, the Korean is not broken.

( http://myecc:8000/sap/bc/gui/sap/its/webgui?sap-client=700&sap-user=11111111&sap-password=22222&sap-... )

Any suggestion?

Thanks in advance.

2 REPLIES 2

choi_jinkyu
Explorer
0 Kudos

Finally I've got the solution using the CharacterEncoding property of com.sap.portal.appintegrator.sap.Transaction or com.sap.portal.appintegrator.sap.bwc.Transaction.

==> CharacterEncode=EUC-KR

nils_buerckel
Product and Topic Expert
Product and Topic Expert