Application Development and Automation 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: 
Read only

Smart Form Language Print Problem

Former Member
0 Likes
885

Hi ,

i want to ask that in PO smart form if i am taking print preview. then vendor & Shipping Address are not coming in print preview...another fields are coming like tele & Fax No these are store in numeric value but these name1 and street store in taiwan Lang..

then data fetch from ARDC table but ARDC-name1 and ADRC-street store data in taiwan lang..so these two fields data is not displaying in taiwan lang during print preview but some other format is displaying like squrae shape.....

so plz send me solution...ASAP...

Thanks

Amit Nigam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
766

Hi Amit,

Are you previewing the PO in english or Taiwan Language?

If u are printing the form for a taiwan vendor in english, Please check the entries in ADRC table.

I think in this case the smart form is picking up the address of the vendor in Taiwanese language and trying to print the form in english. Which is not possible. So it displays either hashes or squares or some characters.

I faced the same problem with japanese language form when my client was trying to print the form in English.

Hope my answer is clear

Thanks,

Rashmi.

6 REPLIES 6
Read only

Former Member
0 Likes
767

Hi Amit,

Are you previewing the PO in english or Taiwan Language?

If u are printing the form for a taiwan vendor in english, Please check the entries in ADRC table.

I think in this case the smart form is picking up the address of the vendor in Taiwanese language and trying to print the form in english. Which is not possible. So it displays either hashes or squares or some characters.

I faced the same problem with japanese language form when my client was trying to print the form in English.

Hope my answer is clear

Thanks,

Rashmi.

Read only

0 Likes
766

Hi Rashmi,

I am previewing the PO in english lang.

and i check the ADRC and LFA1 also these entries coming form xko1 vedor creation T,code..user enters the address in Taiwan lang...so table update according to entries...

then i am also using condition t0005w-spars = adrc-spras

then i am geeting square characters..you are right..

yes S.F picking up adress in Taiwan Lang and trying to print the form in English...so tell me how to solve this problem...and you already faced same prob before so tell me Rashmi...

Thanks

Amit

Read only

0 Likes
766

Hi,

Pick up the Address using user log on language instead of adrc-spras Or the language which user wants to display on the form.

Alternatively u can also code the driver program in such a way so that, if the the sy-langu is EN pick the address in EN or pick the address in Taiwan language.

ADRC-Nation is set in such case.

Another solution is the master data for the vendor has to be first maintained in English and then international versions have to be maintained in various languages.

Thanks,

Rashmi

Read only

0 Likes
766

Hi Rashmi,

i am understanding..but if any record is already entered..

so i want to display so.....and you was saying you already faced such problem. so what did you do that time..

and how did you solve that problem..?

byeeeeeeee./

Thanks

Amit Nigam

Read only

0 Likes
766

Hi,

i am agree with you..so i want to know how did you solve such problem when you faced...byeeeee..plz tell me in brief..if you have code for this thing so plz gave me..

Thanks

Amit Nigam

Read only

0 Likes
766

Hi Amit,

Please change the code for selecting the address.

Right now i guess u are getting the country of the vendor and picking up the language key from that. Then on that language u are getting the address...

Instead of this just select teh address of vendor from adrc using language key = sy-langu.

That should solve the problem . U just need to modify the where clause in the select for vendor address.

Thanks

Rashmi