Quantcast
Channel: SCN : All Content - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 4552

Short Dump when trying to change configuration of BT112H_SC/OVViewSet (Service Contracts)

$
0
0

Hi Experts,

 

I have a problem with a component usage when trying to change the OverviewSet Configuration for the Service Contract. The whole component BT112H_SC is complete standard and no enhancements have been made yet.

 

When trying to change the configuration of the view OVViewSet there appears the error message:

 

'500 SAP Internal Server Error'

Error: Define Component Usage 'CUIR_Container' (termination: Rabax_State)

 

The place where the code dumps is shown in the attached picture with the name 'ST22'. The error screen when trying to change of the configuration is shown in the attached picture 'Configuration'

 

It seems like one error is appearing in Line 18 of the class CL_BSP_WD_REPOSITORY and method GET_CMP_USAGE_DEF:

 

Method: GET_CMP_USAGE_DEF.

 

 

method GET_CMP_USAGE_DEF.

   field-symbols: <USAGE> type BSP_WD_CMP_USAGE_DESCR.

 

   read table ME->USAGES with key USAGE_NAME = IV_USAGE_NAME

                         assigning <USAGE> binary search.

   if SY-SUBRC = 0.

*   Is usage active?

     if CL_WEBCUIF_SWITCH=>IS_ACTIVE( IV_SWITCH_ID = <USAGE>-SFW_DATA-SWITCH_ID

                                      IV_REACTION  = <USAGE>-SFW_DATA-REACTION ) ne ABAP_TRUE.

*     usage switched off

       raise exception type CX_BSP_WD_INCORRECT_IMPLEMENT

         exporting

           TEXTID = CX_BSP_WD_INCORRECT_IMPLEMENT=>ACCESS_2_INACTIVE_ELEMENT

           NAME   = IV_USAGE_NAME.

     endif.

     RS_RESULT = <USAGE>.

   else.

     raise exception type CX_BSP_WD_INCORRECT_IMPLEMENT

       exporting

         TEXTID = CX_BSP_WD_INCORRECT_IMPLEMENT=>UNDEFINED_CMP_USAGE

         NAME   = IV_USAGE_NAME.

   endif.

 

endmethod.                    "GET_CMP_USAGE_DEF

 

Any Ideas? Do I have to create the component usage manually?


Viewing all articles
Browse latest Browse all 4552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>