cancel
Showing results for 
Search instead for 
Did you mean: 

Address -Endaddress in Sap Script

Former Member
0 Kudos

Hi

Requirement is to add District field in new line in SAP Script.

I am using Address End address :

/: ADDRESS

/: TITLE &DKADR-ANRED&

/: NAME &DKADR-NAME1&, &DKADR-NAME2&, &DKADR-NAME3&, &DKADR-NAME4&

/: STREET &DKADR-STRAS&

/: POBOX &DKADR-PFACH& CODE &DKADR-PSTL2&

/: CITY &DKADR-ORT02& , &DKADR-ORT01&

/: POSTCODE &DKADR-PSTLZ&

/: COUNTRY &DKADR-LAND1&

/: REGION &DKADR-REGIO&

/: FROMCOUNTRY &DKADR-INLND&

/: ENDADDRESS

So basically I would like to put &DKADR-ORT02& in new line.

I cannot use District field.If I use CITY field again it is not showing the value.

How do we add this new field?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

Try like this not sure it will work or not.

/: ADDRESS

/: TITLE &DKADR-ANRED&

/: NAME &DKADR-NAME1&, &DKADR-NAME2&, &DKADR-NAME3&, &DKADR-NAME4&

/: STREET &DKADR-STRAS&

/: POBOX &DKADR-PFACH& CODE &DKADR-PSTL2&

<b>/: CITY &DKADR-ORT02&</b>

<b>/: CITY &DKADR-ORT01&</b>

/: POSTCODE &DKADR-PSTLZ&

/: COUNTRY &DKADR-LAND1&

/: REGION &DKADR-REGIO&

/: FROMCOUNTRY &DKADR-INLND&

/: ENDADDRESS

Regards,

SaiRam

Former Member
0 Kudos

HI,

You have to give it directly.. I think you cannot use this address and endaddress if you want to have district give it under city column.. if this is not the requiremnt then you have to remove this address and endaddress and give the address directly

thanks

mahesh