|
Back to |
TRANSACTION supports A1 Dataloader script files. Dataloader scripts can be imported into TRANSACTION. The Excel mapping and run properties are retained.
Dataloader scripts are stored in the folder \\mydocuments\A1_DL_Projects.
The project is imported into TRANSACTION. The first script in the chain appears in the Run panel.
Dataloader Excel files with multiple loops.
TRANSACTION recognizes the Dataloader column mapping and interprets it by mapping the field names to individual columns. If you want, after Dataloader files are imported, you can change the native Dataloader mapping in TRANSACTION.
In mapped files, Dataloader uses symbols to indicate the loops: [+n] for the start column and [-] for the end column. Loop and End Loop commands are not included in the converted script, but the resulting Excel sheet indicates the presence of loops with these symbols at the start and end of each applicable row. Dataloader supports four types of loops: [+1], [+2], [+3], [+4]. However, in TRANSACTION, the specific type of loop is not indicated. Note: Multisheet loops are not available for files imported from A1 Dataloader.
After conversion from A1, [+3] must first be converted to an index loop. For more information on index loops, see Expert Tab: Do...While Loop.
In TRANSACTION, use the IF to verify text condition to test whether a value in an Excel column is the same as in SAP or not. If the values are the same, "Test passed" is added to the mapped column as a comment. If the values are different, "Test failed" is added to the mapped column as a comment. Text that is verified is not appended, changed, or deleted.
NOTE: IF to verify text can be used only when GUI scripting is enabled.
You cannot compare text across screens. The text you are comparing must be on the same SAP screen.
Get+Set Value
When an imported Dataloader script is displayed in Excel and if it has been recorded with GUI scripting, Get+Set Value downloads a value from SAP to one column, and then uploads the updated value from another column, all within the same sheet. After the AI file is imported, the Excel file, the marker %GSVal indicates the columns where the specified downloaded values will be added.
Script chains
TRANSACTION imports chained Easy Test File scripts. When chained scripts are run, TRANSACTION uses only the SAP credentials that are attached to the first script.
If a script in a chain is disabled in Dataloader, it is not possible to load that script. To load it, you must go into Dataloader Manager and enable it.
Dataloader commands not supported during conversion
The following commands are not supported during conversion:
Also in this section |