Ver Mensaje Individual
  #3  
Viejo 28/04/06, 17:52:47
sap2006 sap2006 is offline
Senior Member
 
Fecha de Ingreso: mar 2006
Mensajes: 134
SY-PAGNO - Number of current page of current list;
counting begins at 1;

SY-LINNO - Number of current line on current page;
counting begins at 1;

SY-COLNO - Number of column where cursor is positioned in current list;
counting begins at 1;



SY-LINCT - Number of lines per page in current list, if specified by LINE-COUNT in the REPORT statement or by NEW-PAGE; otherwise, SY-LINCT has the value zero and the length of the page is determined by its contents alone;

SY-LINSZ - Line width of current list;
Can be manipulated by LINE-SIZE in the REPORT statement or by NEW-PAGE;
the maximum line width is 1023 characters. However, you should not set the list width wider than you need. This makes the list easier to read, easier to print, and improves system performance.



SY-TITLE - Title that appears in the title bar of the display window;
can be manipulated by maintaining the text elements of the report or by SET TITLEBAR;
maximum length: 70 characters;

SY-SROWS - Current number of lines in display window;
counting begins at 1;

SY-SCOLS - Current number of columns in display window;
counting begins at 1;

Espero que te sea de ayuda! Salu2.
Responder Con Cita