Update content
This commit is contained in:
@@ -243,7 +243,7 @@ CLASS zcl_demo_abap_sql IMPLEMENTATION.
|
||||
INTO @DATA(exists).
|
||||
|
||||
IF exists = abap_true.
|
||||
output->display( |A line was found.| ).
|
||||
output->display( `A line was found.` ).
|
||||
ELSE.
|
||||
output->display( `Nothing found.` ).
|
||||
ENDIF.
|
||||
@@ -547,7 +547,6 @@ CLASS zcl_demo_abap_sql IMPLEMENTATION.
|
||||
|
||||
output->display( input = dref->* name = `dref->*` ).
|
||||
|
||||
|
||||
**********************************************************************
|
||||
|
||||
output->next_section( `Excursion: ABAP SQL - Operands and Expressions` ).
|
||||
|
||||
Reference in New Issue
Block a user