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

Enhancement not getting called

Former Member
0 Likes
5,828

Hi all,

i will give a brief idea about what i have done...

I had a standard report in which there was a include which gets called in 4-5 main reports but i choose whatever I want and then created 2 enhancements and activated them. I have done the testing in dev. server it was getting called and working fine to solve my purpose..

but problem occurs when i transported it into quality server. there code changes were reflecting but when i executed the main report the include getting called without enhancement in it.

.I am little confused in this if code changes are there and I m adding session break point in the enhancement code line but when I execute main program the include doesnt show any enhancement in debugging..

kindly give your precious time to resolve the issue..

Thanks a lot..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,122

Hi,

Cross check if all of your changes are getting or have gotten transported properly in QA system. Navigate thru the same and active all the related objects individually.

You can also do a version check.

Hope this helps!

Regards,

Reetesh

Hi all,

i will give a brief idea about what i have done...

I had a standard report in which there was a include which gets called in 4-5 main reports but i choose whatever I want and then created 2 enhancements and activated them. I have done the testing in dev. server it was getting called and working fine to solve my purpose..

but problem occurs when i transported it into quality server. there code changes were reflecting but when i executed the main report the include getting called without enhancement in it.

.I am little confused in this if code changes are there and I m adding session break point in the enhancement code line but when I execute main program the include doesnt show any enhancement in debugging..

kindly give your precious time to resolve the issue..

Thanks a lot..

11 REPLIES 11
Read only

Former Member
0 Likes
4,122

Is it active in the QA system?

Rob

Read only

0 Likes
4,122

thanks for your reply..

yes its is active and also showing 'active version' in comment just next to enhancement name in the code

thanks a lot.

Read only

0 Likes
4,122

I mean is the enhancement active (not just the include).

Rob

Read only

0 Likes
4,122

I mean is the enhancement active (not just the include).

>

> Rob

yes the enhancement is active.

Read only

Former Member
0 Likes
4,123

Hi,

Cross check if all of your changes are getting or have gotten transported properly in QA system. Navigate thru the same and active all the related objects individually.

You can also do a version check.

Hope this helps!

Regards,

Reetesh

Read only

0 Likes
4,122

Hi,

> Cross check if all of your changes are getting or have gotten transported properly in QA system. Navigate thru the same and active all the related objects individually.

>

> You can also do a version check.

>

> Hope this helps!

>

> Regards,

> Reetesh

thanks for your reply

my request including only the enhancement and yes it is active and transported properly and i can see the code changes in that include but in the version management of that include its not showing my request its showing the original one.

Read only

0 Likes
4,122

Hi,

Well, then that is where the problem is, do talk to your BASIS team about this. While execution the older version is getting executed.

Reetesh

Read only

0 Likes
4,122

Hi,

Its a common problem with enhancements to not get automatically in active state even though it displays active. My suggestion would be activate the enhancement and regenerate in the target client (QA in your case) directly.

Thanks.

Ravi

Read only

0 Likes
4,122

Hi,

>

> Its a common problem with enhancements to not get automatically in active state even though it displays active. My suggestion would be activate the enhancement and regenerate in the target client (QA in your case) directly.

>

> Thanks.

> Ravi

Thanks Ravi its Resolved by activating it in Qua system and then also activated in PRD system then it worked...

Read only

0 Likes
4,122

Do we need to activate the Enhancement in the respective target servers ?

I think no and should not be the case.I had created an explicit implementation within an enhancement spot for VA01/VA02 and activated it in DEV and transported it to QA.So far I haven't faced any issue in terms of activation.

But,after reading this thread I would like to confirm if whatever the info that was shared in this thread regarding activating the enhancements in the respective target servers is true.

Thanks,

K.Kiran.

Edited by: Kiran K on Dec 19, 2011 6:45 AM

Read only

Former Member
0 Likes
4,122

Hi,

Check the below points might help you.

1) Try to activate the main the program by clicking object navigator, activate each and every step. then see in QA is it getting called.

2) please go to the development box just change in the code and save in new transport request, import into QA and activate main program and all the enhancement spots.

Thanks,

Suresh