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

right alignment

Former Member
0 Likes
467

Hi Friends,

I want to assign some value which are coming from subtroutine into a form towards right of the main window.

Can any one help me on this.

Regards,

Venu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Hi Venu,

The simplest option is use &ITAB-FIELD(R)& .

For more help on Scritps ,Check this <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/d6/0db74a494511d182b70000e829fbfe/frameset.htm">SAP Help</a>

Regards,

Raghav

3 REPLIES 3
Read only

Former Member
0 Likes
441

for right alignment of any variable just rite it as

<b>&var(R)&</b>.

but if u want to display any variable in right side .

make new paragraph format and give the tab position as u required to position the variable.

<b>ph ,,&var&</b>

ph-- paragraph format.

Read only

Former Member
0 Likes
441

Hi,

You need to assign tab values for paragraph format...

also u can specify var(R) ... this will make it right allogned...

Read only

Former Member
0 Likes
442

Hi Venu,

The simplest option is use &ITAB-FIELD(R)& .

For more help on Scritps ,Check this <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/d6/0db74a494511d182b70000e829fbfe/frameset.htm">SAP Help</a>

Regards,

Raghav