https://github.com/gregorwolf/sap-cloud-sdk-rfc
SAP Cloud SDK Java RFC Connection
https://github.com/gregorwolf/sap-cloud-sdk-rfc
Last synced: about 1 year ago
JSON representation
SAP Cloud SDK Java RFC Connection
- Host: GitHub
- URL: https://github.com/gregorwolf/sap-cloud-sdk-rfc
- Owner: gregorwolf
- Created: 2024-03-29T13:54:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T20:26:31.000Z (about 2 years ago)
- Last Synced: 2025-02-13T08:52:36.966Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAP Cloud SDK calls RFC
## Local Execution
Setup SAP JCo as described in the install documenation. In the JCo folder run:
```bash
mvn install:install-file -Dfile=sapjco3.jar -DgroupId=com.sap.conn.jco -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.1.9 -Dpackaging=jar
```
Set the destination:
```bash
export destinations='[{"name": "SAP_ABAP_BACKEND_RFC", "type": "RFC"}]'
```
Switch to the application folder and start the app:
```
cd application/
mvn spring-boot:run -D"spring-boot.run.profiles"=local
```