Skip to content

Update abap-environment-rfc-custom-entity.md #1750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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( ).
Expand Down