Skip to Content
0
Former Member
Dec 10, 2007 at 07:28 PM

Address EndAddress in SAP Script

84 Views

Hi Abapers,

I am facing one problem in SAP Script regarding Address EndAddress.

My code for Address in SAP is like below

	ADDRESS TYPE &ADDR_KEY-ADDR_TYPE& PARAGRAPH AD
	ADDRESSNUMBER &ADDR_KEY-ADDRNUMBER&
	FROMCOUNTRY &ADDR1_VAL-COUNTRY&
	ENDADDRESS

Now this code is written inthe window for both language EN and ZF but it prints always in EN language.

Now Problem is when the SAP Script executes in language EN it is displaying the correct addres.. But When SAP Script is executing in language 'ZF' it is not displaying some parts of address.

Can anybody suggest me why it is happening in language ZF although the code is same in both the language 'EN' and 'ZF'