‎2007 Jun 27 11:52 AM
Hi experts,
How can i give spaces, tabs to allign the display in sap scripts.
thanks.
‎2007 Jun 27 11:56 AM
Hi,
Just right click on the window u created.
go to EDIT TEXT. a new screen will be opened. Give the text n data to be displayed along with the spaces n tabs u intended to give.
Regards,
Priyanka.
‎2007 Jun 27 11:56 AM
Hi,
Just right click on the window u created.
go to EDIT TEXT. a new screen will be opened. Give the text n data to be displayed along with the spaces n tabs u intended to give.
Regards,
Priyanka.
‎2007 Jun 27 11:59 AM
Hi,
Try using paragraph formats
You can set tabs according to your requirement in the paragraph and then use that paragraph for display
Regards,
Suruchi
‎2007 Jun 27 11:59 AM
aaargh no, dont use spaces in your form. NEVER
use parapraph formats, and only tabs for positioning.
every single tab has its own alignment tho.
‎2007 Jun 27 12:11 PM
Hi,
Never use spaces. Always use the TABS.
Reason being alignment doffers from printer to printer.
Setting the TABS:
In SE71, open your form and click on the paragraph format.
Then select the paragraph and hit the TABS button.
You can specify your TAB positions and the Alignment here.
In the code, you can saperate the tabs using ,, (comma comma).
Please reward ifuseful.
thnx