From 69c21aea1f03c07b8184cc6a12e5b3fe6bad25e3 Mon Sep 17 00:00:00 2001 From: danrega <16720986+danrega@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:48:51 +0100 Subject: [PATCH] Update --- 01_Internal_Tables.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/01_Internal_Tables.md b/01_Internal_Tables.md index 542f7d3..b48c454 100644 --- a/01_Internal_Tables.md +++ b/01_Internal_Tables.md @@ -2865,9 +2865,6 @@ ref->* = itab[ 1 ]. Specifying table expressions as operands in constructor expressions with VALUE and REF -test - -
``` abap line = VALUE #( itab[ 2 ] ). @@ -3038,9 +3035,6 @@ ASSERT num2 = num1. Table expression result having a reference type enabling chainings with the object component selector -test - -
``` abap DATA itab_ref TYPE TABLE OF REF TO s_demo WITH EMPTY KEY.