‎2006 Dec 06 10:11 AM
Hi,
Is it possible to make enhancement project, partially active?
I mean to make not all but some Exit_modules active.
If yes, then How?
regards,
G@urav
‎2006 Dec 08 9:51 AM
Hi Gaurav,
I dont think you can do it fo the screen exit. But for the function exit you can controlit using If endif statement. If you use this, only for the specified condition the code will get executed.
Regards
Arun
‎2006 Dec 06 10:28 AM
Its not possible to make it inactive, instead you can comment out all the codes inside the function exis which you want to be inactive.
Message was edited by:
Sharath kumar R
‎2006 Dec 08 9:09 AM
this is fine for Function exit,
But, if i want to use function exit of a component which has got some screen exits too, then can we use that function exit without creating include screens?
‎2006 Dec 08 9:51 AM
Hi Gaurav,
I dont think you can do it fo the screen exit. But for the function exit you can controlit using If endif statement. If you use this, only for the specified condition the code will get executed.
Regards
Arun
‎2006 Dec 12 9:16 AM
So, conclusion is we can't have partial activation of project.
thanks and regards,
G@urav.