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

SAPSCript - Address

Former Member
0 Likes
396

HI all,

I am trying to design a form. I have a window called header.In the text editor of this window the following code is written.

/: BOX FRAME 10 TW

/: ADDRESS

/: TITLE 'Reliance Global Services Ltd.'

/: STREET '50 Cragwood Road,Suite # 209'

/: P.O.BOX '1529'

/: CITY 'South PLainfield'

/: COUNTRY 'US'

/: ENDADDRESS

I expect this address to be displayed in the header window when I follow this menu navigation.

Utilities -> Printingtest.

But the address is not displayed in the header window.

Can anyone explain me this.

Regards,

Varun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
378

Hi Varun,

/: is a command line.It will not print an thing written with that paragraph format.Just change it to any format you created & test it.

2 REPLIES 2
Read only

Former Member
0 Likes
379

Hi Varun,

/: is a command line.It will not print an thing written with that paragraph format.Just change it to any format you created & test it.

Read only

0 Likes
378

Hi Phani,

Thank you.

Regards,

Varun