Elements that the Tricentis TDM Wizard for SAP BAPI generates for SAP BAPI

Functions

For each RFC target selected in the TDM Wizard for SAP BAPI, a function is generated that encapsulates the RFC. This function is stored in the functions folder of the project and it appears in Project Explorer under Functions.

Templates

The TDM Wizard for SAP BAPI generates a task for the selected SAP objects which contains the following frames:

  • A frame that holds the template to open the connection to an SAP server.

  • One frame per SAP object with the templates for the function calls, including initialization and processing of the data. Depending on the complexity of the data structures, this frame can incorporate several nested frame levels.

  • One template per function one that contains the call of the generated function.

  • At least one template per function for pseudo-processing the data received from SAP, provided that such data exist.

  • A template to close the connection to the SAP server.

Tasks

The TDM Wizard for SAP BAPI generates a task for the selected SAP objects. This task contains the following frames:

  • A frame that holds the template to open the connection to an SAP server.

  • One frame per SAP object with the templates for the function calls, including initialization and processing of the data. Depending on the complexity of the data structures, this frame can incorporate several nested frame levels.

  • A frame that holds the template to close the connection to the SAP server.