‎2010 Mar 19 7:30 AM
I have this below mentioned piece of code in sapscript ==> windows. I want to right align the text Order qty, Price per unit and Net value. But dont know how to do it , can somebody please help me
UL &ULINE(71)&
IL <K>Item,,Material,,Description</>
I2 ,,<K> Order qty. ,,Unit ,, Price per unit ,, Net value </>
UL &ULINE(71)&
‎2010 Mar 19 7:50 AM
Hi,
Create you own Paragraph style in sapscript in reference of I2.
After go to Paragraphs format and change alignment of desired Tab position.
Rgds
‎2010 Mar 19 7:50 AM
Hi,
Create you own Paragraph style in sapscript in reference of I2.
After go to Paragraphs format and change alignment of desired Tab position.
Rgds
‎2010 Mar 19 8:50 AM
Actually I m new to SAP, can u plz help me out step by step , how to do this???
‎2010 Mar 19 8:57 AM
‎2010 Mar 19 9:02 AM
Hi,
Goto pargraph formats -> Edit (Menu bar) -> Create element -> Give your paragraph format name.
Then give alignment as Right and set margin as per your reqiurement.
Then you will see buttons Font, Tabs, Outline there. In font you can give it according to the text display.
This is how you can create paragraph format.
Then you can use this paragraph format for your text. In your text editor at the satring you can see '/:' sign. Instead of this you can do F4 on this. there you will see your paragraph format. Choose that. You will get your text right aligned.
Thanks,
Archana
‎2010 Mar 19 9:08 AM
But I want to do only for this Order qty., Price per unit and Net value. I dont want to inlude Unit
,,<K> Order qty. ,,Unit ,, Price per unit ,, Net value </>
‎2010 Mar 19 9:12 AM
Hi,
In that case,
Do one thing,
Order qty. ,,Unit
Price per unit
Net value
Make your code like this. Set paragraph formats for 1st and thord row as right and for second line as left.
Please try this out and let me know if it works fine.
Thanks,
Archana
‎2010 Aug 26 4:00 PM