‎2006 Nov 02 5:17 AM
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
‎2006 Nov 02 5:47 AM
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
‎2006 Nov 02 5:20 AM
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.
‎2006 Nov 02 5:20 AM
Hi,
You need to assign tab values for paragraph format...
also u can specify var(R) ... this will make it right allogned...
‎2006 Nov 02 5:47 AM
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