Local fields in Adhock queries
Hi all,
can we use complex formulas in Adhock queries to write any SQL statements such as SELECT statements.
Thanks
Smitha
Absolutely! Custom code can be introduced via "Local Fields".
Please be careful though if you have assigned a logical database to your infoset. Then your custom code will go through a logical db event (like GET PERNR), which means it will process one pernr or object at a time and your custom code should take this into consideration.
Sorry, I meant "Additional Fields".