Tricentis TDM Wizard for SAP BAPI

The TDM Wizard for SAP BAPI supports the creation of functions and templates that can be called by functions implemented in SAP from Remote Function Modules (RFM) via a Remote Function Call (RFC).

This part of the manual helps you to get to know the TDM Wizard for SAP BAPI:

For detailed information on the TDM Wizard for SAP BAPI requirements, see the system requirements.

Use projects created with the Q-up Wizard for SAP BAPI

You can use projects that you created with the Q-up Wizard for SAP BAPI (up to version 2.2) in Tricentis TDM Studio. However, this requires manual changes to every user function that you created with the Q-up Wizard for SAP BAPI.

In the function, change the code from

if( !cn.RFCHandle == 0 )

cn.Open();

to

if( !cn.IsOpen )

cn.Open();

Additionally, if you copied the file ERPConnect40.dll into a project, you have to replace it with the file ERPConnect45.dll.