-
Notifications
You must be signed in to change notification settings - Fork 49
fix: more info for s4hana cloud #70
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
Open
longieirl
wants to merge
18
commits into
main
Choose a base branch
from
s4hana-cleanup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b5bb950
fix: more infor for s4hana cloud
longieirl 5e55ddb
Update misc/s4hana/README.md
longieirl da8bfb1
Update misc/s4hana/README.md
longieirl a4f8a70
Update misc/s4hana/README.md
longieirl 05b8db5
Update misc/s4hana/README.md
longieirl 7856e31
Update misc/s4hana/README.md
longieirl dba0285
Update misc/s4hana/README.md
longieirl 3900a78
Update misc/s4hana/README.md
longieirl 76d6a82
Update misc/s4hana/README.md
longieirl 2585456
Update misc/s4hana/README.md
longieirl cc006c4
Update misc/s4hana/README.md
longieirl cfd1158
Update misc/s4hana/README.md
longieirl aee3611
Update misc/s4hana/README.md
longieirl cb1d0d5
Update misc/s4hana/README.md
longieirl 0a6052a
Update misc/s4hana/README.md
longieirl 0820f01
Update misc/s4hana/README.md
longieirl 7432d7a
Update misc/s4hana/README.md
longieirl 92b2e5f
Update misc/s4hana/README.md
lfindlaysap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,7 +1,7 @@ | ||||||
# SAMLAssertion destination configured to point SAP S/4HANA Cloud Public tenant | ||||||
|
||||||
# Prerequisites | ||||||
1. You have completed Step 2 and Step 3 https://developers.sap.com/tutorials/abap-custom-ui-bas-connect-s4hc.html as this will create the System to System trust required to enable SAML between the respective systems. | ||||||
1. Steps 1, 2 and Step 3 https://developers.sap.com/tutorials/abap-custom-ui-bas-connect-s4hc.html are completed. | ||||||
1. You have administrative access to your S/4HANA Cloud system to allow to configure and debug connectivity issues. | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
1. You are subscribed to SAP Business Application Studio, follow this [tutorial](https://help.sap.com/docs/SAP%20Business%20Application%20Studio/9d1db9835307451daa8c930fbd9ab264/6331319fd9ea4f0ea5331e21df329539.html) for more information | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
1. You have reviewed the FAQ on [SAP S/4HANA Cloud, Public Edition](https://me.sap.com/notes/3445942) documentation | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
@@ -11,14 +11,11 @@ | |||||
1. Open [s4hana-cloud_saml](s4hana-cloud_saml) file using any text editor or browser | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
1. Replace all instances of `my1111111` with your specific hostname | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
1. Log in to your SAP BTP subaccount, select the `Destinations` tab, and select `Import Destination` | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
1. You have now created a SAB BTP subaccount destination using `odata_abap` to reflect the type of destination created | ||||||
1. Login to your SAP Business Application Studio to consume the new destination to validate that your connectivity is working | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
You can refer to this link to confirm your destination is configured correctly; | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/31876c06f99645f289d802f9c95fb62b.html | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
__Note: In some cases, you might want to create an `odata_gen` SAP BTP destination to consume a specific OData service, then refer to this [tutorial](https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/45995:48363:53594:54336) to create a Full or Partial URL destination. This scenario is typical where a user does not have access to the Catalog but only individual services__ | ||||||
|
||||||
## How SAMLAssertion Works | ||||||
|
||||||
1. SAP BTP, typically configured with a local SAML Identity Providers (IdP), sends a SAML Assertion (including the SAML Issuer and signature) to SAP S/4HANA Cloud, Public Edition (SAML SP). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
@@ -170,7 +167,7 @@ https://mytrial-account.launchpad.cfapps.us10.hana.ondemand.com/dynamic_dest/mys | |||||
|
||||||
For more information, please refer to this [site](https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/45995:48363:53594:54336:51208) | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
## Debugging Deployment Issues | ||||||
## Debugging Connectivity and Deployment Issues | ||||||
|
||||||
### Issue 1. Deployment fails with `The use of Gateway OData V2 Service Z_MY_SERVICE 0001 is not permitted` | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
|
@@ -242,6 +239,13 @@ For more information about how to troubleshoot this issue, see [Recommend Servic | |||||
|
||||||
For more information, see [Exposing an OData Service from SAP S/4HANA Cloud Public Edition to the SAP BTP](https://community.sap.com/t5/technology-blog-posts-by-sap/exposing-an-odata-service-from-sap-s-4hana-cloud-public-edition-to-the-sap/ba-p/13628248). | ||||||
|
||||||
### Issue 8: All HTTP API Requests from SAP Business Application Studio to S/4HANA Cloud Fail | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
The most common root cause of why HTTP request fail are due to; | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
1. Communication System for SAP Business Application Studio not being active. For more information, see [Create a Communication System for SAP Business Application Studio](https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/79ed4173a0e44a5085c2d236d14b5ab8.html) | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
2. The user logged into SAP Business Application Studio does not have the required `Business Role` assigned to allow the user to consume OData services. The user must have the `SAP_BR_DEVELOPER` role assigned to allow the user to consume OData services. See [Authorization Requirements](./README.md#authorization-requirements) for more information. | ||||||
longieirl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
## Related Links | ||||||
Integrating SAP Business Application Studio - | ||||||
[https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/22bc724fd51a4aa4a4d1c5854db7e026.html](https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/22bc724fd51a4aa4a4d1c5854db7e026.html) | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.