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

sap script related issue

Former Member
0 Likes
568

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

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

5 REPLIES 5
Read only

Former Member
0 Likes
544
Read only

Former Member
0 Likes
545

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

Read only

0 Likes
544

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

Read only

Former Member
0 Likes
544

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

Read only

Former Member
0 Likes
544

ok