cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating from Custom Component to Standard Compoent(IUICCON). Getting Exception "Define Component Usage 'Random Component Usage of Standard component'"

Former Member
0 Kudos

Hi Everyone,

We have a requirement to
Navigate from Custom Component to the Standard Component(IUICCON – Contract
management) on the basis of some conditions.

We tried navigating with Manual
as well Dynamic Navigation. The Navigation is happening properly and the Navigation is completed and we are on the Contract
Management Screen(Standard component View).

On the Contract Management
screen (standard Component view), when we click on New Contract Button; it throws dump stating “Define
Component Usage IUICOBJ”. After debugging we identified that the issue was with the Parent class/ component is getting changed, because of which the usage was not found.

Appreciate your help.

Thanks in Advance.

Regards,

Bhavikjp.

Accepted Solutions (0)

Answers (1)

Answers (1)

kutjohn
Active Participant
0 Kudos

Hi Bhavik,

Check which is the active enhancement set at the runtime in the component_loading BADI.

If it is anything other than your enhancement set,Set it to your enhancement set .

Check if the parameter WCF_IGNORE_ENHANCEMT in Tcode SU01 is set to 'A' for the User.

Regards JP.