Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

partial activation

Former Member
0 Likes
603

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

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

4 REPLIES 4
Read only

Former Member
0 Likes
536

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

Read only

0 Likes
536

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?

Read only

Former Member
0 Likes
537

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

Read only

Former Member
0 Likes
536

So, conclusion is we can't have partial activation of project.

thanks and regards,

G@urav.