‎2007 Jan 15 9:18 AM
Hi friends,
i'm now working on a zcopy of medruck script.
in the address window, if the vendor has an international version, i need to print that address in the international version (mostly chinese) else in english.
I have one Ztable with all the chinese texts in it.
Plz advice me how can i proceed ........
Thanks & Regards
Praveen
‎2007 Jan 15 10:24 AM
Hi Pravin,
The solution to ur problem can be in this way.
In ur driver program identify that its for international print. Set a flag X for it.
In the layout of address window use IF else on the flag & check ii it has value X.
If so read the data from Ztable(driver program) & print there.
If this solves ur problem let me know.
Thanks & Regards
Kapil
‎2007 Jan 15 9:56 AM
‎2007 Jan 15 10:24 AM
Hi Pravin,
The solution to ur problem can be in this way.
In ur driver program identify that its for international print. Set a flag X for it.
In the layout of address window use IF else on the flag & check ii it has value X.
If so read the data from Ztable(driver program) & print there.
If this solves ur problem let me know.
Thanks & Regards
Kapil
‎2007 Jan 18 11:35 AM
Thanks Kapil,
but it was not the solution.
in another sales order script, i'm getting this without any flags in layout.
i need to get thse fields from ADRC table.
can u plz look into this and suggest me sth?
Thanks..
Praveen
‎2007 Jan 18 12:07 PM
See the vendor master is LFA1.
You will have this in table ekko for vendor .
now with this vendor get the ADRNR FROM EKKO OR LFA1 -LIFNR and LFA1-ADRNR.
Once you have the ADRNR then goto table ADRC and for ADRC-ADDRNUMBER
equate this with ADRNR in the select .
once a hit is there then you can get the address information .
//i have one Ztable with all the chinese texts in it.
Now this ztable might be having some entries for vendor names or vendor numbers
so pick the relavent text from this or map with the key fields for a hit and capture them to ur address window .
regards,
vijay
‎2007 Feb 06 10:45 AM