Understanding how to test functions using bXML?

Test a function by using bXMl.

Procedure

  1. Go to Connector > Lookup.
  2. Go to the Function tab.
  3. Provide the required values to the 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 > bXML. The bXML template for the function is displayed.
  6. In the bXML 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.