Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Align text to address created by 'ADDRESS' syntax

aris_hidalgo
Contributor
0 Kudos

Hello Experts, 


I am currently modifying a sapscript form wherein the text 'Delivery Address' is not aligned
with the address. Below is the code:

AS	 	Delivery Address:
/:	 	ADDRESS DELIVERY PARAGRAPH DA
/:	 	  TITLE    &SADR-ANRED&
/:	 	  NAME     &SADR-NAME1&, &SADR-NAME2&, &SADR-NAME3&, &SADR-NAME4&
/:	 	  STREET   &SADR-STRAS&
/:	 	  CITY     &SADR-ORT01&, &SADR-ORT02&
/:	 	  POSTCODE &SADR-PSTLZ&
/:	 	  COUNTRY  &SADR-LAND1&
/:	 	  REGION   &SADR-REGIO&
/:	 	  FROMCOUNTRY &LFA1-LAND1&
/:	 	ENDADDRESS

So it shows as:

Delivery Address:
		  Title
		  Name
	   	  Street
		  City
		  Postcode

I want it to be like this:

Delivery Address: Title
		  Name
	   	  Street
		  City
		  Postcode

I cna remove the ADDRESS syntax and do it manually but I want to know if there are others ways to
achieve my requirement?

Thank you guys and take care!
1 REPLY 1

aris_hidalgo
Contributor
0 Kudos

Ooops sorry mod I clicked the wrong forum. My mistake