gorfc icon indicating copy to clipboard operation
gorfc copied to clipboard

SAP NW RFC Connector for GO

Results 13 gorfc issues
Sort by recently updated
recently updated
newest added

I was hitting an error and searching through the issues and saw that all issues are closed due sunset of the project. Is this project dead? If it is so,...

In changes v0.1.0 says - Table parameter accepts also array of variables. Because this method https://github.com/SAP/gorfc/issues/17 now work, I'm trying to put an array of variables `params := map[string]interface{}{ "ATHDRLEVELS":...

![image](https://user-images.githubusercontent.com/10736163/134767446-d362b2eb-0a76-455a-9f93-e847df2bcd97.png) In function `ConnectionFromParams`, the `fillString` may error in first loop, and success in last loop, in this case, the error will be ignored.

bug

I am coming from JCo and I was used to register the connection parameters with a name to the JCo. I saw that the `gorfc` lib is offering a `ConnectionFromDest`...

Hello, I am working on a custom RFC (Z_TEST_COMPLEX_TT_EXP) whose definition is available in the attached document. For I_SIMPLE interface, on clicking on TYPE MAND_TYPE, second screenshot from the document...

Is there any way we can get the list of all RFC's and its schema using gorfc third party. Which methods can be used to do so? Something similar to...

Maos documents and my friends around me are confused. Can you be more specific and separate from python?

In runtime when we pass input parameter as map[INT:[map[STRING:1]]] we get error that STRING is invalid RFC parameter but when we pass input parameter as map[INT:[1]] it works. We suspect...

Want to pass a single character as space in input params. Something like this: c, _ := gorfc.ConnectionFromParams(abapSystem()) params := map[string]interface{}{ "CALL_RFC":" ", } r, e := c.Call("Z_ALLDATATYPE_CLIENT_TEST1", params) if...

Use the RfcCancel method to push down a context to the `CallContext(ctx context.Context, ...)` method.