Skip to content

Commit d7adde6

Browse files
committed
add docs to sap_pyrfc module
1 parent de87fce commit d7adde6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

plugins/modules/sap_pyrfc.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@
99

1010
__metaclass__ = type
1111

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+
required: true
27+
connection:
28+
description: The connection parameters.
29+
type: dict
30+
required: true
31+
'''
32+
1233
EXAMPLES = '''
1334
sap_pyrfc:
1435
function: STFC_CONNECTION

0 commit comments

Comments
 (0)