Skip to content

Commit fec3451

Browse files
Update spa-bapi-actiongroup
1 parent 3557930 commit fec3451

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed
50.5 KB
Loading
173 KB
Loading
387 KB
Loading

tutorials/spa-bapi-actiongroup/spa-bapi-actiongroup.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ parser: v2
2424
- How to configure the Action Group
2525

2626
## 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+
2730
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.
2831

2932
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
224227

225228
<!-- border -->![Action Project](031.png)
226229

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 -->![Store](store.png)
243+
244+
4. Choose **Create**.
245+
246+
<!-- border -->![Create](create.png)
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 -->![Project](lobby.png)
253+
254+
You can see your project is available in the lobby.
255+
256+
<!-- border -->![Lobby](project.png)
111 KB
Loading

0 commit comments

Comments
 (0)