Alternative Columns - Automate_Studio - Latest

Automate Studio with Studio Administrator User Guide

Product type
Software
Portfolio
Integrate
Product family
Automate
Product
Automate > Automate Studio
Version
Latest
ft:locale
en-US
Product name
Automate Studio
ft:title
Automate Studio with Studio Administrator User Guide
Copyright
2025
First publish date
2018
ft:lastEdition
2026-01-13
ft:lastPublication
2026-01-13T10:57:58.991000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Automate
L4_Investment_Segment
SAP Automation
L5_Product_Group
Winshuttle Enterprise
L6_Product_Name
Automate Studio
Important: This feature is only available in SAP Fiori® Standard mode.

Overview

Alternative Columns is an extension of the Value Lookup feature in SAP Fiori® apps. It enables you to retrieve system-generated internal IDs using a record field and store them in an alternative column. This internal ID can then be passed to SAP to perform updates, simplifying the process of retrieving and modifying records in Standard Mode.

Why use Alternative Columns?

In SAP, each record is identified internally by a unique ID that is not exposed to the user interface. Users typically interact with external identifiers (e.g., bank account numbers). However, to make changes to a record, SAP often requires the internal ID.

The Alternative Columns feature addresses this by allowing you to specify an alternative column. This column is used to look up the internal ID automatically in the background, enabling seamless updates to SAP records.

How to Configure an Alternative Column

To define an Alternative Column in your app:
  1. Follow these steps to record a script:
    1. Open the SAP Fiori® app, for example, Manage Bank Accounts.
    2. Search for the account you want to edit.
    3. Click Edit and update the desired field.
    4. Click Save and End Recording.
  2. Next, in the Map tab, do the following:
    1. Select the field (e.g., BankAccountInternalID) for which you need to define the alternative column.
    2. Select Alternative Column and do the following:
      1. Select the known field, for example, BankAccountNumber.
      2. Click Finish.
    3. A new row will get auto filled with the details, for example, Alternative Column for BankAccountNumber.
    4. Map the necessary fields in the excel of Data Set panel.
  3. Finally, in the Run tab, do the following:
    1. Edit or update the necessary details and Save the files.
    2. Click Run.
    3. The updated details will be automatically applied.