cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with adress formating

Former Member
0 Kudos

Hi all!

I'm having a hard time with addresses at Sapscript and Smartforms: for some reason, some customer's addresses apear with the folowing format:

<TITLE><NAME>

<ADDRESS>

<POST CODE>

<LAND>

Why does the NAME apear in the same lina as TITLE does?

Can anyone help???

Thanks!

Carlos

Accepted Solutions (1)

Accepted Solutions (1)

former_member203305
Active Contributor
0 Kudos

Hi

it appears in the same line, because the line will show sth like this

Mrs. Smith...

the title does a reference of the type of person...do u know what i mean? Mrs, Miss....etc.

Regards.

Former Member
0 Kudos

Hi!

Are you saing that SAP distinguish "Company" from "Mr.", "Mrs."?!

I'll go check if there is any diference betwen those forms of tytle...

thanks!

Answers (5)

Answers (5)

Former Member
0 Kudos

HI,

I think you wrote the fields ina same line.Press enter after <titile>

and use protect and endprotect.

For example:

/: protect

  • <TITLE>

*<NAME>

*<ADDRESS>

*<POST CODE>

*<LAND>

/: endprotect

If u use like this u wont be getting any problem in future.

Regards

Kiran

Former Member
0 Kudos

I'm still testing, but I think I've found the cause and solution for this problem:

When configuring the Title, we have to select one type of the following:

  • personal;

  • company;

When whe select "personal" SAP Adress formats the first line to appear something like: <TITLE> <NAME>;

If we select "company" SAP formats the first line like <TITLE> in first line and <NAME> in the second line.

The solution?! Simple: just change the type of title to be always "company".

Thanks Miguel Alvear (for showing me the way)!

Former Member
0 Kudos

hi carlos, close the thread if ur problem is solved.

кu03B1ятu03B9к

Former Member
0 Kudos

Hi..

First check whether they used address u2013endaddress tag. If then remove and display manually according to ur requirement. If not then change it according to ur specification. No issues.

Regards,

KP.

Former Member
0 Kudos

Hi,

In text editor,

write all in different lines with * in command box.

  • title

  • name

  • address

Hope this works

Former Member
0 Kudos

Hi,

In the form you define the title and name in seperate line by /:

Then it will print in next line.

Former Member
0 Kudos

if you dont want the both in same line you can change the code in forms

<TITLE>

<NAME>

<ADDRESS>

<POST CODE>

<LAND>