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: 

Contry not displaying in Ship-to Address

Former Member
0 Kudos

Dear All,

In the billing document SAP Script output Country is not getting display for Ship-To customer.

In SAP Script form, I have two addess window, one for Sold-to and another for Ship-to. For the Ship-to Country is not getting display. Both Sold-to and Ship-to customer are same. Both address window use same control statement as follows ;

/: ADDRESS DELIVERY PARAGRAPH AS

/: TITLE &VBDKR-ANRED_WE&

/: NAME &VBDKR-NAME1_WE&, &VBDKR-NAME2_WE&, &VBDKR-NAME3_WE&, &VBDKR- >

/: STREET &VBDKR-STRAS_WE&

/: POBOX &VBDKR-PFACH_WE& CODE &VBDKR-PSTL2_WE& CITY &VBDKR-PFORT&

/: POSTCODE &VBDKR-PSTLZ_WE&

/: CITY &VBDKR-ORT01_WE&, &VBDKR-ORT02_WE&

/: REGION &VBDKR-REGIO_WE&

/: COUNTRY &VBDKR-LAND1_WE&

/: FROMCOUNTRY &VBDKR-SLAND&

/: ENDADDRESS

Kindly let me know how to display country for ship-to customer.

3 REPLIES 3

aakash_neelaperumal2
Active Participant
0 Kudos

Check whether the country variable LAND1 is getting populated.

Former Member
0 Kudos

Problem solved by using Perfom address to display ship-to customer. I have checked all possilbity of Address window but doesn't workout. Using perform i am selecting ship-to customer country from customer master and displaying. Kind regards, Nilesh Shete

Former Member
0 Kudos

Problem solved by using Perfom address to display ship-to customer. I have checked all possilbity of Address window but doesn't workout. Using perform i am selecting ship-to customer country from customer master and displaying. Kind regards, Nilesh Shete