cancel
Showing results for 
Search instead for 
Did you mean: 

RPLM_QIMT_CODSELECT_COMP - Search Help for Code Group,Coding in PM

Former Member
0 Kudos

Hi All,

I am using WD compenent RPLM_QIMT_CODSELECT_COMP in my WD Component to get the search help for the Code Group(QMEL-QMGRP). Presently it is displaying the View(CODE_SELECT) without the Values.Requirement is to dispaly Input values as Tree struture based upon the notification type. Code Group is selected ,it should place the Values Code Group,Coding(QMEL-QMCOD) and Coding text in respective fields in View.

Please suggest the suitable solution and step by step procedure where to write the code.

Thanks,

Somi

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Somi,

In the case of using another webdynpro component for search help, the called component need to be added in the component usage.

Also this search help component, here RPLM_QIMT_CODSELECT_COMP, should expose two interface level events. One before opening / fetching the help values and another after the user select the help value.

We need to write code in these two events to get the help values fetched and displayed.

In your case, the component, RPLM_QIMT_CODSELECT_COMP exposes two events, one before the window opens and another one after window closes.

Please add two event handler method for these events in your Z component. In these mthods write the appropriate code.

In the WINDOW OPEN event to pass the input values required for fetching the help values / call the component method that fetches the code.

In the WINDOW CLOSE event, assign back the selected value from the RPLM_QIMT_CODSELECT_COMP context back to your Z controller context.

Hope this helps.

Thanks,

Vijay

Answers (0)