본문 바로가기

SAP/ABAP

ABAP 시스템 변수

SYSTEM 변수 모음

1. SY-LSIND : CURRENT LIST INDEX
2. SY-LISTI : INDEX OF THE LAST LIST DISPLAYED
3. SY-LILLI : absolute number of a chosen line in the list currently displayed
4. SY-CPAGE : page number of the upper page in the list currently displayed
5. SY-CUCOL : column number where cursor a last positioned in the list currently displayed.
6. SY-CUROW : line number where cursor as last positioned in the list currently displayed
7. SY-STACO : number of the first column currently displayed.
              (SY-CPAGE) (excluding header lines).
8. SY-UCOMM : function code that triggered the interactive event in the list
              currently displayed
9. SY-PFKEY : status of the list currently displayed
10.SY-TITLE : program title transferred from the text elements
11.SY-LINCT : number of lines from the report statment (line-count)
12.SY-LINSZ : line width from the report statment (line-size)
13.SY-SROWS : number of lines in the display window
14.SY-SCOLS : number of lines in the display window
15.SY-PAGNO : page number of the current page
16.SY-LINNO : line number of the current line of the current page(SY-PAGNO)
17.SY-COLNO : column number of the current column.
18.SY-SUBRC : RETURN VALUE ( SY-SUBRC=0 IS DISPLAY VALUE BUT SY-SUBRC <> 0 IS ?)
19.SY-LISEL : 첫번째 베이직 리스트에서 두번째 리스트로 더블클리했을때 그라인이 모든 값을
              가지고 있음(TEXT로)
20.SY-LOOPC : contains the number of table of table control lines in the PBO processing
              block.However, in the PAI, it contains the number of filled lines.
21.SY-DYNNR : current system screen number.
22.SY-INDEX : number of loop passed
23.SY-DBCNT : upgraded DB count (a number porcessed)
24.SY-TABIX : The index for the current table entry.
25.SY-MANDT : client number (800)
26.SY-UZEIT : time 변수
27.SY-DATUM : DATE 변수
28.SY-STEPL : Number of loop line at screen step

'SAP > ABAP' 카테고리의 다른 글

SMW0  (0) 2014.08.25
= '' 와 = ' '가 같다?  (0) 2010.07.19
message 띄우기..  (0) 2010.07.19
테이블 Lock걸렸을때  (0) 2010.07.19
동적 인터널 테이블( Dynamic Internal Table )  (0) 2008.06.03