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
- #apostrophe
- abap #abap_move
- abap #sap #sy-datlo #sy-datum #syst #system variable # 시스템변수
- abap #sap #search hlep #f4 #f4if_int_table_value_request #change column name
- abap #sap #free #alv #clear #refresh
- sap #abap #cl_gui_alv_grid #function code #alv
- abap #동적 where #동적 select
- abap #sap #conversion #currency #cfield #waers
- abap #sap #se16h #data #tcode
- open sql #sap #abap #where exists #where not exists
- abap #wildcard #와일드카드 #sql #select #where조건
- abap #sap #hotspotclick #do_sum
- abap #sql #sap #query 실행 순서 #query 작성 순서
- abap #sap #conversion #currency #conversion_currency
- abap #initial #null #abap inital vs null
- sap #abap #data exists #read table #xsdbool #line exists
- abap #sap #layout #layout 설정
- grave #abap #sap #backquote
- sap #abap #화폐단위 #sap conversion #inr conversion
- abap #정규표현식 #regular expression
- abap move corresponding #abap data이동 #abap correspond mapping
- sap #cts #abap #release #merge cts #request no
- abap #se39 #srepo #sap #development #compare code
- abap #sap #color #row #layout
- abap #sap #sy-index #sy-tabix #syst
Archives
- Today
- Total
목록sap #abap #data exists #read table #xsdbool #line exists (1)
0v0__DEV

1. 사용인터널 테이블에 특정 데이터를 가진 행이 있는지 확인할 때 사용 2. 유사 Read Table with key -> Check Sy-subrc 3. 구문1) xsdbool( line_exists( ) ). 2) IF line_exists( ). 4. 예시 코드 : lt_carrid에는 SCARR에 존재하는, carrid 가 AA, AB, AC,AD,AF 인 데이터가 들어있다SELECT * FROM scarr WHERE carrid IN ( 'AA', 'AB', 'AC', 'AD' ,'AF' ) INTO TABLE @DATA(lt_carrid). DATA(lv_exists) = xsdbool( line_exists( lt_carrid[ carrid = 'SQ' ] ) ). DATA..
SAP BASIC
2024. 8. 22. 10:43