‎2007 Apr 25 7:30 AM
Hi all,
I am facing a problem while printing address. If i am putting address with address and endaddres then I am not getting any problem address is printing. I am trying to display the address with out these address and endaddress statement. This part of the code I am writing in a constant window. I dont want to display the address in the format of receipient country. what should I do
Regards,
Venkat
‎2007 Apr 25 7:41 AM
Hi Venkat,
Display those values which you felt required like Name, address and city like below
/: &VBDKA-NAME1&, &VBDKA-NAME2&, &VBDKA-NAME3&, &VBDKA-NAME4&
/: &VBDKA-STRAS&
/: &VBDKA-PFACH&
/: &VBDKA-ORT01&, &VBDKA-ORT02&
Its a good practice to display address based on country
Thanks,
Vinay
‎2007 Apr 25 7:46 AM
Hi Vinay,
Thanks for the reply, I am doing the same as below by removing the address and end address but the address is not displaying. I am able to display with address and endress.
Thanks
Venkata Chalapathi
‎2007 Apr 25 7:45 AM
Hi,
Do not use the ADDRESS and END ADDRESS, just write the fields which you want in the layout .....
/: &table-Name1&
/: &table-city& .
...............
...............
this will be printed one by one field in the layout
Regards
Sudheer