일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- read_text to string
- 값 제한
- reduce
- 우중캠핑
- 캠핑 장박
- 클러스터 뷰 이벤트
- FIELDCATALOG
- fuzzy search
- Hana
- 영월 장박
- 가족캠핑
- alv with ida
- WD4A
- 오크돔
- view cluster
- 블로우쉘터
- 해루질
- 키즈 캠핑장
- ABAP
- read_text 변환
- 원주 캠핑장
- HANA SQL
- SAP
- 일몰맛집
- 장박
- include name
- 남강캠프
- New Syntax
- 키즈캠핑장
- 포천 레이크문
Archives
- Today
- Total
Do.
[ABAP] 750 Built-in Functions 본문
728x90
Logical Functions
Function | Meaning |
boolc, boolx, xsdbool | Boolean functions |
contains, contains_any_of, contains_any_not_of | Predicate functions for strings |
matches | Predicate function for strings |
line_exists | Predicate function for internal tables |
Numeric Functions
Function | Meaning |
abs, ceil, floor, frac, sign, trunc | General numeric functions |
ipow | Integer power function |
nmax, nmin | Numeric extremum functions |
acos, asin, atan, cos, sin, tan, cosh, sinh, tanh, exp, log, log10, sqrt | Floating point functions |
round, rescale | Rounding functions |
String Functions
Function | Meaning |
charlen, dbmaxlen, numofchar, strlen | Length functions |
char_off | Length function |
cmax, cmin | Character-like extremum value functions |
count, count_any_of, count_any_not_of | Search functions |
distance | Similarity function |
condense | Condense function |
concat_lines_of | Concatenation function |
escape | Escape function |
find, find_end, find_any_of, find_any_not_of | Search functions |
insert | Insert function |
match | Substring function |
repeat | Repeat function |
replace | Replace function |
reverse | Reverse function |
Segment | Segment function |
shift_left, shift_right | Shift functions |
substring, substring_after, substring_from, substring_before,substring_to | Substring functions |
to_upper, to_lower, to_mixed, from_mixed | Case functions |
translate | Translation function |
Byte String Functions
Function | Meaning |
xstrlen | Length function |
bit-set | Bit function |
Table Functions
Function | Meaning |
lines | Row function |
line_index | Index function |
출처 : https://blogs.sap.com/2015/11/30/reminder-abap-built-in-functions/
728x90
'SAP > ABAP' 카테고리의 다른 글
SUBMIT Standard 프로그램 수정 안하고 호출 (0) | 2022.07.20 |
---|---|
ABAP 7.4 New Future PDF 버전 (0) | 2022.07.18 |
[ABAP] 740이상에서 지원하는 새로운 문법 (0) | 2016.10.26 |
[ALV] 통화등록 및 Cell Color (0) | 2016.09.12 |
[Source] Select Option -> SQL String으로 변환 (0) | 2016.09.08 |