====== LookupTPValue ======
This function basically corresponds to the mapping function [[en:transformation:mappings:funktionen:abfragefunktionen:lookup:lookupglobalvalue|LookupGlobalValue]].
However, //LookupTPValue// specifies a table (LookupTable) and not just a global table type.
==== Syntax: ====
LookupTPValue('Tabelle','Key','Description')
LookupTPValue('Tabelle','Key')
==== Sample: ====
LookupTPValue('Sizes',@Ean,'Ean Calida')
LookupTPValue('Sizes',@Ean)