cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script in chinese

Former Member
0 Kudos

Hi All,

I am creating a Form for packing list for Delivery ( VL02N ), in that I need to convert the SHIP TO party and SOLD TO party addresses in Chinese if the login language is chinese, else in English.

Plz reply as how to convert the address into chinese language depending on the login language.

Thanx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Go to se63 t.code

go translation>ABAP objects>other long texts->FORM Forms

Give your form name

select source language: EN

Target language : zh

whatever address you want patse to chinese language.

Regards

Bhupal

Former Member
0 Kudos

Hi ,

Thanx, but the address is not fixed, we need to fetch it from tables and then convert the text to chinese depending on the country code. thriugh SE63 how we can do it??

Former Member
0 Kudos

Hi,

U can fetch the data from tables based on system language.

Former Member
0 Kudos

Hello,

Create 2 text elements for each sold to party and ship to party and put a condition on the text element

based on the login language. System variable Sy-langu will hold the value of login Language.

Regards,

Najam

Former Member
0 Kudos

hi,

thanx , but can u elaborate the answer, it is not that clear. I am using output engine code for form printing..