cancel
Showing results for 
Search instead for 
Did you mean: 

New View Created Giving Error

gauravbajaj
Explorer
0 Kudos

Hi,

I created a new view with Wizard in an existing component. I added the view to run time repository on OverView Page. Assignment Block was added in Configuration Tab in Lazy Mode. This works well in development system. However in Quality when i expand this new assignment block created it gives following error 

Diagnosis

An exception occurred during request processing. This was handled centrally. It changed the program flow and the result of the request probably contains errors.

Exception Details

CX_BSP_WD_INCORRECT_IMPLEMENT - There is no controller 'RelatedCharm' in BSP application 'AIC_CMCD_H/AICCMCDOverview'.

Method: CL_BSP_WD_OVW_VIEWSET=>BIND_LAZY

I debugged and found the Method CHECK_VA_ASSIGNMENT_DEFINED inside Method BIND_LAZY reads

ME->VIEWS attribute and sets RV_RESULT flag. In dev this attribute(ME->VIEWS) is coming with Z View i created (as described above) but it is not available in Quality system.

Any idea where the issue could be.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you need to use SCC1 transaction for transferring from development to testing. The Overview page configuration that you did in development will not be available in testing as you store it in Customizing request.

Regards,

Krishna.

gauravbajaj
Explorer
0 Kudos

Thanks Bala for your response. There is no problem in transports and all the transports have moved to Quality with RC=0.

I debugged this and what i could Understand is in Development system it reads the Repository.xml file from Z(component name) but in Quality it reads Repository.xml file from standard Component (not the Z version) and that is why it is not able to read the Z view added in Runtime Repository.

The problem is the missing link which tells the system to read Zcomponent repository.xml of BSP component instead of standard component repository.xml.

I also compared repository.xml between Quality and Dev and it is same. Also checked BSPWD_CMP_C_REPL table entries and these are same between Dev and Quality.

Any idea where this linkage is maintained.

former_member188098
Active Contributor
0 Kudos

hi gaurav,

Try to check with whether your Z BSP application you have created is activated or not in SICF transaction.

Also check active enhancement set and in which enhancement set your application is enhanced.

Regards,

Answers (1)

Answers (1)

gauravbajaj
Explorer
0 Kudos

Thanks Harish. It helped.