Testing functions using RFC XML

Test a function by using RFC XML.

Procedure

  1. Go to Connector > Lookup.
  2. Go to the Function tab.
  3. Provide values for the following fields.
    • System ID - Select the system ID from the list.
    • Function Name - Enter a specific function or a function name with * for matching the similarly named functions. Example, Z_RFC_ADD.
    • Group Name - Enter the group name to filter the functions that belongs to the group.
  4. Click Apply.
  5. In the Function Module Signature page, click Execute As > RFC XML. The RFC XML template for the function is displayed.
  6. In the RFC XML template for the function, add the values for the input fields. Example, in the signature for Z_RFC_ADD, add IP_VALUE1, IP_VALUE2, and IP_VALUE3.
  7. Click Invoke on <<SYSTEM_ID>>. The sum of all the input fields is displayed in the output field EP_RESULT.