cancel
Showing results for 
Search instead for 
Did you mean: 

Address problem in sapscript

Former Member
0 Kudos

Hi,

I'm creating a sapscript for Sales order, my problem is this:

when the order is sent to foreing country I would to print the country name, else the country name hasn't is displayed.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

To display the country name use a seperate window and display it by using condition i.e by checking whether the country is Foreign country or not. for that you have some variables which are related to Country in your driver program.

Former Member
0 Kudos

Hi Ierardi Leo,

To control the country name displayed in the address, please use the parameter "Sending Country".

Set the parameter "Sending Country" as the country of your Sales Org(VKORG)/Company code(BUKRS)/Shipped from(VSTEL).

The logic based on Sending Country followed by SAP is as follows,

1. If Sending country is same as destination country then, Country name is not displayed

2. If Sending country is not same as destination country then, Country name is displayed

I hope this solves your problem.

Regards,

Amit