‎2007 Apr 19 3:10 PM
Hi,
how to have data alignment in scripts like we do in reports.
in reports we do like
loop at itab.
write:/12 itab-name,
24 itab-num.
endloop.
Like this how to have in script driver program.
Loop at itab.
call write_form
exporting
function =
type =
.
.
endloop.
in this where to give alignments.
Regards,
Nasru
‎2007 Apr 19 3:17 PM
Hi!
After you created a paragraph in your sapscript, with more tabulators in it, you can access the tabulators like this (separated the fields by ",," characters.
Your paragraph is "AA".
AA Field1:,,&field1&,,Field2,,&field2,,Field3,,&field3&
Regards
Tamá
‎2007 Apr 19 3:13 PM
Hi,
You have to create Paragraph formates with tabs to apply alighments.
Sudheer
Message was edited by:
sudheer Addepalli
‎2007 Apr 19 3:14 PM
hi,
Create your own paragraph formats and use that
P1 write : itab
P2 write
‎2007 Apr 19 3:16 PM
u need to create your <b>own paragraph formats</b> and use the same in ur program
‎2007 Apr 19 3:17 PM
Hi!
After you created a paragraph in your sapscript, with more tabulators in it, you can access the tabulators like this (separated the fields by ",," characters.
Your paragraph is "AA".
AA Field1:,,&field1&,,Field2,,&field2,,Field3,,&field3&
Regards
Tamá