Application Development 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: 

Regarding Address EndAddress in SAP Script

Former Member
0 Kudos

<i>Hi Abapers,

I am having a problem while displaying the address in SAP Script through Address EndAddress.

Problem is it is displaying the data correctly but it display the Region Code. Now the requirement is to display the Region Description instead of the Region Code.

Can you please provide me any solution for this.

I am sending the Address EndAddress which I have written in my code.</i>

/:		ADDRESS DELIVERY PARAGRAPH ZC
/:		  NAME     &VBDKL-ZBTNAME1&, &VBDKL-ZBTNAME2&, &VBDKL-ZBTNAME3&, &VBDKL-
/:		  STREET   &VBDKL-ZBTSTRAS&
/:		  CITY     &VBDKL-ZBTORT01&, &VBDKL-ZBTORT02&
/:		  POSTCODE &VBDKL-ZBTPSTLZ&
/:		  COUNTRY  &VBDKL-ZBTSLAND&
/:		  REGION   &VBDKL-ZBTREGIO&
/:		  FROMCOUNTRY &VBDKL-ZBTLLAND&

4 REPLIES 4

Former Member
0 Kudos

Hi

ADDRESS and ENDADDRESS is used to specify the address which will

be formatted according to the target country i.e the recipient country.

e.g. /:ADDRESS sales PARAGRAPH C

/:NAME &KNA1-NAME1&

/:STREET &KNA1-STRAS&

/:POSTCODE &KNA1-PSTLZ&

/:CITY &KNA1-ORT01&

/:COUNTRY &KNA1-LAND1&

/:FROMCOUNTRY 'DE'

formatting address

http://help.sap.com/saphelp_46c/helpdata/en/d1/803238454211d189710000e8322d00/frameset.htm

http://help.sap.com/saphelp_40b/helpdata/en/d1/803238454211d189710000e8322d00/content.htm

<b>Reward if usefull</b>

0 Kudos

Thanks for the reply,

But how would I print the Region description on the script by using Address EndAddress

0 Kudos

Hi,

Find the Table and field name of Region description for the corresponding Region and declare it like as Region.

Thanks.

0 Kudos

Hi Viji,

I have tried but couldn't work.. Can any other alternative to achieve the Region Description instead of Region code