Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Passing blank values in parameters of type "C" #35

Open
rpuranda-tibco opened this issue Apr 10, 2023 · 0 comments
Open

Passing blank values in parameters of type "C" #35

rpuranda-tibco opened this issue Apr 10, 2023 · 0 comments

Comments

@rpuranda-tibco
Copy link

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 e != nil {
fmt.Println("Error is:", e)
}
Here after Call, no error is returned and exit status 0xc0000374.
Can you suggest what could be the issue?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant