aashakabra
aashakabra
We have a filter text box where if I mention SFTC* then I should be able to fetch all the RFC's starting from SFTC and display it in dropdown. Based...
Thankyou for suggestion. I think current method gorfc.Connection.GetFunctionDescription should help with the input and output fields of mentioned RFC. Right? Is there any method available in gorfc that can help...
Is there any plan to make such functionality available in https://github.com/SAP/gorfc ?
Okay. With JCo client I am able to use call above function in this manner- `JCoFunction func = client.getRepository().getFunction("RFC_FUNCTION_SEARCH");` My requirement is to do something like this using golang.
Thankyou, I was able to do so using below snippet- ``` params1 := map[string]interface{}{ "FUNCNAME": "STFC*", } r1, _ := conn.Call("RFC_FUNCTION_SEARCH", params1) ```
Hello [bsrdjan](https://github.com/bsrdjan), Can you please let me know what does nucLen and ucLen in FunctionDescription mean? I can see for few RFC, having the RFCTYPE_CHAR has nucLen = 3 and...
Thanks @puellanivis , above works for files but I am facing error for directory name that matches the pattern. How will I be able to copy the entire folder as...
Hello @radovskyb , can you please share inputs.
Hello @puellanivis , Can you please share some inputs around this? Customer is able to get the content of a file on SFTP server for their another test instance. It...
I understand. Sorry for the inconvenience.