Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #234

Merged
merged 18 commits into from
Sep 9, 2024
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We recommend using the documentation of SAP Business Technology Platform (SAP BT
* Choose *Feedback* > *Edit page* to suggest a change for the current page you see in the Help Portal viewer, or
* Choose *Feedback* > *Create issue* to open a GitHub issue in this repository.

Choosing any of these options allows you start a conversation with us. We can clarify the proposed changes or issues and then update the documentation properly.
Choosing any of these options allows you to start a conversation with us. We can clarify the proposed changes or issues and then update the documentation properly.

If you only make a small contribution, that's the quickest way to propose a change. For larger contributions, we recommend forking this repository to work locally. The filenames in the [docs](docs) directory are created based on the title of the page on SAP Help Portal.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ To install ABAP development tools for Eclipse, follow the [Installation Guide](h

## Support

The use of ABAP development tools for Eclipse is subject to the terms and conditions of your license agreement with SAP which is directly related to the SAP shipment channel from whichABAP development tools for Eclipse was initially downloaded and installed.
The use of ABAP development tools for Eclipse is subject to the terms and conditions of your license agreement with SAP which is directly related to the SAP shipment channel from which ABAP development tools for Eclipse was initially downloaded and installed.

2 changes: 1 addition & 1 deletion docs/10-concepts/apis-d1d1107.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ With the API Management capability, you can build, manage, publish, and monetize

**Software Development Kits \(SDKs\)**

For an overview on the available SDKs, see [Tools](tools-abcae5b.md).
For an overview of the available SDKs, see [Tools](tools-abcae5b.md).

</td>
<td valign="top">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following figure illustrates the architecture required for platform users. T

![](images/SAP_BTP_Account_Mapping_e29be15.png)

In the preceding figure, you enable trust between the SAP BTP global account and your corporate identity provider over your tenant of SAP Cloud Identity Services - Identity Authentication. Trust is configured differently in the Kyma environment \(see the related link\). For each global account, you choose the SAP Cloud Identity Services tenant to use as the identity provider for platform users. For the platform identify provider, you can have up to three SAP Cloud Identity Services tenants per global account. Multiple global accounts can share the same SAP Cloud Identity Services tenant. When you log on to a platform resource, such as the cockpit, you indicate the SAP Cloud Identity Services tenant that you want to log on with. For example, to log on to the cockpit, copy a URL parameter from the cockpit to identify the tenant:
In the preceding figure, you enable trust between the SAP BTP global account and your corporate identity provider over your tenant of SAP Cloud Identity Services - Identity Authentication. Trust is configured differently in the Kyma environment \(see the related link\). For each global account, you choose the SAP Cloud Identity Services tenant to use as the identity provider for platform users. For the platform identity provider, you can have up to three SAP Cloud Identity Services tenants per global account. Multiple global accounts can share the same SAP Cloud Identity Services tenant. When you log on to a platform resource, such as the cockpit, you indicate the SAP Cloud Identity Services tenant that you want to log on with. For example, to log on to the cockpit, copy a URL parameter from the cockpit to identify the tenant:

<code>https://cockpit.btp.cloud.sap/cockpit/?idp=<i class="varname">&lt;tenant&gt;</i>.accounts.ondemand.com</code>

Expand Down
2 changes: 1 addition & 1 deletion docs/10-concepts/enterprise-accounts-171511c.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ See [Regions](regions-350356d.md).

## Cancelling a SAP BTP Enterprise Account

As a business user, you can cancel your contract via your account executive. As an individual user with a trial acoount, you can cancel your account in your [SAP for Me account](https://me.sap.com). You can also contact the SAP store via their "Contact Us" function.
As a business user, you can cancel your contract via your account executive. As an individual user with a trial account, you can cancel your account in your [SAP for Me account](https://me.sap.com). You can also contact the SAP store via their "Contact Us" function.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ All other parameters correspond to the known `execute` method.
>
> CATCH cx_web_http_client_error cx_http_dest_provider_error.
> " handle exception here
> ENDTRY. has occurrred!'.
> ENDTRY. has occurred!'.
> ENDTRY.
>
> ```
Expand Down
4 changes: 2 additions & 2 deletions docs/30-development/frequently-asked-questions-6062ecc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



### My MTA deployment failed. What could be done?

Check failure on line 9 in docs/30-development/frequently-asked-questions-6062ecc.md

View workflow job for this annotation

GitHub Actions / main

Custom version of MD001. Heading levels should only increment by one level at a time, except if in a blockquote [Expected: h2; Actual: h3]

Check the [MTA Operation Failure](https://gad5158842f.us2.hana.ondemand.com/dtp/viewer/#/tree/2798/actions/40943:40911) section.

Expand Down Expand Up @@ -60,7 +60,7 @@

### How can I list the MTAs that I have deployed in my space?

Use the `cf mtas` command and locate the ID of the desired MTA. After locating the correct MTA ID, execute the command `cf mta <located-mta-id>` to get detailed information about the the MTA with the provided ID.
Use the `cf mtas` command and locate the ID of the desired MTA. After locating the correct MTA ID, execute the command `cf mta <located-mta-id>` to get detailed information about the MTA with the provided ID.



Expand All @@ -83,7 +83,7 @@

### How can I redeploy my MTA when a deployment is already running?

You can abort the currently running deployment, using the command `cf <operation> -i <operation-id> -a abort` \(Example: `cf deploy -i 12353 -a abort`\) or you can execute the command for staring the deployment by providing the option -f as described in the [deploy](../50-administration-and-ops/multitarget-application-commands-for-the-cloud-foundry-environment-65ddb1b.md#loio65ddb1b51a0642148c6b468a759a8a2e__section_irt_3dc_zs) section.
You can abort the currently running deployment, using the command `cf <operation> -i <operation-id> -a abort` \(Example: `cf deploy -i 12353 -a abort`\) or you can execute the command for starting the deployment by providing the option -f as described in the [deploy](../50-administration-and-ops/multitarget-application-commands-for-the-cloud-foundry-environment-65ddb1b.md#loio65ddb1b51a0642148c6b468a759a8a2e__section_irt_3dc_zs) section.

> ### Example:
> `cf deploy <path-to-mtar>.mtar -f`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Learn how to define and import recommended alerts for SAP Cloud Logging. The fol

3. Execute `POST _plugins/_alerting/monitors`, followed by the contents of the respective JSON file.

4. Depending on the pipelines you are using, enable the some or all of the following alerts:
4. Depending on the pipelines you are using, enable some or all of the following alerts:

**Recommended Alerts**

Expand Down Expand Up @@ -474,7 +474,7 @@ You can view logs, traces, and metrics in SAP Cloud Logging dashboards:

- To view distributed traces, use the OpenSearch plugin *Observability*.

- To view the the container- and Pod-related metrics collected by the `MetricPipeline` `runtime` input, use the dashboard *\[OTel\] K8s Container Metrics*.
- To view the container- and Pod-related metrics collected by the `MetricPipeline` `runtime` input, use the dashboard *\[OTel\] K8s Container Metrics*.

- To use the dashboard for Istio metrics of Pods that have an active Istio sidecar injection \(collected by the `MetricPipeline` `istio` input\), manually import the file [Kyma Istio Service Metrics](https://raw.githubusercontent.com/kyma-project/telemetry-manager/main/docs/user/integration/sap-cloud-logging/dashboard-istio.ndjson).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To connect your ABAP environment system with the SAP AEM broker, you need to upl

5. Copy the content of the certificate you downloaded from your ABAP environment system before.

6. Paste the the content into *Client Certificate Content* field.
6. Paste the content into *Client Certificate Content* field.

7. Choose *Save*.

Expand Down
4 changes: 2 additions & 2 deletions docs/30-development/user-api-service-b80abb0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The `/attributes` endpoint response has the following format:
> "lastname": "Doe",
> "email": "[email protected]",
> "name": "[email protected]" (The user ID in the identity provider),
> "scopes": ["openid","user_attributes","uaa.user"] (Only if the the authentication type is “xsuaa"),
> < user attributes including custom attributes > (Only if the the authentication type is “xsuaa")
> "scopes": ["openid","user_attributes","uaa.user"] (Only if the authentication type is “xsuaa"),
> < user attributes including custom attributes > (Only if the authentication type is “xsuaa")
> }
> ```
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SAP SuccessFactors OData destination does not work.

## Issue/Symptom

You are extending SAP SuccessFactors on SAP BTP, Cloud Foundry environment using the SAP SuccessFactors Extensibility service. You are trying to configure the the integration between SAP SuccessFactors and SAP Business Technology Platform \(SAP BTP\) and your SAP SuccessFactors OData destination does not work.
You are extending SAP SuccessFactors on SAP BTP, Cloud Foundry environment using the SAP SuccessFactors Extensibility service. You are trying to configure the integration between SAP SuccessFactors and SAP Business Technology Platform \(SAP BTP\) and your SAP SuccessFactors OData destination does not work.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In the [What's New for SAP Business Technology Platform](https://help.sap.com/wh

## Procedure

1. Download the appropriate client for your operating system from [SAP Development Tools](https://tools.hana.ondemand.com/#cloud-btpcli) with the links in the table below. If you prefer using the the command line or a script, you can use the curl command from the table below, which downloads and saves the latest client version to your computer and accepts the SAP Developer Agreement \(EULA\).
1. Download the appropriate client for your operating system from [SAP Development Tools](https://tools.hana.ondemand.com/#cloud-btpcli) with the links in the table below. If you prefer using the command line or a script, you can use the curl command from the table below, which downloads and saves the latest client version to your computer and accepts the SAP Developer Agreement \(EULA\).


<table>
Expand Down Expand Up @@ -139,7 +139,7 @@ In the [What's New for SAP Business Technology Platform](https://help.sap.com/wh

4. \(Optional\) If you have a proxy server configured in your environment, you need to specify its address and port as environment variable `HTTPS_PROXY` or `https_proxy` to access SAP BTP. For example, `HTTPS_PROXY=https://my-https-proxy:1234`.

The specified proxy server is then used for HTTPS requests, unless overriden by the `NO_PROXY` or `no_proxy`, environment variables, which define a comma-separated list of hosts to be excluded from proxying.
The specified proxy server is then used for HTTPS requests, unless overridden by the `NO_PROXY` or `no_proxy`, environment variables, which define a comma-separated list of hosts to be excluded from proxying.

5. Run `btp` in your terminal. Note that you need read and write permissions in the target folder to run this executable.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ To get an overview of changes in the business role template area since the last

6. Click *Save* when you're done.

Please note that you can also adjust your businesss roles directly in the *Business Role Templates* app.
Please note that you can also adjust your business roles directly in the *Business Role Templates* app.


**Related Information**


[Business Role Templates](business-role-templates-223dfd3.md "You can use this app to you get an overview of the business role templates delivered by SAP.")
[Business Role Templates](business-role-templates-223dfd3.md "You can use this app to get an overview of the business role templates delivered by SAP.")

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can carry out the following activities in the detail view:

- Edit restrictions and values by clicking the pencil icon when you are in edit mode.

- Maintain the field settings *Restricted*, *Unrestricted Access* or *Not maintained* by selecting the radio buttons. The option *Maintained in Derived Role* is only availabe if the business role you're currently editing is a leading business role.
- Maintain the field settings *Restricted*, *Unrestricted Access* or *Not maintained* by selecting the radio buttons. The option *Maintained in Derived Role* is only available if the business role you're currently editing is a leading business role.

- Select and deselect values from the value help list

Expand All @@ -76,13 +76,13 @@ You can carry out the following activities in the detail view:

- Easily change the access category of a restriction by selecting the following radio buttons: *Write, Read, Value Help*, *Read, Value Help*, or*Value Help*.

- Add other instances of this restriction type of the highest access category \(which is automatically selected\) by pressing the the *Add* button in the header of the restrictions list.
- Add other instances of this restriction type of the highest access category \(which is automatically selected\) by pressing the *Add* button in the header of the restrictions list.

- Define a restriction of the *General type* as leading by selecting the *Leading Restriction* checkbox.

If required, you can define several general restrictions as leading. You can do this by selecting the required restrictions and then clicking *Leading*.

- Remove restrictions if required by selecting the restrictions and clicking the the*Remove button* in the header of the restrictions list.
- Remove restrictions if required by selecting the restrictions and clicking the *Remove button* in the header of the restrictions list.

- Hide fields you have set as *Unrestricted*. This makes it easier for you to gain an overview of all restrictions. You can do this clicking *Hide Unrestricted* in the very top right corner of the screen.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ For a custom identity provider:

Add one or more org managers to a Cloud Foundry org in a subaccount.

`usersToAdd` adds the OrgManager role to the user, and, if it doesnt exist yet, it creates the user in the org.
`usersToAdd` adds the OrgManager role to the user, and, if it doesn't exist yet, it creates the user in the org.

</td>
<td valign="top">
Expand Down Expand Up @@ -379,7 +379,7 @@ For a custom identity provider:

Remove one or more org managers from a Cloud Foundry org in a subaccount.

`usersToRemove` removes the OrgManager role from the the user, but it doesn't remove the user from the org.
`usersToRemove` removes the OrgManager role from the user, but it doesn't remove the user from the org.

</td>
<td valign="top">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For more information, see [Use a Custom IDP for Subaccount Configuration](https:
> Currently, Cloud Connector can be connected to an SAP BTP subaccount only with users from the default identity provider.

> ### Note:
> In addition to the the initial connection from Cloud Connector to SAP BTP, the regular rotation of the client certificate that is used for the ongoing connection, is also affected.
> In addition to the initial connection from Cloud Connector to SAP BTP, the regular rotation of the client certificate that is used for the ongoing connection, is also affected.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Working with Users

In the SAP BTP cockpit, you can see the users of your global account or subaccount, user-related identity provider information, and their authorizations. In a user's overview, you can create and delete users, and assign role collections. You can also display an overview of the role collections, where you can drill down all the way to the role, and see the application that the role is belongs to.
In the SAP BTP cockpit, you can see the users of your global account or subaccount, user-related identity provider information, and their authorizations. In a user's overview, you can create and delete users, and assign role collections. You can also display an overview of the role collections, where you can drill down all the way to the role, and see the application that the role belongs to.



Expand All @@ -22,7 +22,7 @@ SAP BTP creates a copy of the user in the global account or in the subaccount wh
> ### Note:
> User data of shadow users is regularly updated after authentication at the identity provider.
>
> When a user authenticates against SAP BTP, an authentication request is forwarded to the trusted identity provider \(for example, SAP Cloud Identity Services\). After succcessful authentication, the identity provider creates a user token based on its configuration and sends it back to SAP BTP. In SAP BTP, the user data is updated according to the token.
> When a user authenticates against SAP BTP, an authentication request is forwarded to the trusted identity provider \(for example, SAP Cloud Identity Services\). After successful authentication, the identity provider creates a user token based on its configuration and sends it back to SAP BTP. In SAP BTP, the user data is updated according to the token.



Expand Down Expand Up @@ -182,7 +182,7 @@ Delete shadows user to comply with data protection and privacy regulations.
</td>
<td valign="top">

For data protection and privacy reasons, administrators might be legallly obliged to delete shadow users who belonged to employees who left the company. You can find and delete the shadow users in the SAP BTP cockpit.
For data protection and privacy reasons, administrators might be legally obliged to delete shadow users who belonged to employees who left the company. You can find and delete the shadow users in the SAP BTP cockpit.

See [Delete Users](delete-users-51000c2.md).

Expand Down
Loading