Skip to content

Commit 1fe0c48

Browse files
authored
Merge pull request #24112 from davidmigueldr/master
Modernize RFC Receiver
2 parents 0c30180 + c0b0cef commit 1fe0c48

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:** When modernizing, be aware that RFC calls silently truncate values that exceed fixed-length ABAP fields (40 Characters), 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)