Skip to content

Commit a905954

Browse files
committed
Modernize RFC Receiver
1 parent 665b3e4 commit a905954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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.
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.
2727

2828
On this Tutorial, we **won't** cover:
2929

0 commit comments

Comments
 (0)