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

프로그램 개발하면서, 환율 등에 시달리다 보니 새롭게 알게 된 SQL func도 있다오늘 알게 된 sql function은 'Currency conversion'과 관련한 구문이다 SELECT 할 때, 금액을 특정 통화로 변환하여 가지고 올 수 있다. Abap document에서는 아래와 같이 currency conversion sql을 소개하고 있다!- 매개변수 금액으로 전달된 값에 대해 통화 변환을 수행함- 금액은 변환 전 소수점 두자리로 반올림 됨 - 매개변수 구분 Parameter의미필수 Amount 변환할 금액source_currency소스 통화 키 (변환 전) target_currency 대상 통화 키 (변환 할)exchange_rate_date환율 기준 날짜 선택exchange_rate_t..
ABAP project
2024. 7. 24. 10:47