GUI Script - Basic

Mapping types in GUI script are similar to those of Transaction. These mapping types deal with single-line records.

GUI_Script_Basic_1
  • Excel to SAP: Tells Process Runner to get the value from Excel column.
  • Fix Single Value: Tells Process Runner to use the value provided in the Map Value column.
  • System Value: Tells Process Runner to use dynamically calculated value as provided in the Map Value column. For example, in the below capacity planning download we want to assign the file name for the downloaded file consisting of year, month, day, hours and seconds. For that we use system value and assign it as shown in the following screenshot.
    GUI_Script_Basic_2
    UM-GUIBasic(6)
  • You can see in the following screenshot how the file is created, after assigning system value as the mapping type.
    UM-GUI-Basic-4
  • Fix Multi-line Value: Tells Process Runner to place a range of values as shown in the following screenshot.
    UM-GUIBasic (5)
  • Excel Cell Value: Tells Process Runner to place value received from SAP to the given Excel cell.