gorfc | SAP NW RFC Connector for GO

 by   SAP-archive Go Version: v0.1.0 License: Apache-2.0

kandi X-RAY | gorfc Summary

kandi X-RAY | gorfc Summary

gorfc is a Go library. gorfc has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This public repository is read-only and no longer maintained. :heavy_exclamation_mark: Don't upgrade SAP NWRFC SDK on Darwin, see #143. SAP NetWeawer RFC SDK client bindings for GO.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gorfc has a low active ecosystem.
              It has 65 star(s) with 31 fork(s). There are 19 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 17 have been closed. On average issues are closed in 527 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of gorfc is v0.1.0

            kandi-Quality Quality

              gorfc has no bugs reported.

            kandi-Security Security

              gorfc has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              gorfc is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              gorfc releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gorfc
            Get all kandi verified functions for this library.

            gorfc Key Features

            No Key Features are available at this moment for gorfc.

            gorfc Examples and Code Snippets

            Important Notice,Getting Started
            Godot img1Lines of Code : 66dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            package main
            
            import (
                "fmt"
                "github.com/sap/gorfc/gorfc"
                "github.com/stretchr/testify/assert"
                "reflect"
                "testing"
                "time"
            )
            
            func abapSystem() gorfc.ConnectionParameter {
                return gorfc.ConnectionParameter{
                    Dest:      
            Important Notice,Install,Install GORFC
            Godot img2Lines of Code : 11dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            export CGO_CFLAGS="-I $SAPNWRFC_HOME/include"
            export CGO_LDFLAGS="-L $SAPNWRFC_HOME/lib"
            export CGO_CFLAGS_ALLOW=.*
            export CGO_LDFLAGS_ALLOW=.*
            go get github.com/stretchr/testify
            go get github.com/sap/gorfc
            cd $GOPATH/src/github.com/sap/gorfc/gorfc
            g  
            Important Notice,Install,Install and Configure Go
            Godot img3Lines of Code : 5dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            cd c:\
            mkdir workspace
            
            GOPATH = C:\workspace
            GOBIN = %GOPATH%\bin
            PATH = %GOROOT%\bin;%GOBIN%:%PATH%
              

            Community Discussions

            No Community Discussions are available at this moment for gorfc.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gorfc

            To start using SAP NW RFC Connector for Go, you shall:.
            Install and Configure Go
            Install the SAP NW RFC Library for your platform
            Install the GORFC package
            If you are new to Go, the Go distribution shall be installed first, following GO Installation and GO Configuration instructions. See also GO Environment Variables. After running the MSI installer, the default C:\Go folder is created and the GOROOT system variable is set to C:\Go.
            To obtain and install SAP NW RFC Library from SAP Service Marketplace, you can follow the same instructions as for Python or nodejs RFC connectors.
            To install gorfc and dependencies, run following commands:.
            See the hello_gorfc.go example and gorfc_test.go unit tests. The GO RFC Connector follows the same principles and the implementation model of Python and nodejs RFC connectors and you may check examples and documentation there as well.

            Support

            Windows is not supported until the #21 fixed.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/SAP-archive/gorfc.git

          • CLI

            gh repo clone SAP-archive/gorfc

          • sshUrl

            git@github.com:SAP-archive/gorfc.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link