SAPGUI > Code generation recording options

Enables you to set the code generation settings for the SAP GUI protocol.

To access
Record > Recording Options > SAPGUI > Code Generation
Important information
This node is available only for specific protocols. For a complete list of protocols and their associated nodes, see Protocol compatibility table.

User interface elements are described below:

UI Element
Description
Always generate Object ID in header file
Places the Object IDs in a separate header file instead of in the script. When you disable this option, VuGen generates the IDs according to the specified string length in the general script setting. This results in a more compact and cleaner script.
Generate Fill Data steps
Generates Fill Data steps for table and grid controls—instead of separate steps for each cell.
Generate logon operation as a single step
Generates a single sapgui_logon method for all of the logon operations. This helps simplify the code. If you encounter login problems, disable this option.