‎2007 Sep 10 1:33 PM
Hi ABAP Gurus,
How do you set the default tab in SAPSCRIPT?
I need to put a tab prior to the item text (or to this statement):
/: INCLUDE &RT_NAME& OBJECT EKPO ID F01 LANGUAGE EN
I went to SE71>header>basic settings
then i added a certain value at "Tab Stop"; Unfortunately, when i tested the form. The "tab" was not implemented.
Thanks in advance. Points will be given...
Best Regards.
Brando
‎2007 Sep 10 1:38 PM
Hi,
You can put the Default paragraph fprmat in the SAPSCRIPT, then inside the paragraph format, maintain the TAB so that this will become defalut TAN for that SAPSCRIPT
Regards
Sudheer
‎2007 Sep 21 5:43 AM
I just used another paragraph format and adjusted the left margin. Anyway, thanks for help.