We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de87fce commit d7adde6Copy full SHA for d7adde6
plugins/modules/sap_pyrfc.py
@@ -9,6 +9,27 @@
9
10
__metaclass__ = type
11
12
+DOCUMENTATION = r'''
13
+---
14
+module: sap_pyrfc
15
+short_description: Execute RFC calls
16
+version_added: "0.1.0"
17
+description: This module executes RFC calls.
18
+options:
19
+ function:
20
+ description: The system ID.
21
+ type: str
22
+ required: true
23
+ parameters:
24
+ description: The parameters for the function.
25
+ type: dict
26
27
+ connection:
28
+ description: The connection parameters.
29
30
31
+'''
32
+
33
EXAMPLES = '''
34
sap_pyrfc:
35
function: STFC_CONNECTION
0 commit comments