GUI Script - Basic

Previous  Home  Next

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

Mapping_Types_GUI

1.   Excel to SAP: Tells Process Runner to get the value from Excel column

2.   Fix Single Value: Tells Process Runner to use value provided in "Map Value" column

3.   System Value: Tells Process Runner to use dynamically calculated value as provided in "Map Value" column. Eg. In the below capacity planning download we want to assign a specific type of 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 below in 2 screens.

gui mapping5_1

gui mapping6

You can see below how the file is created, after assigning system value as a mapping type

gui mapping7

4.   Fix Multi-line Value: Tells Process Runner to place a range of values as shown below

gui mapping8

5.   Excel Cell Value: Tells Process Runner to place value received from SAP to given Excel cell.

 

Next:

GUI Script - Header Detail