Basic Mapping Types - GUI Script

Previous  Top  Next

Mapping types in GUI script are similar to those of transaction types

These mapping types deal with single line records.

 

MT-GScriptb1

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.

MT-GScriptb2

 

MT-GScriptb3

 

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

 

MT-GScriptb4

 

 

 

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

MT-GScriptb5

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

 

See more mapping types:

 

Transaction - Basic | Transaction - Header Detail | Transaction - Block Types for Loops

BAPI/RFM - Basic | BAPI/RFM - Header Detail

GUI Script - Header Detail | Data Extractor - Basic