posted 06-28-2002 08:47 AM
User Franzen, SPS PROFI, DA (C.Franzen@DeutschePost.de.nospam) posted:
Functions you wanna call you should put into a compiled module.
Functions you wanna be available in the func gen ya should put into it.
It´s two separate processes that are technically independent from each other, though they make most sense if you perform them BOTH ;-)
Christoph Franzen Durchwahl -907-2419 Schwarz, Prof. Spruth & Associates Unternehmensberatung AG & Co. KG Deutsche Post World Net ITSolution GmbH Abt. SCN
posted 06-28-2002 08:53 AM
User Prem Kumar Arumugam (Prem.Arumugam@oracle.com.nospam) posted:
i have a compiled module in which i have some functions. now i have reloaded this compiled module. Now when i executed the generator_add commands, i don't see the function in the function generator. It is blank. So my question is what is the precondition for adding a function to the function generator..if any??