community.sap_operations.sap_pyrfc (0.9.0) — module

Execute RFC calls

| "added in version" 0.1.0 of community.sap_operations"

Authors: unknown

Install collection

Install with ansible-galaxy collection install community.sap_operations:==0.9.0


Add to requirements.yml

  collections:
    - name: community.sap_operations
      version: 0.9.0

Description

This module executes RFC calls.

Inputs

    
function:
    description: The system ID.
    required: true
    type: str

connection:
    description: The connection parameters.
    required: true
    type: dict

parameters:
    description: The parameters for the function.
    required: true
    type: dict