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

problem while printing address

Former Member
0 Likes
380

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

3 REPLIES 3
Read only

Former Member
0 Likes
358

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

Read only

0 Likes
358

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

Read only

Former Member
0 Likes
358

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