Skip to content

Commit 665b3e4

Browse files
committed
Added Note to Modernize RFC Receiver
1 parent 5719750 commit 665b3e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tutorials/modernize-rfc-receiver/modernize-rfc-receiver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ In this tutorial, we will simulate the process of replacing RFC Receiver communi
2323
- Generate SOAP Web Services from RFC Function Modules
2424
- Test your Consumer Proxy internally in ABAP backend system.
2525

26+
**Important:** Pay attention to field lengths when modernizing. RFC calls silently truncate values that exceed fixed-length ABAP fields, but SOAP and OData will reject them outright with length errors. To prevent integration failures, ensure you explicitly validate or truncate these fields in your integration flow, or adjust the backend lengths accordingly.
27+
2628
On this Tutorial, we **won't** cover:
2729

2830
- The development of the integration flow on SAP Cloud Integration.

0 commit comments

Comments
 (0)