Application Development and Automation 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: 
Read only

Changing Address format using Address Command in SAP Script.

Former Member
0 Likes
370

Dear All,

I want to change the address format, that is getting printed from my SAP Script.

Currently it is getting printed by the Country format as specified by SAP, but I want to change it.

I could not use the Enhancement option provided by SAP, since I want to change it only for a particular element in the Script Window.

My requirement is to print the Address, in a format different than what is getting printed by Address -  EndAddress Command.

The other option of fetching the address in Driver Program and then print in the Script is always available,

but I want to print it by using Address - EndAddress Command in the Script.

Any body having any idea, please help.

Thanking You All.

1 REPLY 1
Read only

Former Member
0 Likes
330

Hi All,

I have checked all the possible option but could not find any way to print it via

Address.....

EndAddress.......... so, have to derive it in Driver Program and then print in Script

by global variables.

Any body, having other better option, please share.

Thanking You All.