From a20330257fe9c50e27a7734e770f14de6569bc82 Mon Sep 17 00:00:00 2001 From: Rafael Caziraghi Date: Wed, 10 Jan 2024 12:09:31 +0000 Subject: [PATCH] Update abap-environment-rfc-custom-entity.md I've added the destination variable initialization in the check your code section (step 10). --- .../abap-environment-rfc-custom-entity.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/abap-environment-rfc-custom-entity/abap-environment-rfc-custom-entity.md b/tutorials/abap-environment-rfc-custom-entity/abap-environment-rfc-custom-entity.md index 4b63bb06..2185cbd5 100644 --- a/tutorials/abap-environment-rfc-custom-entity/abap-environment-rfc-custom-entity.md +++ b/tutorials/abap-environment-rfc-custom-entity/abap-environment-rfc-custom-entity.md @@ -352,10 +352,9 @@ CLASS zcl_product_via_rfc_000 IMPLEMENTATION. comm_scenario = 'Z_OUTBOUND_000_REST_CSCEN' " MANDATORY, created in CLI in ADT, contains Comm Arr, System, User comm_system_id = 'Z000_TO_PRV_CSYS' " recommended = points to Comm Sys service_id = 'Z_OUTBOUND_000_REST' " recommended = created in ADT, points to COM Outbound Service - - ). + DATA(lv_destination) = lo_destination->get_destination_name( ). "Check if data is requested IF io_request->is_data_requested( ).