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
Copy file name to clipboardExpand all lines: tutorials/spa-bapi-actiongroup/spa-bapi-actiongroup.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ parser: v2
24
24
- How to configure the Action Group
25
25
26
26
## Intro
27
+
28
+
> **IMPORTANT:** Please refer to sample **Connect BAPI using Action Group** in the SAP Build Store if you face any issues while following the tutorial. To retrieve the sample, refer to **step 7** of this tutorial.
29
+
27
30
BAPI is a standard interface to the business object model in SAP products. BAPIs are the primary methods through which customer code and third-party applications interact with SAP products. An Action Group is collection of actions that once executed, return some response. BAPI is part of an Action Group whose actions help you to construct the parameters to execute the BAPI module and return the BAPI response.
28
31
29
32
In this tutorial, you will create an Action Group Artifact and connect to `BAPI RFC_GET_TABLE` and query the **MAKT-Material Master** related table.
@@ -224,4 +227,30 @@ Each Action Group artifact can have multiple actions. Each Action corresponds to
224
227
225
228
<!-- border -->
226
229
227
-
With this, you have successfully created a BAPI Action Group that uses BAPI Action and retrieves the data from the backend in your automation.
230
+
With this, you have successfully created a BAPI Action Group that uses BAPI Action and retrieves the data from the backend in your automation.
231
+
232
+
### Retrieve sample project from the store (Optional)
233
+
234
+
> The entire project is available in the SAP Build Store as a sample and you can follow the below steps to retrieve the project and use it for reference.
235
+
236
+
1. From the SAP Build Lobby, navigate to Store.
237
+
238
+
2. Search for the sample project: **Connect BAPI using Action Group**.
239
+
240
+
3. Choose **Create from Template** to retrieve the sample and save it as a new project in your lobby.
241
+
242
+
<!-- border -->
243
+
244
+
4. Choose **Create**.
245
+
246
+
<!-- border -->
247
+
248
+
Your project gets created in editable version. You may release and deploy it and run the project.
249
+
250
+
5. Navigate back to the lobby by clicking on the SAP logo.
251
+
252
+
<!-- border -->
253
+
254
+
You can see your project is available in the lobby.
0 commit comments