Update content

This commit is contained in:
danrega
2023-04-14 14:41:29 +02:00
parent 3fd765ccb7
commit e30db53953
7 changed files with 20 additions and 21 deletions

View File

@@ -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` ).