SeanHoppe.com > CLEO Tips > CLEO JDE Tips 4 Performing JDE SQL Select Statement from EXTOL Business Integrator (EBI)
Performing JDE SQL Select Statement from EXTOL Business Integrator (EBI)
3rd October 2014
In EXTOL Business Integrator there are many different ways of performing a specific task. Most of the times, there is no right or wrong way, but one might take longer than the other.
In our example below, we show how to set-up a SQL Select statement with TRIM(). Without TRIM() we need to pad the input parameter with blanks.
SELECT wwan8 from “CRPDTA”.“F0111” where TRIM(WWMLNM) = TRIM(${WWMLNM})
More information on JDE Best Practices and How-To’s
By: Sean Hoppe on