cancel
Showing results for 
Search instead for 
Did you mean: 

Wiring CHIPS

Former Member
0 Kudos

Hi friends,

I am trying to implement

I have added sap-config-mode=X to my URL

and added my panel. Testing the connection

I am also able to debug my CHIP component.

Then I also add a tag to my application ("Manage Tags")

which bears the same name as my CHIP param tag name.

But sadly, when I run the application there is no connection

to my CHIP so that if I change the lead selection of my

table I see no response in my side panel.

Any idea?

regards

Yuval

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Yuval,

I suspect automatic wiring is not established properly.

Are you able to see the side panel without data of your lead selection? if so, you might have missed something during wiring. i.e. in config mode, you need to right click on the column based on which the side panel data is populated and give the tag name same as chip's inport's tag.

If the issue still persist, please explain the current situation in detail and a snap shot of output would be great to have.

Regards,

Rama

Former Member
0 Kudos

HI

Thank you for your reply.

Oddly, I just found a colleague designed a similar CHIP

that works well with the application I designed.

Hence, I think my main app. runs to this CHIP

and not to mine. Here comes the question:

If a prior CHIP uses the same method name and the same

parameter tag, where will the app go??

Another problem: In my attempts I designed a CHIP which

was added to the catalog. I then decided to delete my

CHIP project, but it still shows on the catalog.

When I press this CHIP, I get a dump.

I right clicked the CHIP to see if I can find a delete

entry in the context, but found none .

Any idea how to remove a CHIP from the catalog?

Thank you

regards

Yuval

ramakrishnappa
Active Contributor
0 Kudos

Hi Yuval,


If a prior CHIP uses the same method name and the same

parameter tag, where will the app go??

While creating chips, we use the interface methods and inport parameters will be chosen from the parameters of method. Now, whenever we need to have data in this side panel chip, need to pass the parameter to inport tag.

This we do by right clicking on specific column of table and define the automatic wiring by giving same tag name


Another problem: In my attempts I designed a CHIP which

was added to the catalog. I then decided to delete my

CHIP project, but it still shows on the catalog.

When you delete the panel entry in normal mode, it is done,just for current run.

To delete the panel entry, you need to run the application in admin mode (i.e. by adding url parameter sap-config-mode=X

  • Open the side panel in Create/Edit mode
  • Now, choose delete from the menu of the catalog which needs to be deleted and delete & save into a TR

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Gangappa



When you delete the panel entry in normal mode, it is done,just for current run.

To delete the panel entry, you need to run the application in admin mode (i.e. by adding url parameter sap-config-mode=X

  • Open the side panel in Create/Edit mode
  • Now, choose delete from the menu of the catalog which needs to be deleted and delete & save into a TR

There is no such option in the catalogue.

regards

yuval

ramakrishnappa
Active Contributor
0 Kudos

Hi Yuval,

Run the application in admin mode and refer the below snaps to remove the chip catalog

Hope this helps you.

Regards,

Rama