cancel
Showing results for 
Search instead for 
Did you mean: 

Junk characters in ADDRESS - street

Former Member
0 Kudos

Hi Experts,

I am facing an issue with my SAPscrit form. This is an account statement form. In the address of the company some junk characters appears.

Below is the code in the particular window

P2 Please remit Payment to :

P2

/: ADDRESS PARAGRAPH P2

/: NAME &SADR-NAME1&

/: STREET &SADR-STRS2&

/: POBOX &SADR-PFACH&

/: POSTCODE &SADR-PSTLZ&

/: CITY &SADR-ORT01&

/: REGION &SADR-REGIO&

/: COUNTRY &SADR-LAND1&

/: FROMCOUNTRY &DKADR-INLND&

/: ENDADDRESS

While in debug mode field STRS2 is getting populated correctly. But in the output it appears as junk characters. Othe values like POBOX Name ect are coming properly.

Please advice is there any problem with the code?

Thanking you in anticipation.

Mark

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

found the problem with CC address maintained for different country

Former Member
0 Kudos

Hi,

I might be facing the same issue.

Could you please detail your solution?

Thank you