Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- abap #sap #search hlep #f4 #f4if_int_table_value_request #change column name
- #apostrophe
- abap #abap_move
- abap #sap #color #row #layout
- sap #cts #abap #release #merge cts #request no
- abap #sap #layout #layout 설정
- sap #abap #화폐단위 #sap conversion #inr conversion
- abap #sap #conversion #currency #conversion_currency
- open sql #sap #abap #where exists #where not exists
- abap #sap #hotspotclick #do_sum
- abap #sql #sap #query 실행 순서 #query 작성 순서
- abap #sap #sy-index #sy-tabix #syst
- abap #se39 #srepo #sap #development #compare code
- sap #abap #cl_gui_alv_grid #function code #alv
- abap #wildcard #와일드카드 #sql #select #where조건
- abap #sap #sy-datlo #sy-datum #syst #system variable # 시스템변수
- abap #sap #free #alv #clear #refresh
- grave #abap #sap #backquote
- abap #sap #conversion #currency #cfield #waers
- sap #abap #data exists #read table #xsdbool #line exists
- abap #initial #null #abap inital vs null
- abap #동적 where #동적 select
- abap #정규표현식 #regular expression
- abap #sap #se16h #data #tcode
- abap move corresponding #abap data이동 #abap correspond mapping
Archives
- Today
- Total
목록abap #sap #sy-index #sy-tabix #syst (1)
0v0__DEV

SYSTEM 변수 중 가장 헷갈리는 것 중 하나가 SY-TABIX와 SY-INDEX다 .두 변수의 차이를 알아보자. SYST 테이블에서 INDEX, TABIX 필드는 각각 INT4 , length 10으로 동일한 타입으로 생성되어있다.다만 Description은 두 변수에 차이가 있고,INDEX : Loop IndexTABIX : Row Index of Internal Tables 인 것을 알 수 있다. 1. gt_scarr의 데이터 수만큼 DO SY-TABIX : 1SY-INDEX : DO 문을 돌 때 마다 +1 되어 1~19까지 출력 2. WHILESY-TABIX : 1SY-INDEX : +1 되어 1~9까지 출력 3. gt_scarr LOOPSY-TABIX : LOO..
SAP BASIC
2024. 7. 15. 16:17