Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Docs to call(func_name, params) unclear #121

Closed
guettli opened this issue Oct 11, 2019 · 0 comments
Closed

Docs to call(func_name, params) unclear #121

guettli opened this issue Oct 11, 2019 · 0 comments

Comments

@guettli
Copy link
Contributor

guettli commented Oct 11, 2019

call(func_name, params)

Parameters:
func_name (string) – Name of the function module that will be invoked.

options (dictionary) – Call options, like ‘skip’, to deactivate certain parameters.

params (keyword arguments) – Parameter of the function module. All non optional IMPORT, CHANGING, and TABLE parameters must be provided.

Something does not match.

According to the first line call() receives two parameters: func_name, params.

Below three parameters gets explained.

Source: http://sap.github.io/PyRFC/pyrfc.html#pyrfc.Connection.call

bsrdjan added a commit that referenced this issue Mar 6, 2020
bsrdjan added a commit that referenced this issue Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant