‎2005 Dec 22 6:15 AM
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
‎2005 Dec 22 6:23 AM
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.
‎2005 Dec 22 6:23 AM
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.
‎2005 Dec 22 6:42 AM
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
‎2005 Dec 22 6:54 AM
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
‎2005 Dec 22 7:22 AM
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
‎2005 Dec 22 9:30 AM
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
‎2005 Dec 22 12:03 PM
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