I want to manage Account and Role of SAP S/4HANA Cloud (HEC) by Java code.
My client tries to upgrade to SAP S/4HANA Cloud from R/3. In the previous version of SAP R/3 I could control them using sapjco3.dll
and sapjco3.jar
.
I find 2 ways which can manage them:
- SOAP API https://api.sap.com/api/MANAGEBUSINESSUSERIN/overview
- S/4 HANA Cloud SDK https://developers.sap.com/topics/s4hana-cloud-sdk.html
However I could not get a sample code or an article to manage them on SAP S/4HANA Cloud (HEC).
I want to know how to manage user/role on SAP S/4HANA cloud via my Java code.