We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
The text was updated successfully, but these errors were encountered:
64e01ad
Fix for SAP NWRFC SDK PL6, #121
0f91322
b5d83dc
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: