cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Chip not visible in Chip Catalog

Former Member
0 Kudos

Hi All,

I have created a Webdynpro Chip. But that is not visible in the chip catalog. I knwo there are other WD chips available in table WDY_CHIP_DEF. But none of them is visible in Chip catalog. Please refer to the screen shot. Anyone have faced this kind of issue?

Thanks

Angshuman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Got the answer. Closing the thread.

Former Member
0 Kudos

Please post the answer

Former Member
0 Kudos

I was missing authorization: 'S_PB_CHIP'

This check is performed in Class CL_CHIP_PROVIDER-Method  IF_CHIP_PROVIDER~CHECK_AUTHORIZATION_SINGLE.

authority-check object 'S_PB_CHIP'

     id 'CHIP_NAME' field l_chip_name

     id 'ACTVT' field actvt.

   if sy-subrc <> 0.

     call method me->raise_not_authorized

       exporting

         chip_name = chip_name

         actvt     = actvt.

   endif.


Thanks

Angshuman

Answers (0)