Understanding how to test functions using bXML?
Test a function by using bXMl.
Procedure
- Go to Connector > Lookup.
- Go to the Function tab.
- 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.
- Click Apply.
- In the Function Module Signature page, click Execute As > bXML. The bXML template for the function is displayed.
- 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.
- Click Invoke on <<SYSTEM_ID>>. The sum of all the input fields is displayed in the output field EP_RESULT.