You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Learn how to modernize RFC Receiver Communications into API-Based protocols in Cloud Integration.
11
+
# Learn How to Modernize RFC Receiver Communications into API-Based Protocols in Cloud Integration
12
12
<!-- description --> This tutorial describes the different possibilities regarding generating SOAP Web Services or ODATA APIs using the existing RFC Function Module for a ABAP backend system (e.g., SAP S/4HANA, ECC) inbound communication.
13
13
Besides leveraging more modern monitoring capabilities, it allows you an easier migration of your scenarios from SAP Process Orchestration to SAP Integration Suite.
14
14
@@ -29,7 +29,6 @@ On this Tutorial, we **won't** cover:
29
29
30
30
- ABAP techniques and best practices.
31
31
32
-
---
33
32
34
33
### Generate Service Provider from RFC Function Module
35
34
@@ -77,7 +76,6 @@ A Service Provider is created when your requirement is to expose a Web Service i
77
76
78
77
> Please note that by doing this, you don't have to re-implement your code on the new service or similar. The new Web Service will wrap the existing Function Module code.
79
78
80
-
---
81
79
82
80
### Configure Service Binding in SOAMANAGER
83
81
@@ -106,8 +104,7 @@ A Service Provider is created when your requirement is to expose a Web Service i
106
104

107
105
108
106

109
-
110
-
---
107
+
111
108
112
109
### Test the Service Provider
113
110
@@ -124,8 +121,7 @@ A Service Provider is created when your requirement is to expose a Web Service i
124
121

125
122
126
123

127
-
128
-
---
124
+
129
125
130
126
### Setting up SOAP Receiver Adapter on Cloud Integration
131
127
@@ -138,8 +134,7 @@ A Service Provider is created when your requirement is to expose a Web Service i
138
134
2. Select the WSDL as described below.
139
135
140
136

141
-
142
-
---
137
+
143
138
144
139
### [OPTIONAL] Re-Generate Service Provider
145
140
@@ -154,8 +149,7 @@ If you need to update the structures of your Web Service, proceed as described b
154
149
3. Confirm the operation and activate the object.
155
150
156
151

157
-
158
-
---
152
+
159
153
160
154
### Test yourself
161
155
@@ -164,5 +158,3 @@ If you need to update the structures of your Web Service, proceed as described b
# Learn how to modernize RFC Sender Communications into API-Based protocols in Cloud Integration.
11
+
# Learn How to Modernize RFC Sender Communications into API-Based protocols in Cloud Integration
12
12
<!-- description --> This tutorial describes the different possibilities regarding generating SOAP Web Services using the existing RFC Function Module for a ABAP backend system (e.g., SAP S/4HANA, ECC) outbound communication.
13
13
Besides leveraging more modern monitoring capabilities, it allows you an easier migration of your scenarios from SAP Process Orchestration to SAP Integration Suite.
14
14
@@ -29,7 +29,6 @@ On this Tutorial, we **won't** cover:
29
29
30
30
- ABAP techniques and best practices.
31
31
32
-
---
33
32
34
33
### Generate Service Consumer from RFC Function Module
35
34
@@ -79,7 +78,6 @@ A Service Consumer is created when your requirement is to communicate from an AB
79
78
80
79

81
80
82
-
---
83
81
84
82
### Setting up SOAP Sender Adapter on Cloud Integration
85
83
@@ -97,7 +95,6 @@ A Service Consumer is created when your requirement is to communicate from an AB
97
95
98
96

99
97
100
-
---
101
98
102
99
### Configure a Logical Port in SOAMANAGER
103
100
@@ -140,7 +137,6 @@ A Service Consumer is created when your requirement is to communicate from an AB
140
137

141
138
142
139
143
-
---
144
140
145
141
### Update your ABAP source code
146
142
@@ -191,7 +187,6 @@ The code above can be replaced with the following ABAP code in order to invoke t
191
187
192
188
After proceeding with the changes on your ABAP code, don't forget to `Save` and `Activate` your code.
193
189
194
-
---
195
190
196
191
### Test the Service Consumer
197
192
@@ -209,7 +204,6 @@ After proceeding with the changes on your ABAP code, don't forget to `Save` and
209
204
210
205

211
206
212
-
---
213
207
214
208
### [OPTIONAL] Re-Generate Service Consumer
215
209
@@ -226,7 +220,6 @@ If you need to update the structures of your Web Service, you have two options:
226
220

227
221
228
222
229
-
---
230
223
231
224
### Test yourself
232
225
@@ -235,5 +228,3 @@ If you need to update the structures of your Web Service, you have two options:
0 commit comments