SAP/ABAP

Comparison Operators : 비교 연산자

그녀는애교쟁이 2013. 8. 27. 15:55
반응형

Operator

Description

=, EQ

Equal: True, if the content of operand1 matches the content of operand2.

<>, NE

Not Equal: True, if the content of operand1 does not match the content of operand2.

<, LT

Lower Than: True, if the content of operand1 is smaller than the content of operand2.

>, GT

Greater Than: True, if the content of operand1 is greater than the content of operand2.

<=, LE

Lower Equal: True, if the content of operand1 is lower than or equal to the content of operand2.

>=, GE

Greater Equal: True, if the content of operand1 is greater than or equal to the content of operand2.


'SAP > ABAP' 카테고리의 다른 글

Modal Dialog [X] 버튼 사용 불가  (0) 2013.09.03
Report 프로그램 변형 ( Variant )  (0) 2013.09.03
ALV Grid 색상표  (0) 2013.09.03
CR 소유자 변경  (0) 2013.08.27
Abap Syntax  (0) 2013.08.27
스크린 페이터에 금액 필드 마이너스 입력  (0) 2013.08.27
데이터 그리드 형태 변경  (1) 2013.08.27
상단 메뉴 분리자 라인  (0) 2013.08.27
Source Scan : 소스 키워드 검색 프로그램  (0) 2013.08.27
많이 쓰이는 Transaction Code  (0) 2013.08.27