Do.

[ABAP] 750 Built-in Functions 본문

SAP/ABAP

[ABAP] 750 Built-in Functions

성공보다는 가치를.. 2016. 10. 26. 15:38
728x90

Logical Functions

FunctionMeaning
boolcboolxxsdboolBoolean functions
containscontains_any_ofcontains_any_not_ofPredicate functions for strings
matchesPredicate function for strings
line_existsPredicate function for internal tables

 More


Numeric Functions

FunctionMeaning
absceilfloorfracsigntruncGeneral numeric functions
ipowInteger power function
nmaxnminNumeric extremum functions
acosasinatancossintancoshsinhtanhexploglog10sqrtFloating point functions
roundrescaleRounding functions

 More


String Functions

FunctionMeaning
charlendbmaxlennumofcharstrlenLength functions
char_offLength function
cmaxcminCharacter-like extremum value functions
countcount_any_ofcount_any_not_ofSearch functions
distanceSimilarity function
condenseCondense function
concat_lines_ofConcatenation function
escapeEscape function
findfind_endfind_any_offind_any_not_ofSearch functions
insertInsert function
matchSubstring function
repeatRepeat function
replaceReplace function
reverseReverse function
SegmentSegment function
shift_leftshift_rightShift functions
substringsubstring_aftersubstring_fromsubstring_before,substring_toSubstring functions
to_upperto_lowerto_mixedfrom_mixedCase functions
translateTranslation function

 More


Byte String Functions

FunctionMeaning
xstrlenLength function
bit-setBit function

 More


Table Functions

FunctionMeaning
linesRow function
line_indexIndex function

 More


출처 : https://blogs.sap.com/2015/11/30/reminder-abap-built-in-functions/

728x90