2005 Jul 07 3:49 PM
Hi,
Can I get system line no in Smartform similar to what we get in list reporting?
Advance thanks.
Regards,
Balaji Viswanath.
2005 Jul 07 4:20 PM
Hello,
There is no system variable (46C) to track the Line Number in an SSF.
But you can always control the number of lines by designing an SSF based on Characters / lines and the data from your driver program. Also keep in mind to use the monospaced fonts ( viz Courier new, Fixedsys or Arial Monospaced ). By this you can track the number of lines in the output.
Hope this helps you.
Best Regards, Murugesh AS
2005 Jul 07 3:58 PM
Hello,
I create a code line just before text with :
Line number
move sy-tabix to wv_tabix.
and I print value of wv_tabix.
Regards
Frédéric
2005 Jul 07 4:12 PM
Hi Frédéric Girod,
Sy-tabix will work only with internal tables right?
Regards,
Balaji Viswanath.
2005 Jul 07 4:20 PM
Hello,
There is no system variable (46C) to track the Line Number in an SSF.
But you can always control the number of lines by designing an SSF based on Characters / lines and the data from your driver program. Also keep in mind to use the monospaced fonts ( viz Courier new, Fixedsys or Arial Monospaced ). By this you can track the number of lines in the output.
Hope this helps you.
Best Regards, Murugesh AS