cancel
Showing results for 
Search instead for 
Did you mean: 

Creating my first chip in web dynpro

Former Member
0 Kudos

Im really sorry..this is kind of newbie question..I have been following the below tutorial for creating a web dynpro chip and im stuck on opening the side panel configuration tool ..i have appended "&sap-config-mode  = X" or "&sap-config-mode  = config" to my web dynpro application url but i dont see the link "Set Additional Information".Thank you for the answers.( I have googled and searched on sdn..but the results were not relevant )

http://scn.sap.com/community/web-dynpro-abap/blog/2011/10/17/chips-pagebuilder-and-the-side-panel--p...


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

make sure your header is named PAGE_HEADER to display the "Set Additional Information link".

refer to this guide

Preparing the Web Dynpro Application - Web Dynpro for ABAP - SAP Library

Former Member
0 Kudos

Hi,

  Make sure that the page header in ur view is named as PAGE_HEADER. Any other names will not show the link. Also, as described in the blog you need to code in  WDDOINIT and onaction methods.

Cheers,

Nagendra

mmgc_riel
Participant
0 Kudos

On tried to follow the link in the first post.

I get the link, but when i click on the link the configuration page will be empty.

In my wdc there is a pageheader and a transparent container with toolbar and a table.