cancel
Showing results for 
Search instead for 
Did you mean: 

ADDRESS - Script

Former Member
0 Kudos

Hi ,

I have used Address key to dispaly address details in Script. Below is my syntax.

ADDRESS PARAGRAPH AS

ADDRESSNUMBER &LV_ADRNR(K)&

ENDADDRESS ..

But for country Finland, Country Name is not displaying in output..Please let me know any information on this

Thanks

Jagadeesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

closed

Former Member
0 Kudos

{ADDRESS PARAGRAPH AS} is incomplete in your case...

Consider the additions like your "PARAGRAPH xx" above...

DELIVERY - prints street address instead of PO box.

PRIORITY (any combination of :

A - Form of Address

P Mandatory blank line 1

Q Mandatory blank line 2

2 name2

3 name3

4 name4

L country name

S line for the street

O line for the city)

LINES n = number of lines available to format the address...

so, perhaps

/:ADDRESS PARAGRAPH AS PRIORITY L Lines 6

/:ADDRESSNUMBER &LV_ADRNR& "why the (k)??

/:FROMCOUNTRY &lfa1-land1& " or suitable value

/:ENDADDRESS

Wonderful manual called SAPScript Made Easy is a great resource for this, if you work with SAPScript frequently.

Former Member
0 Kudos

Hi ,

Check the country name is availbale in the configuration

Let me know if any concerns....

Former Member
0 Kudos

This message was moderated.